6253 F_GETLK doesn't always return lock owner
[illumos-gate.git] / usr / src / cmd / fs.d / cachefs / cfsd / Makefile
blob0b49a010ccdb8ae8f4060ee048f9b211e5bd141e
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License, Version 1.0 only
6 # (the "License"). You may not use this file except in compliance
7 # with the License.
9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 # or http://www.opensolaris.org/os/licensing.
11 # See the License for the specific language governing permissions
12 # and limitations under the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 # If applicable, add the following below this CDDL HEADER, with the
17 # fields enclosed by brackets "[]" replaced with your own identifying
18 # information: Portions Copyright [yyyy] [name of copyright owner]
20 # CDDL HEADER END
23 # Copyright 2004 Sun Microsystems, Inc. All rights reserved.
24 # Use is subject to license terms.
27 # cmd/fs.d/cachefs/cfsd
30 FSTYPE= cachefs
31 LIBPROG_C= cachefsd
32 ATTMK= $(LIBPROG_C)
33 LINKVALUE= ../lib/fs/$(FSTYPE)/$(LIBPROG_C)
35 include ../../Makefile.fstype
37 PROGOBJS = cfsd_main.o cfsd_svc.o cfsd_kmod.o cfsd_maptbl.o \
38 cfsd_logelem.o cfsd_cache.o cfsd_fscache.o cfsd_all.o \
39 cfsd_logfile.o cfsd_subr.o
41 LDLIBSMT = $(LDLIBS.cmd) $(CFSLIBMT) $(MDBUGLIB) -lnsl
42 include ../Makefile.cachefs
44 MDBUGLIB= ../mdbug/libdbug.a
45 CPPFLAGS += -I.. -D_REENTRANT
46 RPCGENFLAGS= -M -C -T
47 CLOBBERFILES += $(LIBPROG_C) cachefsd_tbl.i
49 all : $(LIBPROG_C)
51 install : $(ROOTLIBFSTYPE)/$(LIBPROG_C)
53 $(LIBPROG_C): $(OBJS)
54 $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LDLIBSMT)
55 $(POST_PROCESS)
57 testmap : cfsd_maptbl.o testmap.o
58 $(LINK.c) -o $@ cfsd_maptbl.o testmap.o $(LDLIBS)
60 cachefsd_tbl.i : $(CACHEFSDIR)/cachefsd.x
61 $(RPCGEN) $(RPCGENFLAGS) -t -o cachefsd_tbl.i \
62 $(CACHEFSDIR)/cachefsd.x
64 cfsd_main.o : cfsd_main.c cachefsd_tbl.i
66 clobber : templates
68 templates :
69 rm -rf SunWS_cache
71 $(LIBPROG_C) : $(CFSLIB) $(MDBUGLIB)
73 $(MDBUGLIB) :
74 cd $(@D); pwd; $(MAKE) $(TARGET);
75 @pwd
77 $(PROGOBJS) : $(CACHEFSDIR)/cachefsd.h ../mdbug/mdbug.h