276f44477f4b224c51253a8ef4771a3fdd3eda41
[libfirm] / ir / common / Makefile.in
1 # Hey Emacs, this is a -*- makefile -*-
2 #
3 # libFIRM Project
4 #
5 # $Id$
6 #
7
8 top_srcdir := @top_srcdir@
9 srcdir = @srcdir@
10 topdir = ../..
11 subdir := common
12
13
14 SOURCES := Makefile.in bool.h common.h firm.h panic.c tune.h xgprintf.c xp_help.h \
15                 common.c firm.c misc.h panic.h xfprintf.c xoprintf.c xprintf.h
16
17 INSTALL_HEADERS = $(filter %.h,$(SOURCES))
18
19 include $(topdir)/MakeRules
20
21 CPPFLAGS += -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr \
22                 -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/tv -I$(top_srcdir)/ir/ir
23
24 include $(top_srcdir)/MakeTargets
25
26 all: subdir.o