mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
programs/dticon: add automake file
This commit is contained in:
parent
37a7c7c7ce
commit
ac1921ed58
1 changed files with 26 additions and 0 deletions
26
cde/programs/dticon/Makefile.am
Normal file
26
cde/programs/dticon/Makefile.am
Normal file
|
@ -0,0 +1,26 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
bin_PROGRAMS = dticon
|
||||
|
||||
dticon_CFLAGS = -D__TOOLTALK $(TIRPCINC)
|
||||
|
||||
if SUN
|
||||
LIBHELP =
|
||||
endif
|
||||
|
||||
dticon_LDADD = ${X_LIBS} -lm $(LIBHELP) $(LIBWIDGET) $(LIBSVC) $(LIBTT) \
|
||||
$(XTOOLLIB) -lXm
|
||||
|
||||
if SUN
|
||||
dticon_LDADD += -ldl
|
||||
endif
|
||||
|
||||
if AIX
|
||||
dticon_LDADD += -liconv
|
||||
endif
|
||||
|
||||
dticon_SOURCES = dtIconShell.c event.c fileIO.c \
|
||||
fileIODialog.c globals.c graphics.c \
|
||||
help.c image.c main.c \
|
||||
newIconDialog.c process.c queryDialog.c \
|
||||
stdErrDialog.c utils.c
|
Loading…
Reference in a new issue