1370b324cSopenharmony_ciPROG = 7zcl
2370b324cSopenharmony_ciIS_NOT_STANDALONE = 1
3370b324cSopenharmony_ci
4370b324cSopenharmony_ci# IS_X64 = 1
5370b324cSopenharmony_ci
6370b324cSopenharmony_ci
7370b324cSopenharmony_ci
8370b324cSopenharmony_ciifdef SystemDrive
9370b324cSopenharmony_ciIS_MINGW = 1
10370b324cSopenharmony_cielse
11370b324cSopenharmony_ciifdef SYSTEMDRIVE
12370b324cSopenharmony_ci# ifdef OS
13370b324cSopenharmony_ciIS_MINGW = 1
14370b324cSopenharmony_ciendif
15370b324cSopenharmony_ciendif
16370b324cSopenharmony_ci
17370b324cSopenharmony_ci
18370b324cSopenharmony_ciifdef IS_MINGW
19370b324cSopenharmony_ci
20370b324cSopenharmony_ciSYS_OBJS = \
21370b324cSopenharmony_ci  $O/resource.o \
22370b324cSopenharmony_ci
23370b324cSopenharmony_cielse
24370b324cSopenharmony_ci
25370b324cSopenharmony_ciSYS_OBJS = \
26370b324cSopenharmony_ci  $O/MyWindows.o \
27370b324cSopenharmony_ci  $O/TimeUtils.o \
28370b324cSopenharmony_ci
29370b324cSopenharmony_ciendif
30370b324cSopenharmony_ci
31370b324cSopenharmony_ci
32370b324cSopenharmony_ciLOCAL_FLAGS = \
33370b324cSopenharmony_ci
34370b324cSopenharmony_ci
35370b324cSopenharmony_ciCURRENT_OBJS = \
36370b324cSopenharmony_ci  $O/Client7z.o \
37370b324cSopenharmony_ci
38370b324cSopenharmony_ciCOMMON_OBJS = \
39370b324cSopenharmony_ci  $O/IntToString.o \
40370b324cSopenharmony_ci  $O/MyString.o \
41370b324cSopenharmony_ci  $O/MyVector.o \
42370b324cSopenharmony_ci  $O/NewHandler.o \
43370b324cSopenharmony_ci  $O/StringConvert.o \
44370b324cSopenharmony_ci  $O/StringToInt.o \
45370b324cSopenharmony_ci  $O/UTFConvert.o \
46370b324cSopenharmony_ci  $O/Wildcard.o \
47370b324cSopenharmony_ci
48370b324cSopenharmony_ciWIN_OBJS = \
49370b324cSopenharmony_ci  $O/DLL.o \
50370b324cSopenharmony_ci  $O/FileDir.o \
51370b324cSopenharmony_ci  $O/FileFind.o \
52370b324cSopenharmony_ci  $O/FileIO.o \
53370b324cSopenharmony_ci  $O/FileName.o \
54370b324cSopenharmony_ci  $O/PropVariant.o \
55370b324cSopenharmony_ci  $O/PropVariantConv.o \
56370b324cSopenharmony_ci
57370b324cSopenharmony_ci7ZIP_COMMON_OBJS = \
58370b324cSopenharmony_ci  $O/FileStreams.o \
59370b324cSopenharmony_ci
60370b324cSopenharmony_ci
61370b324cSopenharmony_ciOBJS = \
62370b324cSopenharmony_ci  $(COMMON_OBJS) \
63370b324cSopenharmony_ci  $(WIN_OBJS) \
64370b324cSopenharmony_ci  $(SYS_OBJS) \
65370b324cSopenharmony_ci  $(7ZIP_COMMON_OBJS) \
66370b324cSopenharmony_ci  $(CURRENT_OBJS) \
67370b324cSopenharmony_ci
68370b324cSopenharmony_ci
69370b324cSopenharmony_ciinclude ../../7zip_gcc.mak
70