From 868fec1f8eca7c344fc9ac057b7418331299d9ce Mon Sep 17 00:00:00 2001 From: Lars Müller Date: Sat, 1 Mar 2008 18:30:38 +0000 Subject: Import dnbd* from the former openslx-contrib repo as of revision 92. openslx-contrib is currently read only and will get removed in some days. git-svn-id: http://svn.openslx.org/svn/openslx/contrib/dnbd/trunk@1592 95ad53e4-c205-0410-b2fa-d234c58c8868 --- Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..fc279e2 --- /dev/null +++ b/Makefile @@ -0,0 +1,18 @@ +SUBDIRS = kernel client server +SRCDIR = . +TO_TAR = ./{Makefile,README,COPYING,CREDITS,{kernel,client,server}/{*.c,*.h,Makefile},common/*.h} + +all-recursive: + for dir in $(SUBDIRS); do cd $$dir; $(MAKE) all; cd ..; done + +all-clean: + for dir in $(SUBDIRS); do cd $$dir; $(MAKE) clean; cd ..; done + +all: all-recursive + +clean: all-clean + +tar: + cd $(SRCDIR) + dirname=`basename $(PWD)`; cd ..; \ + tar czfv $$dirname.tar.gz $$dirname/$(TO_TAR) -- cgit v1.2.3-55-g7522