2002-07-10 01:38:17 +04:00
|
|
|
SubDir OBOS_TOP src kits ;
|
|
|
|
|
|
|
|
include $(SUBDIR)/app/app.src ;
|
|
|
|
include $(SUBDIR)/interface/interface.src ;
|
|
|
|
include $(SUBDIR)/support/support.src ;
|
|
|
|
|
|
|
|
UsePrivateHeaders app ;
|
|
|
|
UsePrivateHeaders interface ;
|
2002-07-15 19:51:31 +04:00
|
|
|
UsePrivateHeaders shared ;
|
2002-07-10 01:38:17 +04:00
|
|
|
UsePrivateHeaders support ;
|
|
|
|
|
2002-07-10 20:36:50 +04:00
|
|
|
UsePublicHeaders app ;
|
|
|
|
UsePublicHeaders interface ;
|
|
|
|
UsePublicHeaders support ;
|
2002-07-10 01:38:17 +04:00
|
|
|
|
|
|
|
SharedLibrary openbeos :
|
|
|
|
<$(SOURCE_GRIST)>app/$(APP_KIT_SOURCE)
|
|
|
|
<$(SOURCE_GRIST)>interface/$(INTERFACE_KIT_SOURCE)
|
|
|
|
<$(SOURCE_GRIST)>support/$(SUPPORT_KIT_SOURCE)
|
|
|
|
;
|
|
|
|
|
|
|
|
LinkSharedOSLibs libopenbeos.so :
|
|
|
|
be
|
|
|
|
stdc++.r4 ;
|
|
|
|
|
|
|
|
# Note: If you want to use /boot/home/config/lib/libopenbeos.so in another
|
|
|
|
# rule, use the identifier <boot!home!config!lib>libopenbeos.so, otherwise
|
|
|
|
# libopenbeos.so.
|
2002-07-17 03:27:01 +04:00
|
|
|
LOCATE on <boot!home!config!lib>libopenbeos.so = /boot/home/config/lib ;
|
|
|
|
File <boot!home!config!lib>libopenbeos.so : libopenbeos.so ;
|
2002-07-10 01:38:17 +04:00
|
|
|
|
|
|
|
SubInclude OBOS_TOP src kits app ;
|
|
|
|
SubInclude OBOS_TOP src kits interface ;
|
2002-07-11 23:54:20 +04:00
|
|
|
SubInclude OBOS_TOP src kits media ;
|
2002-07-12 01:05:38 +04:00
|
|
|
SubInclude OBOS_TOP src kits midi ;
|
|
|
|
SubInclude OBOS_TOP src kits screensaver ;
|
2002-07-10 06:00:19 +04:00
|
|
|
SubInclude OBOS_TOP src kits storage ;
|
2002-07-10 01:38:17 +04:00
|
|
|
SubInclude OBOS_TOP src kits support ;
|
|
|
|
SubInclude OBOS_TOP src kits translation ;
|
2002-08-11 04:30:53 +04:00
|
|
|
SubInclude OBOS_TOP src kits device ;
|
|
|
|
SubInclude OBOS_TOP src kits game ;
|
2002-08-27 11:38:04 +04:00
|
|
|
# SubInclude OBOS_TOP src kits net ;
|