Makefile.am 435 B

1234567891011121314151617
  1. MAINTAINERCLEANFILES = Makefile.in
  2. bin_PROGRAMS = dthelpprint
  3. bin_SCRIPTS = dthelpprint.sh
  4. dthelpprint_CPPFLAGS = -I.. -I ../../../lib/DtHelp \
  5. -DCDE_CONFIGURATION_TOP='"${prefix}"' \
  6. -DCDE_INSTALLATION_TOP='"$(CDE_INSTALLATION_TOP)"'
  7. dthelpprint_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB)
  8. if SOLARIS
  9. dthelpprint_LDADD += -lw -lgen
  10. endif
  11. dthelpprint_SOURCES = Main.c Initialize.c PrintUtil.c PrintTopics.c \
  12. PrintManStrFile.c