Remove *Kit pseudo targets from root Jamfile

This commit is contained in:
Ingo Weinhold 2013-06-30 19:01:37 +02:00
parent ff2e520912
commit 5a7d7bc5dd
1 changed files with 0 additions and 125 deletions

125
Jamfile
View File

@ -3,131 +3,6 @@ SubDir HAIKU_TOP ;
NotFile doc_files ;
Depends files : doc_files ;
# Pseudo-target to build the mail kit only
NotFile MailKit ;
Depends MailKit :
libmail.so
mail_daemon
E-mail
BeMail
# mail_daemon addons
Inbox
Outbox
Message\ Parser
New\ Mail\ Notification
Match\ Header
R5\ Daemon\ Filter
IMAP
POP3
SMTP
Fortune
Spam\ Filter
spamdbm
;
# Pseudo-target to build the media stuffs only
# TODO: don't know how to make avcodec mp3_decoder mp3_reader ogg speex vorbis
NotFile MediaKit ;
Depends MediaKit :
libmedia.so
libgame.so
# Servers
media_addon_server
media_server
# Preference
Sounds
Media
# Deskbar replicant
desklink
# add-ons
mixer.media_addon
tone_producer_demo.media_addon
video_producer_demo.media_addon
legacy.media_addon
multi_audio.media_addon
# reader.media_addon
# writer.media_addon
# demultiplexer.media_addon
# codecs
ac3_decoder
aiff_reader
au_reader
avcodec
avi_reader
matroska
mp3_decoder
mp3_reader
musepack
ogg
raw_decoder
speex
vorbis
wav_reader
mov_reader
;
# Pseudo-target to build the input kit only
NotFile InputKit ;
Depends InputKit :
# Servers
input_server
# Addons
<input>keyboard
<input>mouse
# Apps
keymap
# Preferences
Keymap
Keyboard
Mouse
;
# Pseudo-target to build the OpenGL kit only
NotFile OpenGLKit ;
Depends OpenGLKit :
libGL.so
GLTeapot
# GLInfo
;
# Pseudo-target to build the screensaver kit only
NotFile ScreenSaverKit ;
Depends ScreenSaverKit :
libscreensaver.so
screen_saver
screen_blanker
ScreenSaver
Haiku
;
# Pseudo-target to build the locale kit only
# TODO: src/add-ons/locale/collators/GermanDIN-2.cpp does not compile
NotFile LocaleKit ;
Depends LocaleKit :
Locale
# binaries for building localized software on haiku
collectcatkeys
dumpcatalog
linkcatkeys
# addons
LocaleKitCollatorAddons
LocaleKitCatalogAddons
# tests
LocaleKitTests
;
# Add optional packages given via HAIKU_ADD_OPTIONAL_PACKAGES.
if $(HAIKU_ADD_OPTIONAL_PACKAGES) {
AddOptionalHaikuImagePackages