programs/dtimsstart: add automake file
authorChase <nicetrynsa@protonmail.ch>
Wed, 23 Oct 2019 19:34:06 +0000 (14:34 -0500)
committerJon Trulson <jon@radscan.com>
Wed, 23 Oct 2019 21:34:20 +0000 (15:34 -0600)
cde/programs/dtimsstart/Makefile.am [new file with mode: 0644]

diff --git a/cde/programs/dtimsstart/Makefile.am b/cde/programs/dtimsstart/Makefile.am
new file mode 100644 (file)
index 0000000..5c63c37
--- /dev/null
@@ -0,0 +1,31 @@
+xsessiondir = ${prefix)/config/Xsession.d
+
+MAINTAINERCLEANFILES = Makefile.in
+
+bin_PROGRAMS = dtimsstart
+
+dist_xsession_SCRIPTS = 0020.dtims
+
+0020.dtims_CPPFLAGS = -P
+
+dtimsstart_CFLAGS = -DNLS -I../../lib
+
+dtimsstart_LDADD = $(LIBHELP) $(LIBSVC) $(LIBTT) -lXm $(XTOOLLIB) ${X_LIBS}
+
+if SUN
+dtimsstart_CFLAGS += -xF
+endif
+
+if AIX
+dtimsstart_CFLAGS += -DANSICPP
+endif
+
+all: 0020.dtims
+
+dtimsstart_SOURCES = action.c        env.c           file.c \
+                    main.c          remote.c        select.c \
+                    start.c         util.c
+
+CPPSRC = 0020.dtims.src
+CPPTARGET = 0020.dtims
+include $(srcdir)/include/cppfile.tmpl