From 3af752e9402d2938c7302575f456cef40db971d4 Mon Sep 17 00:00:00 2001 From: Zheng Da Date: Sun, 6 Dec 2009 23:52:08 +0100 Subject: check in a test program for the ddekit library. --- ddekit_test/Makefile | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 ddekit_test/Makefile (limited to 'ddekit_test/Makefile') diff --git a/ddekit_test/Makefile b/ddekit_test/Makefile new file mode 100644 index 00000000..d2960560 --- /dev/null +++ b/ddekit_test/Makefile @@ -0,0 +1,31 @@ +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 2008 Free Software Foundation, Inc. +# This file is part of the GNU Hurd. +# +# The GNU Hurd is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# The GNU Hurd is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with the GNU Hurd; see the file COPYING. If not, write to +# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + +dir := test +makemode := server + +SRCS = main.c +LCLHDRS = +DIST_FILES = +HURDLIBS = ddekit +target = test +MIGSTUBS = +OBJS = $(SRCS:.c=.o) $(MIGSTUBS) + +include ../Makeconf + +CFLAGS = -I../libddekit/include -- cgit v1.2.3