programs/dticon: add automake file
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user