26 lines
578 B
Plaintext
26 lines
578 B
Plaintext
XCOMM $XConsortium: Imakefile /main/7 1996/08/21 15:56:17 drk $
|
|
|
|
XCOMM These tools are used during "make includes".
|
|
includes:: all
|
|
|
|
NormalCplusplusObjectRule()
|
|
NormalLibraryObjectRule()
|
|
AllTarget(dfiles)
|
|
NormalProgramTarget(dfiles,dfiles.o,,,)
|
|
AllTarget(pmaker)
|
|
NormalProgramTarget(pmaker,pmaker.o,,,)
|
|
|
|
#ifdef RegenParserFiles
|
|
SimpleCPlusPlusLexTarget(msgsets)
|
|
#else
|
|
msgsets.o : msgsets.C
|
|
CplusObjectCompile($(_NOOP_))
|
|
#endif
|
|
SimpleCPlusPlusProgram(msgsets,msgsets.o,)
|
|
|
|
|
|
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
|
SRCS = dfiles.c pmaker.c msgsets.C
|
|
|
|
DependTarget()
|