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:
parent
89cdc161d0
commit
b6c938fb47
2 changed files with 4 additions and 3 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue