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

diff --git a/cde/programs/dtdbcache/Makefile.am b/cde/programs/dtdbcache/Makefile.am
new file mode 100644 (file)
index 0000000..f900315
--- /dev/null
@@ -0,0 +1,15 @@
+MAINTAINERCLEANFILES = Makefile.in
+
+bin_PROGRAMS = dtdbcache
+
+dtdbcache_LDADD = -lm $(LIBSVC) $(LIBTT) $(XTOOLLIB) ${X_LIBS}
+
+if HPUX
+dtdbcache_LDADD += +e
+endif
+
+if SUN
+dtdbcache_LDADD += -ldl -lw -lgen
+endif
+
+dtdbcache_SOURCES = Main.c