*** empty log message ***
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Fri, 7 Jul 2000 07:42:04 +0000 (07:42 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Fri, 7 Jul 2000 07:42:04 +0000 (07:42 +0000)
[r37]

Makefile
ir/Makefile
testprograms/Makefile

index a685163..80fd3f9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,6 @@ SHELL   = /bin/sh
 .PHONY: default all clean realclean install depend ir testprograms
 
 
-
 ir:
        $(MAKE) -C ir
 
index 22d486a..67167e4 100644 (file)
@@ -40,15 +40,11 @@ debug:
 
 all:   TAGS $(TARGET)
 
-#testprograms:
-#      $(MAKE) -C testprograms
-
 clean:
        for i in $(SUBDIRS); do  $(MAKE) -C $$i clean; done
 
 realclean:
        for i in $(SUBDIRS); do  $(MAKE) -C $$i realclean; done
-       $(MAKE) -C testprograms realclean
        rm -f $(TARGET) core
 
 profile:        realclean
index e18e5c5..2536e24 100644 (file)
@@ -1,6 +1,6 @@
 
 DIRS = adt common debug ident ir tr tv
-INCDIRS = $(DIRS:%=-I../ir/%) -I../include
+INCDIRS = $(DIRS:%=-I../ir/%) -I../ir/include
 
 LIBDIRS=-L.. -L/usr/public/lib/gmp/
 LIBS=-lfirm -lgmp -lm