This patch adds the Makefile for sysvipc source code.

signed-off-by: "Rishikesh K Rajak" <[EMAIL PROTECTED]>
CC: Serge E. Hallyn" <[EMAIL PROTECTED]>

---
Index: ltp-full-20070430/testcases/kernel/containers/sysvipc/Makefile
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ ltp-full-20070430/testcases/kernel/containers/sysvipc/Makefile	2007-05-24 15:56:18.000000000 +0530
@@ -0,0 +1,23 @@
+
+CFLAGS += -I../../../../include -I../libclone -Wall
+LDLIBS += -L../../../../lib -L../libclone ../libclone/libclone.a -lltp
+
+SRCS    = $(wildcard *.c)
+TARGETS = $(patsubst %.c,%,$(SRCS))
+NOLTP_TARGETS = $(patsubst %.c,%_noltp,$(SRCS))
+
+%_noltp : %.c
+	$(CC) -g -DNO_LTP -o $@ $< ../libclone/libclone.a
+
+all: $(TARGETS)
+
+noltp:  $(NOLTP_TARGETS)
+
+clean:
+	rm -f $(TARGETS) *.o $(NOLTP_TARGETS)
+
+install:
+	@set -e; for i in $(TARGETS) runipcnstest.sh ; do ln -f $$i ../../../bin/$$i ; chmod +x runipcnstest.sh ; done
+
+noltp_check: noltp
+	./runtests_noltp.sh
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to