dtinfo: make auxillary libs and programs build

This commit is contained in:
Chase
2021-02-27 21:21:34 -06:00
committed by Jon Trulson
parent 08622925c8
commit 58ccd05459
38 changed files with 585 additions and 98 deletions

View File

@@ -0,0 +1,18 @@
MAINTAINERCLEANFILES = Makefile.in
noinst_PROGRAMS = dfiles pmaker msgsets
noinst_SCRIPTS = treeres
LOCAL_SED_DEFINES = -e 's|PERL|$(PERL)|g'
dfiles_SOURCES = dfiles.c
pmaker_SOURCES = pmaker.c
msgsets_SOURCES = msgsets.C
treeres: treeres.src
$(RM) $@
$(SED) $(LOCAL_SED_DEFINES) $< > $@
chmod +x $@

0
cde/programs/dtinfo/tools/misc/treeres.src Executable file → Normal file
View File