From 93b9103f7383d400616d222606c294e07b16e1aa 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/dnbd2/trunk@1592 95ad53e4-c205-0410-b2fa-d234c58c8868 --- test-app/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test-app/Makefile (limited to 'test-app/Makefile') diff --git a/test-app/Makefile b/test-app/Makefile new file mode 100644 index 0000000..248a285 --- /dev/null +++ b/test-app/Makefile @@ -0,0 +1,17 @@ +# +# test-apps/Makefile +# + +CPPFLAGS = -I../include +CFLAGS = -Wall -O2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 +VPATH = ../include +APP = data-client + +all: $(APP) + +install: + cp $(APP) /usr/local/bin + +.PHONY: +clean: + $(RM) *.o *~ $(APP) -- cgit v1.2.3-55-g7522