summaryrefslogtreecommitdiff
path: root/dviware/mdvi/support/Makefile.in
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /dviware/mdvi/support/Makefile.in
Initial commit
Diffstat (limited to 'dviware/mdvi/support/Makefile.in')
-rw-r--r--dviware/mdvi/support/Makefile.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/dviware/mdvi/support/Makefile.in b/dviware/mdvi/support/Makefile.in
new file mode 100644
index 0000000000..729e400b18
--- /dev/null
+++ b/dviware/mdvi/support/Makefile.in
@@ -0,0 +1,30 @@
+
+srcdir = @srcdir@
+VPATH = @srcdir@
+
+include ../config.mk
+
+OBJS = @LIBOBJS@
+SOURCES = $(OBJS:.o=.c)
+
+ALL_SOURCES = getopt.c getopt1.c
+ALL_HEADERS = getopt.h
+
+OTHERFILES = Makefile.in
+DISTFILES = $(ALL_SOURCES) $(ALL_HEADERS) $(OTHERFILES)
+
+.PHONY: all
+all: @SUPPORTLIB@
+
+support.a: $(OBJS)
+ $(MAKELIB) $@ $(OBJS)
+
+.PHONY: install uninstall
+install:
+uninstall:
+
+CLEANABLE += $(OBJS) support.a
+DISTCLEANABLE += Makefile
+
+include $(FRAGDIR)/dist.mk
+include $(FRAGDIR)/targets.mk