xref: /haiku/src/bin/package_repo/Jamfile (revision 002f37b0cca92e4cf72857c72ac95db5a8b09615)
1SubDir HAIKU_TOP src bin package_repo ;
2
3UsePrivateHeaders kernel shared ;
4
5UseHeaders [ FDirName $(HAIKU_TOP) src bin package ] ;
6
7DEFINES += B_ENABLE_INCOMPLETE_POSIX_AT_SUPPORT ;
8	# TODO: Remove when it is complete!
9
10BinCommand package_repo :
11	command_create.cpp
12	command_list.cpp
13	command_update.cpp
14	package_repo.cpp
15	:
16	package be
17	$(TARGET_LIBSUPC++)
18	$(TARGET_LIBSTDC++)
19;
20