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