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

makefile « Bundles « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6a4f16cdef2bf770d0325dadcf78fbca407a46ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DIRS = \
  Alone\~ \
  Alone7z\~ \
  Fm\~ \
  Format7z\~ \
  Format7zF\~ \
  Format7zR\~ \
  Format7zExtract\~ \
  Format7zExtractR\~ \
  SFXCon\~ \
  SFXSetup\~ \
  SFXWin\~ \
  
all: $(DIRS)

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