e4a5bc5fbaadcdab55ac4f8f4808b04bf9315e97
[openafs.git] / src / pinstall / test / Makefile.in
1 # Copyright 2000, International Business Machines Corporation and others.
2 # All Rights Reserved.
3
4 # This software has been released under the terms of the IBM Public
5 # License.  For details, see the LICENSE file in the top-level source
6 # directory or online at http://www.openafs.org/dl/license10.html
7
8 # There's really not much in here to build...
9 #
10 DESTDIR=@DESTDIR@
11 SRCDIR=@SRCDIR@
12 TOP_SRCDIR=@TOP_SRCDIR@
13 SYS_NAME=@AFS_SYSNAME@
14
15
16
17 BACKDIR=../../../../PARENT/dest/
18 OPTIMIZE=-O
19
20 INCDIRS= -I${DESTDIR}include -I.. -I${BACKDIR}include
21
22 CFLAGS = ${OPTIMIZE} ${INCDIRS} ${LDIRS} ${LIBS} ${XCFLAGS}
23
24 all test system:        
25         @echo "nothing to do, done"
26
27 kinstall:
28         @echo No kernel source here.
29