You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
141 lines
6.1 KiB
141 lines
6.1 KiB
16 years ago
|
diff -Naupr p7zip_4.61.orig/CPP/7zip/Bundles/Format7zFree/makefile p7zip_4.61/CPP/7zip/Bundles/Format7zFree/makefile
|
||
|
--- p7zip_4.61.orig/CPP/7zip/Bundles/Format7zFree/makefile 2008-11-28 21:17:16.000000000 +0100
|
||
|
+++ p7zip_4.61/CPP/7zip/Bundles/Format7zFree/makefile 2008-12-23 16:27:04.927434325 +0100
|
||
|
@@ -83,9 +83,6 @@ HmacSha1.o \
|
||
17 years ago
|
Pbkdf2HmacSha1.o \
|
||
18 years ago
|
RandGen.o \
|
||
|
Sha1.o \
|
||
|
-RarAES.o \
|
||
|
-Rar20Cipher.o \
|
||
|
-Rar20Crypto.o \
|
||
|
WzAES.o \
|
||
|
ZipCipher.o \
|
||
|
ZipCrypto.o \
|
||
16 years ago
|
@@ -124,12 +121,6 @@ StreamUtils.o \
|
||
18 years ago
|
7zRegister.o \
|
||
|
7zSpecStream.o \
|
||
|
7zUpdate.o \
|
||
|
-RarHandler.o \
|
||
|
-RarHeader.o \
|
||
|
-RarIn.o \
|
||
|
-RarItem.o \
|
||
|
-RarRegister.o \
|
||
|
-RarVolumeInStream.o \
|
||
16 years ago
|
bz2Register.o \
|
||
|
BZip2Handler.o \
|
||
|
BZip2HandlerOut.o \
|
||
|
diff -Naupr p7zip_4.61.orig/CPP/7zip/Bundles/Format7zFree/makefile.list p7zip_4.61/CPP/7zip/Bundles/Format7zFree/makefile.list
|
||
|
--- p7zip_4.61.orig/CPP/7zip/Bundles/Format7zFree/makefile.list 2008-08-14 16:45:27.000000000 +0200
|
||
|
+++ p7zip_4.61/CPP/7zip/Bundles/Format7zFree/makefile.list 2008-12-23 16:28:13.942309528 +0100
|
||
|
@@ -51,11 +51,6 @@ SRCS=\
|
||
18 years ago
|
../../Compress/BZip2/BZip2Decoder.cpp \
|
||
|
../../Compress/BZip2/BZip2Encoder.cpp \
|
||
|
../../Compress/BZip2/BZip2Register.cpp \
|
||
|
- ../../Compress/Rar/Rar1Decoder.cpp \
|
||
|
- ../../Compress/Rar/Rar2Decoder.cpp \
|
||
|
- ../../Compress/Rar/Rar3Decoder.cpp \
|
||
|
- ../../Compress/Rar/Rar3Vm.cpp \
|
||
|
- ../../Compress/Rar/RarCodecsRegister.cpp \
|
||
|
../../Compress/Implode/ImplodeDecoder.cpp \
|
||
|
../../Compress/Implode/ImplodeHuffmanDecoder.cpp \
|
||
17 years ago
|
../../Compress/Lzx/Lzx86Converter.cpp \
|
||
16 years ago
|
@@ -72,9 +67,6 @@ SRCS=\
|
||
17 years ago
|
../../Crypto/Hash/Pbkdf2HmacSha1.cpp \
|
||
18 years ago
|
../../Crypto/Hash/RandGen.cpp \
|
||
|
../../Crypto/Hash/Sha1.cpp \
|
||
|
- ../../Crypto/RarAES/RarAES.cpp \
|
||
|
- ../../Crypto/Rar20/Rar20Cipher.cpp \
|
||
|
- ../../Crypto/Rar20/Rar20Crypto.cpp \
|
||
|
../../Crypto/WzAES/WzAES.cpp \
|
||
|
../../Crypto/Zip/ZipCipher.cpp \
|
||
|
../../Crypto/Zip/ZipCrypto.cpp \
|
||
16 years ago
|
@@ -113,12 +105,6 @@ SRCS=\
|
||
18 years ago
|
../../Archive/7z/7zRegister.cpp \
|
||
|
../../Archive/7z/7zSpecStream.cpp \
|
||
|
../../Archive/7z/7zUpdate.cpp \
|
||
|
- ../../Archive/Rar/RarHandler.cpp \
|
||
|
- ../../Archive/Rar/RarHeader.cpp \
|
||
|
- ../../Archive/Rar/RarIn.cpp \
|
||
|
- ../../Archive/Rar/RarItem.cpp \
|
||
|
- ../../Archive/Rar/RarRegister.cpp \
|
||
|
- ../../Archive/Rar/RarVolumeInStream.cpp \
|
||
16 years ago
|
../../Archive/BZip2/bz2Register.cpp \
|
||
|
../../Archive/BZip2/BZip2Handler.cpp \
|
||
|
../../Archive/BZip2/BZip2HandlerOut.cpp \
|
||
|
@@ -347,16 +333,6 @@ BZip2Encoder.o : ../../Compress/BZip2/BZ
|
||
18 years ago
|
$(CXX) $(CC_SHARED) $(CFLAGS) ../../Compress/BZip2/BZip2Encoder.cpp
|
||
18 years ago
|
BZip2Register.o : ../../Compress/BZip2/BZip2Register.cpp
|
||
18 years ago
|
$(CXX) $(CC_SHARED) $(CFLAGS) ../../Compress/BZip2/BZip2Register.cpp
|
||
18 years ago
|
-Rar1Decoder.o : ../../Compress/Rar/Rar1Decoder.cpp
|
||
18 years ago
|
- $(CXX) $(CC_SHARED) $(CFLAGS) ../../Compress/Rar/Rar1Decoder.cpp
|
||
18 years ago
|
-Rar2Decoder.o : ../../Compress/Rar/Rar2Decoder.cpp
|
||
18 years ago
|
- $(CXX) $(CC_SHARED) $(CFLAGS) ../../Compress/Rar/Rar2Decoder.cpp
|
||
18 years ago
|
-Rar3Decoder.o : ../../Compress/Rar/Rar3Decoder.cpp
|
||
18 years ago
|
- $(CXX) $(CC_SHARED) $(CFLAGS) ../../Compress/Rar/Rar3Decoder.cpp
|
||
18 years ago
|
-Rar3Vm.o : ../../Compress/Rar/Rar3Vm.cpp
|
||
18 years ago
|
- $(CXX) $(CC_SHARED) $(CFLAGS) ../../Compress/Rar/Rar3Vm.cpp
|
||
18 years ago
|
-RarCodecsRegister.o : ../../Compress/Rar/RarCodecsRegister.cpp
|
||
18 years ago
|
- $(CXX) $(CC_SHARED) $(CFLAGS) ../../Compress/Rar/RarCodecsRegister.cpp
|
||
18 years ago
|
ImplodeDecoder.o : ../../Compress/Implode/ImplodeDecoder.cpp
|
||
17 years ago
|
$(CXX) $(CC_SHARED) $(CFLAGS) ../../Compress/Implode/ImplodeDecoder.cpp
|
||
|
ImplodeHuffmanDecoder.o : ../../Compress/Implode/ImplodeHuffmanDecoder.cpp
|
||
16 years ago
|
@@ -391,12 +367,6 @@ RandGen.o : ../../Crypto/Hash/RandGen.cp
|
||
17 years ago
|
$(CXX) $(CC_SHARED) $(CFLAGS) ../../Crypto/Hash/RandGen.cpp
|
||
|
Sha1.o : ../../Crypto/Hash/Sha1.cpp
|
||
18 years ago
|
$(CXX) $(CC_SHARED) $(CFLAGS) ../../Crypto/Hash/Sha1.cpp
|
||
18 years ago
|
-RarAES.o : ../../Crypto/RarAES/RarAES.cpp
|
||
18 years ago
|
- $(CXX) $(CC_SHARED) $(CFLAGS) ../../Crypto/RarAES/RarAES.cpp
|
||
18 years ago
|
-Rar20Cipher.o : ../../Crypto/Rar20/Rar20Cipher.cpp
|
||
18 years ago
|
- $(CXX) $(CC_SHARED) $(CFLAGS) ../../Crypto/Rar20/Rar20Cipher.cpp
|
||
18 years ago
|
-Rar20Crypto.o : ../../Crypto/Rar20/Rar20Crypto.cpp
|
||
18 years ago
|
- $(CXX) $(CC_SHARED) $(CFLAGS) ../../Crypto/Rar20/Rar20Crypto.cpp
|
||
18 years ago
|
WzAES.o : ../../Crypto/WzAES/WzAES.cpp
|
||
18 years ago
|
$(CXX) $(CC_SHARED) $(CFLAGS) ../../Crypto/WzAES/WzAES.cpp
|
||
18 years ago
|
ZipCipher.o : ../../Crypto/Zip/ZipCipher.cpp
|
||
16 years ago
|
@@ -473,18 +443,6 @@ StreamUtils.o : ../../Common/StreamUtils
|
||
18 years ago
|
$(CXX) $(CC_SHARED) $(CFLAGS) ../../Archive/7z/7zSpecStream.cpp
|
||
18 years ago
|
7zUpdate.o : ../../Archive/7z/7zUpdate.cpp
|
||
18 years ago
|
$(CXX) $(CC_SHARED) $(CFLAGS) ../../Archive/7z/7zUpdate.cpp
|
||
18 years ago
|
-RarHandler.o : ../../Archive/Rar/RarHandler.cpp
|
||
18 years ago
|
- $(CXX) $(CC_SHARED) $(CFLAGS) ../../Archive/Rar/RarHandler.cpp
|
||
18 years ago
|
-RarHeader.o : ../../Archive/Rar/RarHeader.cpp
|
||
18 years ago
|
- $(CXX) $(CC_SHARED) $(CFLAGS) ../../Archive/Rar/RarHeader.cpp
|
||
18 years ago
|
-RarIn.o : ../../Archive/Rar/RarIn.cpp
|
||
18 years ago
|
- $(CXX) $(CC_SHARED) $(CFLAGS) ../../Archive/Rar/RarIn.cpp
|
||
18 years ago
|
-RarItem.o : ../../Archive/Rar/RarItem.cpp
|
||
18 years ago
|
- $(CXX) $(CC_SHARED) $(CFLAGS) ../../Archive/Rar/RarItem.cpp
|
||
18 years ago
|
-RarRegister.o : ../../Archive/Rar/RarRegister.cpp
|
||
18 years ago
|
- $(CXX) $(CC_SHARED) $(CFLAGS) ../../Archive/Rar/RarRegister.cpp
|
||
18 years ago
|
-RarVolumeInStream.o : ../../Archive/Rar/RarVolumeInStream.cpp
|
||
18 years ago
|
- $(CXX) $(CC_SHARED) $(CFLAGS) ../../Archive/Rar/RarVolumeInStream.cpp
|
||
16 years ago
|
bz2Register.o : ../../Archive/BZip2/bz2Register.cpp
|
||
|
$(CXX) $(CC_SHARED) $(CFLAGS) ../../Archive/BZip2/bz2Register.cpp
|
||
|
BZip2Handler.o : ../../Archive/BZip2/BZip2Handler.cpp
|
||
|
diff -Naupr p7zip_4.61.orig/makefile p7zip_4.61/makefile
|
||
|
--- p7zip_4.61.orig/makefile 2008-11-30 16:49:38.000000000 +0100
|
||
|
+++ p7zip_4.61/makefile 2008-12-23 16:28:49.215386938 +0100
|
||
|
@@ -42,7 +42,6 @@ depend:
|
||
18 years ago
|
cd CPP/7zip/UI/Console ; $(MAKE) depend
|
||
16 years ago
|
cd CPP/7zip/UI/GUI ; $(MAKE) depend
|
||
18 years ago
|
cd CPP/7zip/Bundles/Format7zFree ; $(MAKE) depend
|
||
|
- cd CPP/7zip/Compress/Rar ; $(MAKE) depend
|
||
|
|
||
|
sfx: common
|
||
17 years ago
|
$(MKDIR) bin
|
||
|
@@ -51,7 +50,6 @@ sfx: common
|
||
16 years ago
|
common7z:common
|
||
17 years ago
|
$(MKDIR) bin/Codecs
|
||
18 years ago
|
cd CPP/7zip/Bundles/Format7zFree ; $(MAKE) all
|
||
|
- cd CPP/7zip/Compress/Rar ; $(MAKE) all
|
||
|
|
||
16 years ago
|
7z: common7z
|
||
|
cd CPP/7zip/UI/Console ; $(MAKE) all
|
||
|
@@ -71,7 +69,6 @@ clean:
|
||
|
cd CPP/7zip/UI/FileManager ; $(MAKE) clean
|
||
|
cd CPP/7zip/UI/GUI ; $(MAKE) clean
|
||
18 years ago
|
cd CPP/7zip/Bundles/Format7zFree ; $(MAKE) clean
|
||
|
- cd CPP/7zip/Compress/Rar ; $(MAKE) clean
|
||
|
cd CPP/7zip/Compress/LZMA_Alone ; $(MAKE) clean
|
||
17 years ago
|
cd CPP/7zip/Compress/PPMD_Alone ; $(MAKE) clean
|
||
18 years ago
|
cd CPP/7zip/Bundles/AloneGCOV ; $(MAKE) clean
|