X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fst%2FMakefile.in;h=d67e179686b839c22726a5917c88209162495cf1;hb=ad7ea5e733b5a62df40a954ff5acdb2131cc4ace;hp=794dd0db2103129bee40ee9fadfce8e4ac379fb8;hpb=92c43a69835d96b6bec29019b449f0dffa1b831a;p=libfirm diff --git a/ir/st/Makefile.in b/ir/st/Makefile.in index 794dd0db2..d67e17968 100644 --- a/ir/st/Makefile.in +++ b/ir/st/Makefile.in @@ -10,18 +10,19 @@ srcdir = @srcdir@ topdir = ../.. subdir := ir/st -INSTALL_HEADERS = st.h +INSTALL_HEADERS = st.h exc.h bs.h SOURCES = $(INSTALL_HEADERS) -SOURCES += Makefile.in st.c st.h exc.c exc.h +SOURCES += Makefile.in st.c exc.c include $(topdir)/MakeRules CPPFLAGS += -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/tr \ - -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/adt \ - -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/tv + -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/adt \ + -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/tv \ + -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/debug include $(top_srcdir)/MakeTargets