syntactic changes for jni generator / crecoder
[libfirm] / ir / tr / Makefile.in
index c61fa68..5beecba 100644 (file)
@@ -8,20 +8,22 @@
 top_srcdir := @top_srcdir@
 srcdir = @srcdir@
 topdir = ../..
-subdir := tr
+subdir := ir/tr
 
-INSTALL_HEADERS = mangle.h type.h entity.h type_or_entity.h typewalk.h
+INSTALL_HEADERS = entity.h mangle.h tpop.h type.h typewalk.h type_or_entity.h typegmod.h
 
-SOURCES = INSTALL_HEADERS
+SOURCES = $(INSTALL_HEADERS)
 
 SOURCES += Makefile.in \
-               entity.c entity_t.h typewalk.c mangle.c type.c
+               entity.c entity_t.h mangle.c tpop.c tpop_t.h type.c type_t.h    \
+               typewalk.c typegmod.c typegmod_t.h
 
 
 include $(topdir)/MakeRules
 
 CPPFLAGS += -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/adt \
-               -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/tv
+           -I$(top_srcdir)/ir/debug  -I$(top_srcdir)/ir/ir    -I$(top_srcdir)/ir/tv  \
+           -I$(top_srcdir)/ir/st     -I$(top_srcdir)/ir/ana
 
 include $(top_srcdir)/MakeTargets