X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=MakeRules.in;h=012fe89598ab08f5cdb29e8fcadd4c5575fabc82;hb=8dd296be1fb26b142f4956b325a07f118586375d;hp=6684999ca65679766ab803bb55b5ebdb92fc132a;hpb=d743c7ac94ab7d3f964b075ea2bb9f6c25ec4d52;p=libfirm diff --git a/MakeRules.in b/MakeRules.in index 6684999ca..012fe8959 100644 --- a/MakeRules.in +++ b/MakeRules.in @@ -1,8 +1,13 @@ -# Hey Emacs, this is a -*- makefile -*- # -# libFIRM Project -# -# $Id$ +# Project: libFIRM +# File name: MakeRules.in +# Purpose: +# Author: nicht Till Riedel, das waren andere! +# Modified by: +# Created: +# CVS-ID: $Id$ +# Copyright: (c) 2002-2003 Universität Karlsruhe +# Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. # VPATH = $(srcdir) @@ -10,8 +15,8 @@ VPATH = $(srcdir) LIBFIRM_VERSION = @PACKAGE_VERSION@ CC = @CC@ -CFLAGS := @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@