mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
15 lines
230 B
Makefile
15 lines
230 B
Makefile
SUBDIRS = C ASM/x86
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
lzmadocdir = @docdir@/lzma
|
|
lzmadoc_DATA = \
|
|
7zC.txt \
|
|
7zFormat.txt \
|
|
Methods.txt \
|
|
history.txt \
|
|
lzma.txt \
|
|
README \
|
|
README-Alloc
|
|
|
|
EXTRA_DIST = $(lzmadoc_DATA)
|