added IA32 backend dbg statistics
[libfirm] / firmjni / Makefile.in
index 90a53f4..70289bb 100644 (file)
@@ -51,7 +51,8 @@ CPPFLAGS +=   -I$(top_srcdir)/ir/ir  -I$(top_srcdir)/ir/common        \
                -I$(top_srcdir)/ir/tv -I$(top_srcdir)/ir/debug          \
                -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/opt           \
                -I$(top_srcdir)/ir/st -I$(top_srcdir)/ir/stat           \
-               -I$(top_srcdir)/ir/arch -I$(topdir)/ir/config           \
+               -I$(top_srcdir)/ir/arch -I$(top_srcdir)/ir/lower        \
+               -I$(topdir)/ir/config                                   \
                -I$(topdir)
 
 LDFLAGS += -L$(libdir)
@@ -136,10 +137,10 @@ Type_or_entity.h: Type_or_entity.class
 
 
 Dbginfo.java:
-       cp $(top_srcdir)/firmjni/aux/Dbginfo.java $(top_srcdir)/firmjni/aux/Dbginfo.c .
+       cp $(top_srcdir)/firmjni/auxilliary/Dbginfo.java $(top_srcdir)/firmjni/auxilliary/Dbginfo.c .
 
 Heapanal.java:
-       cp $(top_srcdir)/firmjni/aux/Heapanal.java $(top_srcdir)/firmjni/aux/Heapanal.c .
+       cp $(top_srcdir)/firmjni/auxilliary/Heapanal.java $(top_srcdir)/firmjni/auxilliary/Heapanal.c .
 
 %.h:   %.class
        javah -classpath $(topdir) -o $@ $(PACKAGENAME).$(<:.class=)
@@ -151,7 +152,7 @@ $(OFILES):
        $(CC) $(CPPFLAGS) -c $(@:.o=.c) -o $@
 
 
-# We need firmlower and abor for heap analysis stuff, which is called from aux/Heapanal.java
+# We need firmlower and abor for heap analysis stuff, which is called from auxilliary/Heapanal.java
 # BY the way, what is ../../sw/lib/  can this be removed? Probaly, so I did.
 jni:    $(HFILES) $(OFILES)  # ../libfirm.a
        $(CC) -shared -fPIC -o $(LIBNAME) *.o -lfirm -L.. $(LDFLAGS)