cdesktopenv/cde/programs/dtinfo/tools/misc/Imakefile

29 lines
677 B
Plaintext

XCOMM $XConsortium: Imakefile /main/7 1996/08/21 15:56:17 drk $
XCOMM These tools are used during "make includes".
includes:: all
LOCAL_SED_DEFINES = -e 's|PERL|$(PERL)|g'
SedSourceFile(treeres,treeres.src,$(LOCAL_SED_DEFINES))
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()