]> granicus.if.org Git - graphviz/commitdiff
Add framework for a new lasi plugin, currently disabled.
authorellson <devnull@localhost>
Tue, 2 Sep 2008 14:56:42 +0000 (14:56 +0000)
committerellson <devnull@localhost>
Tue, 2 Sep 2008 14:56:42 +0000 (14:56 +0000)
The lasi library provides UTF-8 support in PostScript

plugin/lasi/Makefile.old [new file with mode: 0644]

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