7af96e7
--- Makefile	2008-03-10 06:52:45.000000000 +0000
7af96e7
+++ Makefile-new	2009-01-25 17:48:59.000000000 +0000
7af96e7
@@ -5,7 +5,8 @@
7af96e7
 GIMP_LDFLAGS=`$(GIMPTOOL) --libs`
7af96e7
 GIMP_CFLAGS=`$(GIMPTOOL) --cflags`
7af96e7
 
7af96e7
-CFLAGS=$(GIMP_CFLAGS) -O3 -fno-common -ffast-math -frename-registers -fomit-frame-pointer
7af96e7
+CFLAGS=-O3 -fno-common -ffast-math -frename-registers -fomit-frame-pointer
7af96e7
+MYCFLAGS=$(GIMP_CFLAGS) $(CFLAGS)
7af96e7
 
7af96e7
 LDFLAGS=$(GIMP_LDFLAGS) -lm
7af96e7
 
7af96e7
@@ -30,7 +31,7 @@
7af96e7
 	@echo
7af96e7
 
7af96e7
 resynth: resynth.cc
7af96e7
-	$(CC) $(CFLAGS) -o $@ resynth.cc $(LDFLAGS)
7af96e7
+	$(CC) $(MYCFLAGS) -o $@ resynth.cc $(LDFLAGS)
7af96e7
 
7af96e7
 clean:
7af96e7
 	-rm -f *~ *.o core resynth