X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fst%2FMakefile.in;h=d67e179686b839c22726a5917c88209162495cf1;hb=ad7ea5e733b5a62df40a954ff5acdb2131cc4ace;hp=e4fe0ea492d90eb55ddfe1af0253c4a35a43d637;hpb=5ff40d04f7617b3ea10b11ef9b46dbdb7d02249c;p=libfirm diff --git a/ir/st/Makefile.in b/ir/st/Makefile.in index e4fe0ea49..d67e17968 100644 --- a/ir/st/Makefile.in +++ b/ir/st/Makefile.in @@ -8,22 +8,21 @@ top_srcdir := @top_srcdir@ srcdir = @srcdir@ topdir = ../.. -subdir := ir/tr +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 +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