programs/dthelp: add automake files
This commit is contained in:
13
cde/programs/dthelp/dthelpprint/Makefile.am
Normal file
13
cde/programs/dthelp/dthelpprint/Makefile.am
Normal 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
|
||||
Reference in New Issue
Block a user