dtinfo: move the dtinfo_dfiles_hfiles.mk makefile include into dtinfo/src/
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user