1
0
Fork 0
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:
Chase 2019-10-23 14:33:21 -05:00 committed by Jon Trulson
parent 37a7c7c7ce
commit ac1921ed58

View 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