1370b324cSopenharmony_ciPROG = lzma 2370b324cSopenharmony_ci 3370b324cSopenharmony_ci# IS_X64 = 1 4370b324cSopenharmony_ci# USE_ASM = 1 5370b324cSopenharmony_ci# ST_MODE = 1 6370b324cSopenharmony_ci 7370b324cSopenharmony_ciinclude ../../LzmaDec_gcc.mak 8370b324cSopenharmony_ci 9370b324cSopenharmony_ciLOCAL_FLAGS_ST = 10370b324cSopenharmony_ciMT_OBJS = 11370b324cSopenharmony_ci 12370b324cSopenharmony_ci 13370b324cSopenharmony_ciifdef SystemDrive 14370b324cSopenharmony_ciIS_MINGW = 1 15370b324cSopenharmony_cielse 16370b324cSopenharmony_ciifdef SYSTEMDRIVE 17370b324cSopenharmony_ci# ifdef OS 18370b324cSopenharmony_ciIS_MINGW = 1 19370b324cSopenharmony_ciendif 20370b324cSopenharmony_ciendif 21370b324cSopenharmony_ci 22370b324cSopenharmony_ciifdef ST_MODE 23370b324cSopenharmony_ci 24370b324cSopenharmony_ciLOCAL_FLAGS_ST = -DZ7_ST 25370b324cSopenharmony_ci 26370b324cSopenharmony_cielse 27370b324cSopenharmony_ci 28370b324cSopenharmony_ciMT_OBJS = \ 29370b324cSopenharmony_ci $O/LzFindMt.o \ 30370b324cSopenharmony_ci $O/LzFindOpt.o \ 31370b324cSopenharmony_ci $O/Synchronization.o \ 32370b324cSopenharmony_ci $O/Threads.o \ 33370b324cSopenharmony_ci 34370b324cSopenharmony_ci 35370b324cSopenharmony_ci 36370b324cSopenharmony_ciendif 37370b324cSopenharmony_ci 38370b324cSopenharmony_ci 39370b324cSopenharmony_ci 40370b324cSopenharmony_ciLOCAL_FLAGS_SYS = 41370b324cSopenharmony_ci 42370b324cSopenharmony_ciifdef IS_MINGW 43370b324cSopenharmony_ci 44370b324cSopenharmony_ciSYS_OBJS = \ 45370b324cSopenharmony_ci $O/Registry.o \ 46370b324cSopenharmony_ci $O/resource.o \ 47370b324cSopenharmony_ci 48370b324cSopenharmony_cielse 49370b324cSopenharmony_ci 50370b324cSopenharmony_ciSYS_OBJS = \ 51370b324cSopenharmony_ci $O/FileDir.o \ 52370b324cSopenharmony_ci $O/FileFind.o \ 53370b324cSopenharmony_ci $O/FileName.o \ 54370b324cSopenharmony_ci $O/MyWindows.o \ 55370b324cSopenharmony_ci $O/TimeUtils.o \ 56370b324cSopenharmony_ci 57370b324cSopenharmony_ciendif 58370b324cSopenharmony_ci 59370b324cSopenharmony_ciLOCAL_FLAGS = \ 60370b324cSopenharmony_ci $(LOCAL_FLAGS_ST) \ 61370b324cSopenharmony_ci 62370b324cSopenharmony_ci 63370b324cSopenharmony_ciCOMMON_OBJS = \ 64370b324cSopenharmony_ci $O/CommandLineParser.o \ 65370b324cSopenharmony_ci $O/CRC.o \ 66370b324cSopenharmony_ci $O/CrcReg.o \ 67370b324cSopenharmony_ci $O/IntToString.o \ 68370b324cSopenharmony_ci $O/LzFindPrepare.o \ 69370b324cSopenharmony_ci $O/MyString.o \ 70370b324cSopenharmony_ci $O/MyVector.o \ 71370b324cSopenharmony_ci $O/NewHandler.o \ 72370b324cSopenharmony_ci $O/StringConvert.o \ 73370b324cSopenharmony_ci $O/StringToInt.o \ 74370b324cSopenharmony_ci $O/UTFConvert.o \ 75370b324cSopenharmony_ci $O/Wildcard.o \ 76370b324cSopenharmony_ci 77370b324cSopenharmony_ciWIN_OBJS = \ 78370b324cSopenharmony_ci $O/FileIO.o \ 79370b324cSopenharmony_ci $O/PropVariant.o \ 80370b324cSopenharmony_ci $O/System.o \ 81370b324cSopenharmony_ci $O/SystemInfo.o \ 82370b324cSopenharmony_ci 83370b324cSopenharmony_ciCOMPRESS_OBJS = \ 84370b324cSopenharmony_ci $O/LzmaDecoder.o \ 85370b324cSopenharmony_ci $O/LzmaEncoder.o \ 86370b324cSopenharmony_ci $O/LzmaRegister.o \ 87370b324cSopenharmony_ci 88370b324cSopenharmony_ciCONSOLE_OBJS = \ 89370b324cSopenharmony_ci $O/BenchCon.o \ 90370b324cSopenharmony_ci $O/ConsoleClose.o \ 91370b324cSopenharmony_ci 92370b324cSopenharmony_ci7ZIP_COMMON_OBJS = \ 93370b324cSopenharmony_ci $O/CreateCoder.o \ 94370b324cSopenharmony_ci $O/CWrappers.o \ 95370b324cSopenharmony_ci $O/FileStreams.o \ 96370b324cSopenharmony_ci $O/FilterCoder.o \ 97370b324cSopenharmony_ci $O/MethodProps.o \ 98370b324cSopenharmony_ci $O/StreamObjects.o \ 99370b324cSopenharmony_ci $O/StreamUtils.o \ 100370b324cSopenharmony_ci 101370b324cSopenharmony_ciC_OBJS = \ 102370b324cSopenharmony_ci $O/7zCrc.o \ 103370b324cSopenharmony_ci $O/7zCrcOpt.o \ 104370b324cSopenharmony_ci $O/Alloc.o \ 105370b324cSopenharmony_ci $O/Bra86.o \ 106370b324cSopenharmony_ci $O/CpuArch.o \ 107370b324cSopenharmony_ci $O/LzFind.o \ 108370b324cSopenharmony_ci $O/LzmaDec.o \ 109370b324cSopenharmony_ci $O/LzmaEnc.o \ 110370b324cSopenharmony_ci $O/Lzma86Dec.o \ 111370b324cSopenharmony_ci $O/Lzma86Enc.o \ 112370b324cSopenharmony_ci 113370b324cSopenharmony_ciOBJS = \ 114370b324cSopenharmony_ci $(LZMA_DEC_OPT_OBJS) \ 115370b324cSopenharmony_ci $(C_OBJS) \ 116370b324cSopenharmony_ci $(MT_OBJS) \ 117370b324cSopenharmony_ci $(SYS_OBJS) \ 118370b324cSopenharmony_ci $(COMMON_OBJS) \ 119370b324cSopenharmony_ci $(WIN_OBJS) \ 120370b324cSopenharmony_ci $(COMPRESS_OBJS) \ 121370b324cSopenharmony_ci $(7ZIP_COMMON_OBJS) \ 122370b324cSopenharmony_ci $(CONSOLE_OBJS) \ 123370b324cSopenharmony_ci $O/LzmaAlone.o \ 124370b324cSopenharmony_ci $O/Bench.o \ 125370b324cSopenharmony_ci 126370b324cSopenharmony_ciinclude ../../7zip_gcc.mak 127