mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
programs/dtpad: add automake file
This commit is contained in:
parent
f04677726e
commit
b7c0788d95
1 changed files with 20 additions and 0 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue