PERFORCE change 194692 for review
Ilya Putsikau
ilya at FreeBSD.org
Mon Jun 13 15:42:32 UTC 2011
http://p4web.freebsd.org/@@194692?ac=10
Change 194692 by ilya at ilya_triton2011 on 2011/06/13 15:42:00
Makefile
Affected files ...
.. //depot/projects/soc2011/ilya_fuse/fuse_module/Makefile#10 edit
Differences ...
==== //depot/projects/soc2011/ilya_fuse/fuse_module/Makefile#10 (text+ko) ====
@@ -2,29 +2,26 @@
.include "../Makefile.common"
-SRCS = fuse_main.c \
- fuse_ipc.c \
- fuse_device.c \
- fuse_vfsops.c \
- fuse_vnops.c \
- fuse_io.c \
- fuse_subr.c \
- fuse.h \
- fuse_ipc.h \
- fuse_file.h \
- fuse_internal.h \
- fuse_internal.c \
- fuse_io.h \
- fuse_node.h \
- vnode_if.h
+SRCS= fuse.h \
+ fuse_kernel.h \
+ fuse_device.c \
+ fuse_file.c \
+ fuse_file.h \
+ fuse_internal.c \
+ fuse_internal.h \
+ fuse_io.c \
+ fuse_io.h \
+ fuse_ipc.c \
+ fuse_ipc.h \
+ fuse_main.c \
+ fuse_node.c \
+ fuse_node.h \
+ fuse_vfsops.c \
+ fuse_vnops.c \
+ vnode_if.h
CFLAGS+= -I../include
-.if defined(FMASTER)
-SRCS+= fmaster.c
-CFLAGS+= -DFMASTER
-.endif
-
.if defined(KERNCONF)
KERNCONF1!= echo ${KERNCONF} | sed -e 's/ .*//g'
KRNLOBJDIR!= make -C /usr/src -f /usr/src/Makefile.inc1 -V KRNLOBJDIR
@@ -39,20 +36,6 @@
DEBUG_FLAGS+= -D_DEBUG_MSG
.endif
-.if defined(FMASTER) || defined(DEBUG) || defined(DEBUG2G) || \
- defined(DEBUG3G) || defined(DEBUG_MSG)
-SRCS+= fuse_opnames.c
-.endif
-
KMOD=fuse
-CLEANFILES+= fuse_opnames.c fuse_opnames.o fuse_subr.o fmaster.o vnode_if.h \
- vnode_if_typedef.h vnode_if_newproto.h fuse.ko.debug \
- fuse.ko.symbols
-
-fuse.ko: fuse_kernel.h
-
-fuse_opnames.c:
- env OUTF=fuse_opnames.c ${AWK} -f ../tools/genopnames.awk fuse_kernel.h
-
.include <bsd.kmod.mk>
More information about the p4-projects
mailing list