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

makefile « Archive « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7512ad5681b4a7d09fa326810fc57f65bb198e69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DIRS =  \
  7z\~ \
  Arj\~ \
  BZip2\~ \
  Cab\~ \
  Chm\~ \
  Cpio\~ \
  Deb\~ \
  GZip\~ \
  Iso\~ \
  Lzh\~ \
  Nsis\~ \
  Rar\~ \
  RPM\~ \
  Split\~ \
  Tar\~ \
  Z\~ \
  Zip\~ \

all: $(DIRS)

$(DIRS):
!include "../SubBuild.mak"