programs/dthelp: add automake files

This commit is contained in:
Chase
2019-10-23 14:31:08 -05:00
committed by Jon Trulson
parent 4e254aee74
commit 37a7c7c7ce
11 changed files with 260 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
bin_PROGRAMS = dthelpprint dthelpprint.sh
dthelpprint_CPPFLAGS = -I.. -DCDE_CONFIGURATION_TOP='"${prefix}"' \
-DCDE_INSTALLATION_TOP='"$(CDE_INSTALLATION_TOP)"'
dthelpprint_LDADD = $(LIBSVC) $(LIBTT) $(LIBHELP) $(XTOOLLIB) ${X_LIBS}
if SUN
dthelpprint_LDADD += -lw -ldl -lgen -lm
endif
dthelpprint_SOURCES = Main.c Initialize.c PrintUtil.c PrintTopics.c \
PrintManStrFile.c