rename to avoid 2 tests with same name
[libfirm] / MakeRules.in
index 0e792e8..012fe89 100644 (file)
@@ -2,7 +2,7 @@
 # Project:     libFIRM
 # File name:   MakeRules.in
 # Purpose:
-# Author:      Till Riedel
+# Author:      nicht Till Riedel, das waren andere!
 # Modified by:
 # Created:
 # CVS-ID:      $Id$
@@ -15,8 +15,8 @@ VPATH = $(srcdir)
 LIBFIRM_VERSION = @PACKAGE_VERSION@
 
 CC = @CC@
-CFLAGS := -std=c99 -pedantic-errors -Wall -Wstrict-prototypes @CFLAGS@
-CPPFLAGS := -I. -I$(topdir) -I$(srcdir) -I$(top_srcdir) @CPPFLAGS@
+CFLAGS := -Wall -Wstrict-prototypes @CFLAGS@
+CPPFLAGS := -I. -I$(topdir) -I$(top_srcdir)/include/libfirm -I$(top_srcdir)/include/libfirm/adt -I$(srcdir) -I$(top_srcdir) @CPPFLAGS@ @LIBCORE_CFLAGS@
 prefix?=@prefix@
 exec_prefix?=@exec_prefix@
 includedir?=@includedir@