1 SubDir HAIKU_TOP src tools unzip ;
3 SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src bin unzip ] ;
5 if ! $(HOST_PLATFORM_BEOS_COMPATIBLE) {
6 DEFINES += HAVE_TERMIOS_H=1 HAS_JUNK_EXTRA_FIELD_OPTION=1 ;
9 # avoid building host unzip with DEBUG, as that would pollute the build
10 # with lots of unwanted output when unzip gets invoked.
13 USES_BE_API on <build>libunzip.a <build>unzip = true ;
15 BuildPlatformStaticLibrary <build>libunzip.a :
34 BuildPlatformMain <build>unzip :
38 : <build>libunzip.a $(HOST_LIBBE) $(HOST_LIBSUPC++)