1SubDir HAIKU_TOP src bin pcmcia-cs ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) { 6 UseHeaders [ FDirName $(HAIKU_TOP) headers os drivers ] : true ; 7 # We need the public pcmcia headers also when not compiling for Haiku. 8 UseHeaders [ FDirName $(HAIKU_TOP) headers os support ] : true ; 9 # We need Errors.h also when not compiling for Haiku. 10} 11 12StdBinCommands 13 cardctl.c 14 dump_cis.c 15 dump_cisreg.c 16 : root ; 17 18BinCommand pack_cis : 19 pack_cis.c 20 lex_cis.l 21 yacc_cis.y 22 ; 23 24 25