X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fdebug%2FMakefile.in;h=f3ab3c02973b70f8302eee886e9932b86ec3e257;hb=dc30bc05425b79a5c927daf6ca83ba38bcae84ef;hp=b4d1ae98085c1923e4e74a86db88aebb1c3e3019;hpb=7342f12385862f155d5fdba352652e1a47f89f62;p=libfirm diff --git a/ir/debug/Makefile.in b/ir/debug/Makefile.in index b4d1ae980..f3ab3c029 100644 --- a/ir/debug/Makefile.in +++ b/ir/debug/Makefile.in @@ -10,14 +10,17 @@ srcdir = @srcdir@ topdir = ../.. subdir := ir/debug +INSTALL_HEADERS = dbginfo.h -SOURCES = Makefile.in dbginfo.c dbginfo.h debinfo.c debinfo.h +SOURCES = $(INSTALL_HEADERS) + +SOURCES += Makefile.in dbginfo.c dbginfo.h include $(topdir)/MakeRules CPPFLAGS += -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/tv \ - -I$(top_srcdir)/ir/tr -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/st \ - -I$(top_srcdir)/ir/ana + -I$(top_srcdir)/ir/tr -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/ana \ + -I$(top_srcdir)/ir/st include $(top_srcdir)/MakeTargets