]> granicus.if.org Git - graphviz/commitdiff
add framework for -Tswf using ming
authorellson <devnull@localhost>
Sat, 2 Sep 2006 17:29:46 +0000 (17:29 +0000)
committerellson <devnull@localhost>
Sat, 2 Sep 2006 17:29:46 +0000 (17:29 +0000)
plugin/ming/Makefile.old [new file with mode: 0644]

diff --git a/plugin/ming/Makefile.old b/plugin/ming/Makefile.old
new file mode 100644 (file)
index 0000000..72e3ca6
--- /dev/null
@@ -0,0 +1,31 @@
+all:   libgvplugin_ming.a
+ROOT=../..
+include $(ROOT)/Config.mk
+include $(ROOT)/makearch/$(ARCH)
+
+INCS =  -I. \
+       -I$(ROOT) \
+        -I../../lib/common \
+        -I../../lib/pathplan \
+        -I../../lib/graph \
+        -I../../lib/cdt \
+        -I../../lib/gvc 
+
+DEFINES = -DHAVE_CONFIG_H
+
+OBJS = gvplugin_ming.o gvrender_ming.o 
+
+libgvplugin_ming.a : $(OBJS)
+       $(RM) libgvplugin_ming.a
+       $(AR) cr libgvplugin_ming.a $(OBJS)
+       $(RANLIB) libgvplugin_ming.a
+
+install: libgvplugin_ming.a
+       $(MKPATH) $(LIBDIR)
+       $(INSTALL) libgvplugin_ming.a $(LIBDIR)
+
+clean:
+       $(RM) core *.o
+
+distclean: clean
+       $(RM) *.a ptest