f15a84ba3e3495df1f3b708ed06fe08bfa601354
[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 INSTALL_HEADERS := bool.h common.h firm.h
14
15 SOURCES = INSTALL_HEADERS
16
17 SOURCES += Makefile.in panic.c tune.h xgprintf.c xp_help.h common.c firm.c      \
18                 misc.h panic.h xfprintf.c xoprintf.c xprintf.h
19
20 include $(topdir)/MakeRules
21
22 CPPFLAGS += -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr \
23                 -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/tv -I$(top_srcdir)/ir/ir
24
25 include $(top_srcdir)/MakeTargets
26
27 all: subdir.o