From 4c496e485373d5af576c9f06ed31085ba45880d3 Mon Sep 17 00:00:00 2001 From: dperry Date: Wed, 30 Mar 2011 14:00:36 +0000 Subject: [PATCH] *** empty log message *** --- makefile.dwight | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 makefile.dwight diff --git a/makefile.dwight b/makefile.dwight deleted file mode 100644 index c6fd83ed9..000000000 --- a/makefile.dwight +++ /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) - - - - - -- 2.40.0