From: Ben O. <ben...@us...> - 2002-02-26 08:04:51
|
Update of /cvsroot/njbfs/njbfs In directory usw-pr-cvs1:/tmp/cvs-serv10927 Modified Files: Tag: ben Makefile Log Message: ben: include makefile in ben branch Index: Makefile =================================================================== RCS file: /cvsroot/njbfs/njbfs/Makefile,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -d -r1.4 -r1.4.2.1 *** Makefile 23 Dec 2001 05:59:08 -0000 1.4 --- Makefile 26 Feb 2002 08:04:48 -0000 1.4.2.1 *************** *** 33,37 **** # njbfs.o ! njbfs.o : ./nomad.o ./cache.o ./dir.o ./file.o ./inode.o ./proc.o ./symlink.o ./njb_usb.o ./track.o ./playlist.o ./driver.o ${LINKER} ${LDFLAGS} -o $@ ${filter-out %.a %.so, $^} ${LOADLIBES} --- 33,37 ---- # njbfs.o ! njbfs.o : ./nomad.o ./cache.o ./dir.o ./file.o ./inode.o ./proc.o ./symlink.o ./njb_usb.o ./track.o ./playlist.o ./driver.o ./njbfs_cache.o ./njbfs_dir.o ${LINKER} ${LDFLAGS} -o $@ ${filter-out %.a %.so, $^} ${LOADLIBES} |