programs/dtpad: add automake file

This commit is contained in:
Chase
2019-10-23 14:47:03 -05:00
committed by Jon Trulson
parent f04677726e
commit b7c0788d95

View File

@@ -0,0 +1,20 @@
MAINTAINERCLEANFILES = Makefile.in
bin_PROGRAMS = dtpad
dtpad_CFLAGS = -DDT_LITE -DWORDWRAP -UNLS16 $(TIRPCINC)
dtpad_LDADD = $(LIBPRINT) $(LIBHELP) $(LIBWIDGET) $(LIBSVC) $(LIBTT) -lXm \
$(XTOOLLIB) ${X_LIBS}
if SUN
dtpad_CFLAGS += -xF
dtpad_LDADD += -lintl -lresolv
endif
dtpad_SOURCES = dtpad.c editCB.c fileCB.c \
fileDlg.c fileIo.c formatCB.c \
helpCB.c helpDlg.c main.c \
optionsCB.c printJob.c printOutput.c \
printSetup.c session.c ttMsgSupport.c \
ttSaveSupport.c