aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Schouten <doelie@users.sourceforge.net>2006-09-01 13:45:31 +0000
committerTom Schouten <doelie@users.sourceforge.net>2006-09-01 13:45:31 +0000
commit7591a024f184bd385d35583d19d86c1d5f2531ba (patch)
tree77aa0c44ccb700eb9a2b16e1b246e3c8026c40ed /Makefile
parent91dd6b68f0f209ad015a303095bb1df018dca71e (diff)
pdp current darcs merge
svn path=/trunk/externals/pdp/; revision=5816
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile18
1 files changed, 12 insertions, 6 deletions
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