Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/Archive/makefile')
-rwxr-xr-x7zip/Archive/makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/7zip/Archive/makefile b/7zip/Archive/makefile
new file mode 100755
index 00000000..3ec954ab
--- /dev/null
+++ b/7zip/Archive/makefile
@@ -0,0 +1,19 @@
+DIRS = \
+ 7z\~ \
+ Arj\~ \
+ BZip2\~ \
+ Cab\~ \
+ Cpio\~ \
+ Deb\~ \
+ GZip\~ \
+ Rar\~ \
+ RPM\~ \
+ Split\~ \
+ Tar\~ \
+ Z\~ \
+ Zip\~ \
+
+all: $(DIRS)
+
+$(DIRS):
+!include "../SubBuild.mak"