]> granicus.if.org Git - graphviz/commitdiff
missing file - fix build breakage
authorellson <devnull@localhost>
Mon, 13 Oct 2008 11:53:11 +0000 (11:53 +0000)
committerellson <devnull@localhost>
Mon, 13 Oct 2008 11:53:11 +0000 (11:53 +0000)
plugin/gs/Makefile.old [new file with mode: 0644]

diff --git a/plugin/gs/Makefile.old b/plugin/gs/Makefile.old
new file mode 100644 (file)
index 0000000..c48b60f
--- /dev/null
@@ -0,0 +1,31 @@
+all:   libgvplugin_gs.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 = gvloadimage_gs.o gvplugin_gs.o
+
+libgvplugin_gs.a : $(OBJS)
+       $(RM) libgvplugin_gs.a
+       $(AR) cr libgvplugin_gs.a $(OBJS)
+       $(RANLIB) libgvplugin_gs.a
+
+install: libgvplugin_gs.a
+       $(MKPATH) $(LIBDIR)
+       $(INSTALL) libgvplugin_gs.a $(LIBDIR)
+
+clean:
+       $(RM) core *.o
+
+distclean: clean
+       $(RM) *.a ptest