X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fcommon%2FMakefile.in;h=4e55bf587217684674447837afb5d68341b75de3;hb=af54b3443c1b7a152638788f50b45272e4888e10;hp=e3e068c3b7c3e9ea7efa5f03395d69422d30bdd9;hpb=b5a00c3b6707ed9670278542dce3778925b0112c;p=libfirm diff --git a/ir/common/Makefile.in b/ir/common/Makefile.in index e3e068c3b..4e55bf587 100644 --- a/ir/common/Makefile.in +++ b/ir/common/Makefile.in @@ -15,18 +15,22 @@ srcdir = @srcdir@ topdir = ../.. subdir := ir/common -INSTALL_HEADERS := firm_common.h firm.h firmwalk.h +INSTALL_HEADERS := firm_common.h firm.h firmwalk.h statistics.h debug.h irtools.h SOURCES = $(INSTALL_HEADERS) -SOURCES += Makefile.in panic.c firm_common.c firm.c firmwalk.c \ - misc.h panic.h firm_common_t.h +SOURCES += Makefile.in \ + panic.c firm_common.c firm.c firmwalk.c \ + panic.h firm_common_t.h statistics.c debug.c old_fctnames.h \ + irtools.c include $(topdir)/MakeRules CPPFLAGS += -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr \ -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/tv -I$(top_srcdir)/ir/ir \ - -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st -I$(top_srcdir)/ir/debug + -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st -I$(top_srcdir)/ir/debug \ + -I$(top_srcdir)/ir/opt -I$(top_srcdir)/ir/arch -I$(top_srcdir)/ir/stat \ + -I$(top_srcdir)/ir/external -I$(topdir)/ir/config -I$(top_srcdir)/ir/arch include $(top_srcdir)/MakeTargets