update makefile

git-svn-id: https://profuse.googlecode.com/svn/branches/v2@287 aa027e90-d47c-11dd-86d7-074df07e0730
This commit is contained in:
ksherlock 2010-05-27 16:22:12 +00:00
parent 7be0fc5c56
commit 54a75af101
1 changed files with 4 additions and 4 deletions

View File

@ -43,16 +43,16 @@ xattr.o: xattr.cpp
newfs_pascal.o: newfs_pascal.cpp Device/BlockDevice.h ProFUSE/Exception.h \
Device/TrackSector.h Cache/BlockCache.h Device/RawDevice.h File/File.h \
Pascal/File.h Pascal/Date.h
Pascal/Pascal.h Pascal/Date.h
fuse_pascal.o: fuse_pascal.cpp Pascal/File.h Pascal/Date.h \
fuse_pascal.o: fuse_pascal.cpp Pascal/Pascal.h Pascal/Date.h \
ProFUSE/Exception.h Device/BlockDevice.h Device/TrackSector.h \
Cache/BlockCache.h
fuse_pascal_ops.o: fuse_pascal_ops.cpp Pascal/File.h Pascal/Date.h \
fuse_pascal_ops.o: fuse_pascal_ops.cpp Pascal/Pascal.h Pascal/Date.h \
ProFUSE/auto.h ProFUSE/Exception.h
apfm.o: apfm.cpp Pascal/File.h Pascal/Date.h Device/BlockDevice.h \
apfm.o: apfm.cpp Pascal/Pascal.h Pascal/Date.h Device/BlockDevice.h \
ProFUSE/Exception.h Device/TrackSector.h Cache/BlockCache.h
File/File.o: File/File.cpp File/File.h ProFUSE/Exception.h