mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
programs/dtcreate: add automake files
This commit is contained in:
parent
3a1ea5975d
commit
398de66d9f
1 changed files with 40 additions and 0 deletions
40
cde/programs/dtcreate/Makefile.am
Normal file
40
cde/programs/dtcreate/Makefile.am
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
bin_PROGRAMS = dtcreate
|
||||||
|
|
||||||
|
dtcreate_CPPFLAGS = $(TIRPCINC)
|
||||||
|
|
||||||
|
if SUN
|
||||||
|
LIBHELP =
|
||||||
|
endif
|
||||||
|
|
||||||
|
dtcreate_LDADD = $(LIBHELP) $(LIBWIDGET) $(LIBSVC) $(LIBTT) -lXm \
|
||||||
|
$(XTOOLLIB) ${X_LIBS} -lm
|
||||||
|
|
||||||
|
if HPUX
|
||||||
|
dtcreate_CFLAGS += -Aa +e -DANSICPP -D_POSIX_SOURCE=1 -D_HPUX_SOURCE
|
||||||
|
endif
|
||||||
|
|
||||||
|
if AIX
|
||||||
|
dtcreate_LDADD += -liconv
|
||||||
|
endif
|
||||||
|
|
||||||
|
if SUN
|
||||||
|
dtcreate_LDADD += -ldl
|
||||||
|
endif
|
||||||
|
|
||||||
|
dtcreate_SOURCES = main.c AddFiletype.c \
|
||||||
|
Confirmed.c \
|
||||||
|
CreateActionAppShell.c \
|
||||||
|
FileCharacteristics.c \
|
||||||
|
OpenFile.c \
|
||||||
|
UxXt.c \
|
||||||
|
ca_aux.c \
|
||||||
|
cmncbs.c \
|
||||||
|
cmnutils.c \
|
||||||
|
cmnrtns.c \
|
||||||
|
ErrorDialog.c \
|
||||||
|
fileio.c \
|
||||||
|
af_aux.c \
|
||||||
|
icon_selection_dialog.c \
|
||||||
|
parser.c
|
Loading…
Add table
Add a link
Reference in a new issue