diff options
Diffstat (limited to 'libdde-linux26/mk/tmpl/Makefile')
-rw-r--r-- | libdde-linux26/mk/tmpl/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libdde-linux26/mk/tmpl/Makefile b/libdde-linux26/mk/tmpl/Makefile new file mode 100644 index 00000000..eb46c32a --- /dev/null +++ b/libdde-linux26/mk/tmpl/Makefile @@ -0,0 +1,9 @@ +PKGDIR ?= . +L4DIR ?= $(PKGDIR)/../.. + +# the default is to build the listed directories, provided that they +# contain a Makefile. If you need to change this, uncomment the following +# line and adapt it. +# TARGET = idl include src lib server examples doc + +include $(L4DIR)/mk/subdir.mk |