File: Makefile.am

package info (click to toggle)
lrzip 0.660-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,256 kB
  • sloc: ansic: 12,643; cpp: 2,889; sh: 568; asm: 203; makefile: 201
file content (14 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)