X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=MakeRules.in;h=b49c92d1bf604377b1b3eceb878c4fb51336622f;hb=edbfa5108fb77e85068f0f9d1aba275d7b43419b;hp=ec7337ea98ea3b053c8655342be0120caa9abe53;hpb=3340c5f2c98d7ad9d464760f561ff3d4a262a97f;p=libfirm diff --git a/MakeRules.in b/MakeRules.in index ec7337ea9..b49c92d1b 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,13 +15,15 @@ VPATH = $(srcdir) LIBFIRM_VERSION = @PACKAGE_VERSION@ CC = @CC@ -CFLAGS := @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@ includedir?=@includedir@ libdir?=@libdir@ INSTALL = @INSTALL@ +INCLUDEDIR ?= ${includedir}/${PACKAGE_NAME} +LIBDIR ?= ${libdir} PACKAGE_NAME = @PACKAGE_NAME@ INCLUDEDIR ?= ${includedir}/${PACKAGE_NAME} LIBDIR ?= ${libdir}