X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=MakeRules.in;h=0e792e84856117187d5bf4643d8fd2551573f80d;hb=90cc2a42f6af6a4c7d9cda138bc71ddb7db47abc;hp=e5e7eb4447334b77c8944e45476eaf2acbef80d5;hpb=f7102255b9a000e34b4ccda8752ff2b92bc48d5c;p=libfirm diff --git a/MakeRules.in b/MakeRules.in index e5e7eb444..0e792e848 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: Till Riedel +# 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,7 +15,7 @@ VPATH = $(srcdir) LIBFIRM_VERSION = @PACKAGE_VERSION@ CC = @CC@ -CFLAGS := -Wall -Wstrict-prototypes @CFLAGS@ +CFLAGS := -std=c99 -pedantic-errors -Wall -Wstrict-prototypes @CFLAGS@ CPPFLAGS := -I. -I$(topdir) -I$(srcdir) -I$(top_srcdir) @CPPFLAGS@ prefix?=@prefix@ exec_prefix?=@exec_prefix@