From 078041ece05ff46ee80277bec236b2d8b466e68c Mon Sep 17 00:00:00 2001 From: ellson Date: Sat, 2 Sep 2006 17:29:46 +0000 Subject: [PATCH] add framework for -Tswf using ming --- plugin/ming/Makefile.old | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 plugin/ming/Makefile.old diff --git a/plugin/ming/Makefile.old b/plugin/ming/Makefile.old new file mode 100644 index 000000000..72e3ca648 --- /dev/null +++ b/plugin/ming/Makefile.old @@ -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 -- 2.40.0