repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Assorted whitespace cleanup and typo fixes.
[haiku.git]
/
src
/
bin
/
pkgman
/
Jamfile
blob
127fdb23e206ce364ba5c0e20aca39cdb8e79f96
1
SubDir HAIKU_TOP src bin pkgman ;
2
3
UsePrivateHeaders shared storage support ;
4
5
BinCommand pkgman :
6
Command.cpp
7
command_add_repo.cpp
8
command_drop_repo.cpp
9
command_full_sync.cpp
10
command_install.cpp
11
command_list_repos.cpp
12
command_update.cpp
13
command_refresh.cpp
14
command_resolve_dependencies.cpp
15
command_search.cpp
16
command_uninstall.cpp
17
CommonOptions.cpp
18
DecisionProvider.cpp
19
JobStateListener.cpp
20
PackageManager.cpp
21
pkgman.cpp
22
:
23
libshared.a package be
24
[ TargetLibsupc++ ] [ TargetLibstdc++ ]
25
;