From ac1921ed58091b9731525ef1b4e22c979aaf4472 Mon Sep 17 00:00:00 2001 From: Chase Date: Wed, 23 Oct 2019 14:33:21 -0500 Subject: [PATCH] programs/dticon: add automake file --- cde/programs/dticon/Makefile.am | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 cde/programs/dticon/Makefile.am diff --git a/cde/programs/dticon/Makefile.am b/cde/programs/dticon/Makefile.am new file mode 100644 index 000000000..3e27b0785 --- /dev/null +++ b/cde/programs/dticon/Makefile.am @@ -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