SubDir OBOS_TOP src kits ; # Collect libopenbeos.so sources. subdirs = app interface support storage ; for subdir in $(subdirs) { local dir = [ FDirName $(SUBDIR) $(subdir) ] ; local file = $(subdir:S=.src) ; include $(file:D=$(dir)) ; UsePrivateHeaders $(subdir) ; SEARCH_SOURCE += $(dir) ; } UsePrivateHeaders shared app ; # Add subsubdirs to the SEARCH_SOURCE. SEARCH_SOURCE += [ FDirName $(SUBDIR) interface BTextView ] ; SEARCH_SOURCE += [ FDirName $(SUBDIR) storage mime ] ; SEARCH_SOURCE += [ FDirName $(SUBDIR) storage sniffer ] ; SharedLibrary openbeos : $(APP_KIT_SOURCE) $(INTERFACE_KIT_SOURCE) $(SUPPORT_KIT_SOURCE) $(STORAGE_KIT_SOURCE) ; LinkSharedOSLibs libopenbeos.so : libbeadapter.so be stdc++.r4 ; # The adapter library we need (Storage Kit). # SharedLibrary beadapter : LibBeAdapter.cpp ; LinkSharedOSLibs libbeadapter.so : be ; # Note: If you want to use /boot/home/config/lib/libopenbeos.so in another # rule, use the identifier libopenbeos.so, otherwise # libopenbeos.so. LOCATE on libopenbeos.so libbeadapter.so = /boot/home/config/lib ; File libopenbeos.so : libopenbeos.so ; File libbeadapter.so : libbeadapter.so ; Includes libopenbeos.so : libbeadapter.so ; SubInclude OBOS_TOP src kits app ; SubInclude OBOS_TOP src kits interface ; SubInclude OBOS_TOP src kits media ; SubInclude OBOS_TOP src kits midi ; SubInclude OBOS_TOP src kits midi2 ; SubInclude OBOS_TOP src kits screensaver ; SubInclude OBOS_TOP src kits storage ; SubInclude OBOS_TOP src kits support ; SubInclude OBOS_TOP src kits translation ; SubInclude OBOS_TOP src kits device ; SubInclude OBOS_TOP src kits game ; SubInclude OBOS_TOP src kits network ;