programs/dtpad: add automake file
[oweals/cde.git] / cde / programs / dtpad / Makefile.am
1 MAINTAINERCLEANFILES = Makefile.in
2
3 bin_PROGRAMS = dtpad
4
5 dtpad_CFLAGS = -DDT_LITE -DWORDWRAP -UNLS16 $(TIRPCINC)
6
7 dtpad_LDADD = $(LIBPRINT) $(LIBHELP) $(LIBWIDGET) $(LIBSVC) $(LIBTT) -lXm \
8               $(XTOOLLIB) ${X_LIBS}
9
10 if SUN
11 dtpad_CFLAGS += -xF
12 dtpad_LDADD += -lintl -lresolv
13 endif
14
15 dtpad_SOURCES = dtpad.c         editCB.c        fileCB.c \
16                 fileDlg.c       fileIo.c        formatCB.c \
17                 helpCB.c        helpDlg.c       main.c \
18                 optionsCB.c     printJob.c      printOutput.c \
19                 printSetup.c    session.c       ttMsgSupport.c \
20                 ttSaveSupport.c