From: Götz Lindenmaier Date: Fri, 7 Jul 2000 07:42:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=524a3796a0da9650ed4680b0066840c1b7706984;p=libfirm *** empty log message *** [r37] --- diff --git a/Makefile b/Makefile index a68516394..80fd3f92b 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,6 @@ SHELL = /bin/sh .PHONY: default all clean realclean install depend ir testprograms - ir: $(MAKE) -C ir diff --git a/ir/Makefile b/ir/Makefile index 22d486ab0..67167e49a 100644 --- a/ir/Makefile +++ b/ir/Makefile @@ -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 diff --git a/testprograms/Makefile b/testprograms/Makefile index e18e5c588..2536e2432 100644 --- a/testprograms/Makefile +++ b/testprograms/Makefile @@ -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