79 lines
2.4 KiB
Plaintext
79 lines
2.4 KiB
Plaintext
|
|
|
|
# WARNING : automatically generated by utils/generate.py
|
|
|
|
PROG=../../../../bin/P7ZIP$(BINSUFFIX)
|
|
|
|
all: $(PCH_NAME) $(PROG)
|
|
|
|
LOCAL_FLAGS=$(TARGET_FLAGS) \
|
|
-DLANG \
|
|
-DEXTERNAL_CODECS \
|
|
-D_FILE_OFFSET_BITS=64 \
|
|
-D_LARGEFILE_SOURCE \
|
|
-D_REENTRANT \
|
|
-DENV_UNIX \
|
|
-DBREAK_HANDLER \
|
|
-DUNICODE \
|
|
-D_UNICODE \
|
|
-DUNIX_USE_WIN_FILE \
|
|
|
|
SRCS=\
|
|
../../../../CPP/7zip/UI/P7ZIP/wxP7ZIP.cpp \
|
|
../../../../CPP/Common/IntToString.cpp \
|
|
../../../../CPP/Common/MyString.cpp \
|
|
../../../../CPP/Common/MyVector.cpp \
|
|
../../../../CPP/Common/StringConvert.cpp \
|
|
../../../../CPP/Windows/FileDir.cpp \
|
|
../../../../CPP/Windows/FileFind.cpp \
|
|
../../../../CPP/Windows/FileIO.cpp \
|
|
../../../../CPP/Windows/FileName.cpp \
|
|
../../../../CPP/Common/MyWindows.cpp \
|
|
../../../../CPP/myWindows/wine_date_and_time.cpp \
|
|
|
|
SRCS_C=\
|
|
../../../../C/Threads.c \
|
|
|
|
StdAfx.h.gch : ../../../myWindows/StdAfx.h
|
|
rm -f StdAfx.h.gch
|
|
$(CXX) $(CXXFLAGS) ../../../myWindows/StdAfx.h -o StdAfx.h.gch
|
|
Threads.o : ../../../../C/Threads.c
|
|
$(CC) $(CFLAGS) ../../../../C/Threads.c
|
|
wxP7ZIP.o : ../../../../CPP/7zip/UI/P7ZIP/wxP7ZIP.cpp
|
|
$(CXX) $(CXXFLAGS) ../../../../CPP/7zip/UI/P7ZIP/wxP7ZIP.cpp
|
|
IntToString.o : ../../../../CPP/Common/IntToString.cpp
|
|
$(CXX) $(CXXFLAGS) ../../../../CPP/Common/IntToString.cpp
|
|
MyString.o : ../../../../CPP/Common/MyString.cpp
|
|
$(CXX) $(CXXFLAGS) ../../../../CPP/Common/MyString.cpp
|
|
MyVector.o : ../../../../CPP/Common/MyVector.cpp
|
|
$(CXX) $(CXXFLAGS) ../../../../CPP/Common/MyVector.cpp
|
|
StringConvert.o : ../../../../CPP/Common/StringConvert.cpp
|
|
$(CXX) $(CXXFLAGS) ../../../../CPP/Common/StringConvert.cpp
|
|
FileDir.o : ../../../../CPP/Windows/FileDir.cpp
|
|
$(CXX) $(CXXFLAGS) ../../../../CPP/Windows/FileDir.cpp
|
|
FileFind.o : ../../../../CPP/Windows/FileFind.cpp
|
|
$(CXX) $(CXXFLAGS) ../../../../CPP/Windows/FileFind.cpp
|
|
FileIO.o : ../../../../CPP/Windows/FileIO.cpp
|
|
$(CXX) $(CXXFLAGS) ../../../../CPP/Windows/FileIO.cpp
|
|
FileName.o : ../../../../CPP/Windows/FileName.cpp
|
|
$(CXX) $(CXXFLAGS) ../../../../CPP/Windows/FileName.cpp
|
|
MyWindows.o : ../../../../CPP/Common/MyWindows.cpp
|
|
$(CXX) $(CXXFLAGS) ../../../../CPP/Common/MyWindows.cpp
|
|
wine_date_and_time.o : ../../../../CPP/myWindows/wine_date_and_time.cpp
|
|
$(CXX) $(CXXFLAGS) ../../../../CPP/myWindows/wine_date_and_time.cpp
|
|
|
|
OBJS=\
|
|
Threads.o \
|
|
wxP7ZIP.o \
|
|
IntToString.o \
|
|
MyString.o \
|
|
MyVector.o \
|
|
StringConvert.o \
|
|
FileDir.o \
|
|
FileFind.o \
|
|
FileIO.o \
|
|
FileName.o \
|
|
MyWindows.o \
|
|
wine_date_and_time.o \
|
|
|