From 7591a024f184bd385d35583d19d86c1d5f2531ba Mon Sep 17 00:00:00 2001 From: Tom Schouten Date: Fri, 1 Sep 2006 13:45:31 +0000 Subject: pdp current darcs merge svn path=/trunk/externals/pdp/; revision=5816 --- Makefile | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ab9a61c..0bc8ad0 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,18 @@ include Makefile.config -# all: $(PDP_TARGET) +# hc ? +#ifeq ($(OS_NAME),darwin) +#all: darwin +#else +#all: linux +#endif -ifeq ($(OS_NAME),darwin) -all: darwin -else -all: linux -endif + +all: $(PDP_TARGET) + +everything: all + make -C opengl + make -C scaf pdp_all: make -C system -- cgit v1.2.1