]> granicus.if.org Git - graphviz/commitdiff
*** empty log message ***
authordperry <devnull@localhost>
Wed, 30 Mar 2011 14:00:36 +0000 (14:00 +0000)
committerdperry <devnull@localhost>
Wed, 30 Mar 2011 14:00:36 +0000 (14:00 +0000)
makefile.dwight [deleted file]

diff --git a/makefile.dwight b/makefile.dwight
deleted file mode 100644 (file)
index c6fd83e..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-GLADE_CFLAGS = -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12  
-
-GLADE_LIBS = -L/usr/local/lib -L/lib64 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lz -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
-
-CC = gcc
-CPPFLAGS =  -I/usr/local/include
-CFLAGS = -g -O2 -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math
-PROJ = cairo_test
-
-%.o : %.c
-       $(CC) $(CFLAGS) $(GLADE_CFLAGS) $(CPPFLAGS) $(GLADE_LIBS) $< -o $(*F)
-
-
-
-
-