summaryrefslogtreecommitdiff
path: root/libdde_linux26/mk/subdir.mk
diff options
context:
space:
mode:
authorZheng Da <zhengda1936@gmail.com>2009-12-21 22:53:52 +0100
committerZheng Da <zhengda1936@gmail.com>2009-12-21 22:53:52 +0100
commitde60719e36c86cd19e7ace9a1f1c485ce2af4060 (patch)
tree06acc872b691d54377e483fb9c0fb8268a30c1d8 /libdde_linux26/mk/subdir.mk
parent7ccfc1fdb1c0030e6e2105d50d76122b8f10c687 (diff)
a temporary version of Makefiles for libdde_linux26
Diffstat (limited to 'libdde_linux26/mk/subdir.mk')
-rw-r--r--libdde_linux26/mk/subdir.mk10
1 files changed, 1 insertions, 9 deletions
diff --git a/libdde_linux26/mk/subdir.mk b/libdde_linux26/mk/subdir.mk
index 0f31b2d1..176200fe 100644
--- a/libdde_linux26/mk/subdir.mk
+++ b/libdde_linux26/mk/subdir.mk
@@ -6,18 +6,10 @@
#
# 05/2002 Jork Loeser <jork.loeser@inf.tu-dresden.de>
-include $(L4DIR)/mk/Makeconf
+#include $(L4DIR)/mk/Makeconf
-ifeq ($(PKGDIR),.)
-TARGET ?= $(patsubst %/Makefile,%,$(wildcard $(addsuffix /Makefile, \
- idl include src lib server examples doc)))
-$(if $(wildcard include/Makefile), idl lib server examples: include)
-$(if $(wildcard idl/Makefile), lib server examples: idl)
-$(if $(wildcard lib/Makefile), server examples: lib)
-else
TARGET ?= $(patsubst %/Makefile,%,$(wildcard $(addsuffix /Makefile, \
idl src lib server examples doc)))
-endif
SUBDIR_TARGET := $(if $(filter doc,$(MAKECMDGOALS)),$(TARGET), \
$(filter-out doc,$(TARGET)))