Adjusted the original SK Jamfile to work in its new friendly neighborhood.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@28 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
736994efc9
commit
32bc7795b0
@ -1,19 +1,28 @@
|
|||||||
# This is $(TOP)/source/lib/Jamfile
|
SubDir OBOS_TOP src kits storage ;
|
||||||
|
|
||||||
SubDir TOP source lib ;
|
# The adapter library we need.
|
||||||
|
|
||||||
SharedFromSources $(TOP)/source/lib/libstorage.so :
|
SharedLibrary beadapter :
|
||||||
ByteOrder.cpp
|
LibBeAdapter.cpp
|
||||||
DataIO.cpp
|
;
|
||||||
|
LinkSharedOSLibs libbeadapter.so :
|
||||||
|
be
|
||||||
|
;
|
||||||
|
|
||||||
|
|
||||||
|
# The library containing the storage kit classes.
|
||||||
|
|
||||||
|
UsePrivateHeaders storage ;
|
||||||
|
|
||||||
|
UsePublicHeaders [ FDirName os storage ] ;
|
||||||
|
UsePublicHeaders [ FDirName os add-ons file_system ] ;
|
||||||
|
|
||||||
|
SharedLibrary storage :
|
||||||
Directory.cpp
|
Directory.cpp
|
||||||
Entry.cpp
|
Entry.cpp
|
||||||
EntryList.cpp
|
EntryList.cpp
|
||||||
File.cpp
|
File.cpp
|
||||||
FindDirectory.cpp
|
FindDirectory.cpp
|
||||||
Flattenable.cpp
|
|
||||||
List.cpp
|
|
||||||
Locker.cpp
|
|
||||||
MallocIO.cpp
|
|
||||||
Mime.cpp
|
Mime.cpp
|
||||||
MimeType.cpp
|
MimeType.cpp
|
||||||
Node.cpp
|
Node.cpp
|
||||||
@ -31,22 +40,11 @@ SharedFromSources $(TOP)/source/lib/libstorage.so :
|
|||||||
SymLink.cpp
|
SymLink.cpp
|
||||||
Volume.cpp
|
Volume.cpp
|
||||||
kernel_interface.POSIX.cpp
|
kernel_interface.POSIX.cpp
|
||||||
storage_support.cpp ;
|
storage_support.cpp
|
||||||
LinkSharedLibs $(TOP)/source/lib/libstorage.so :
|
|
||||||
$(TOP)/source/lib/libbeadapter.so
|
|
||||||
;
|
;
|
||||||
LinkSharedOSLibs $(TOP)/source/lib/libstorage.so :
|
LinkSharedOSLibs libstorage.so :
|
||||||
/boot/develop/lib/x86/libbe.so
|
be
|
||||||
|
libbeadapter.so
|
||||||
|
stdc++.r4
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
# Here come the rules for our adapter library.
|
|
||||||
|
|
||||||
HDRS = ;
|
|
||||||
|
|
||||||
SharedFromSources $(TOP)/source/lib/libbeadapter.so :
|
|
||||||
LibBeAdapter.cpp
|
|
||||||
;
|
|
||||||
LinkSharedOSLibs $(TOP)/source/lib/libbeadapter.so :
|
|
||||||
/boot/develop/lib/x86/libbe.so
|
|
||||||
;
|
|
||||||
|
Loading…
Reference in New Issue
Block a user