xref: /haiku/src/bin/package_repo/Jamfile (revision e6eaad8615c4734498b9b800847d18bbe62782fa)
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