dtinfo: make auxillary libs and programs build
This commit is contained in:
18
cde/programs/dtinfo/tools/misc/Makefile.am
Normal file
18
cde/programs/dtinfo/tools/misc/Makefile.am
Normal 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
0
cde/programs/dtinfo/tools/misc/treeres.src
Executable file → Normal file
Reference in New Issue
Block a user