You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
876 B

Index: Makefile
--- Makefile.orig 2010-04-15 16:53:34.000000000 +0200
+++ Makefile 2010-04-16 08:54:12.000000000 +0200
@@ -72,10 +72,6 @@
.PHONY: all clean dirs bootstrap bootstrap2
-ifeq ($(findstring $(MAKECMDGOALS), clean depend),)
--include .depend
-endif
-
config.h:
cp config.h.in $@
@@ -92,8 +88,6 @@
echo "===> UPDATING revision.h"; \
mv .revision.h revision.h; \
fi
- @echo "===> DEPEND"
- @rm -f $@ && touch $@ && makedepend -p "$@ build/" -Y -f $@ -- $(CPPFLAGS) -- $(SOURCES) 2> /dev/null && rm $@.bak
DIRS = build build/adt build/driver build/wrappergen build/cpb build/cpb/adt build/cpb/driver build/cpb/wrappergen build/cpb2 build/cpb2/adt build/cpb2/driver build/cpb2/wrappergen build/cpbe build/cpbe/adt build/cpbe/driver build/cpbe2/wrappergen
UNUSED := $(shell mkdir -p $(DIRS))