1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

dtinfo: move the dtinfo_dfiles_hfiles.mk makefile include into dtinfo/src/

This commit is contained in:
Jon Trulson 2021-12-05 19:47:25 -07:00
parent 89cdc161d0
commit b6c938fb47
2 changed files with 4 additions and 3 deletions

View file

@ -38,7 +38,7 @@ Dtinfo: Dtinfo.res $(RESFILES)
$(CPP_PROGRAM) -traditional -nostdinc -C Dtinfo.res | $(TREERES) > $@ $(CPP_PROGRAM) -traditional -nostdinc -C Dtinfo.res | $(TREERES) > $@
# dtinfo class dfile and hfile building for the modules # dtinfo class dfile and hfile building for the modules
include templates/dtinfo-dfiles-hfiles.mk include $(top_srcdir)/programs/dtinfo/dtinfo/src/dtinfo_dfiles_hfiles.mk
# gather up the messages and generate the file. MSGS comes from the # gather up the messages and generate the file. MSGS comes from the
# dtinfo/src/Classlist.mk file. # dtinfo/src/Classlist.mk file.

View file

@ -1,5 +1,6 @@
## Build the dfiles and hfiles components for each of the class modules. ## Build the dfiles and hfiles components for each of the class
## Moved into this file to keep Makefile.am in dtinfo/src readable ## modules. Moved into this file to keep Makefile.am in dtinfo/src
## somewhat morereadable
# Support # Support
include Support/Classlist.mk include Support/Classlist.mk