X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fident%2FMakefile.in;h=acd910715f75b5fa0663a94fa5ca27e8e9dfb00d;hb=2eef4468e02e351bae78e54edf578fd449b0c7c6;hp=62b919faf8df60124cd8e7fade98d4aed63f70b4;hpb=ded06ce77759c9f2f15ab455ac0e4418df81d169;p=libfirm diff --git a/ir/ident/Makefile.in b/ir/ident/Makefile.in index 62b919faf..acd910715 100644 --- a/ir/ident/Makefile.in +++ b/ir/ident/Makefile.in @@ -1,25 +1,30 @@ -# Hey Emacs, this is a -*- makefile -*- # -# libFIRM Project -# -# $Id$ +# Project: libFIRM +# File name: ir/ident/Makefile.in +# Purpose: +# Author: Boris Boesler, Till Riedel +# Modified by: +# Created: +# CVS-ID: $Id$ +# Copyright: (c) 1999-2003 Universität Karlsruhe +# Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. # top_srcdir := @top_srcdir@ srcdir = @srcdir@ topdir = ../.. -subdir := ident +subdir := ir/ident INSTALL_HEADERS = ident.h -SOURCES = INSTALL_HEADERS +SOURCES = $(INSTALL_HEADERS) SOURCES += Makefile.in ident.c ident_t.h include $(topdir)/MakeRules -CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/common +CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/common -I$(topdir)/ir/config include $(top_srcdir)/MakeTargets