File: Makefile.am

package info (click to toggle)
lyx 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 138,444 kB
  • sloc: cpp: 244,268; ansic: 106,398; xml: 72,791; python: 39,384; sh: 7,666; makefile: 6,584; pascal: 2,143; perl: 2,101; objc: 1,084; tcl: 163; sed: 16
file content (43 lines) | stat: -rw-r--r-- 803 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
include $(top_srcdir)/config/common.am

noinst_LIBRARIES = liblyxzlib.a

EXTRA_DIST = \
	CMakeLists.txt \
	1.2.11/README \
	1.2.11/treebuild.xml \
	1.2.11/zconf.h.in \
	1.2.11/zconf.h.cmakein \
	1.2.11/zlib.3 \
	1.2.11/zlib.map \
	1.2.11/zlib.pc.cmakein \
	1.2.11/zlib.pc.in

liblyxzlib_a_SOURCES = \
	1.2.11/adler32.c \
	1.2.11/compress.c \
	1.2.11/crc32.c \
	1.2.11/crc32.h \
	1.2.11/deflate.c \
	1.2.11/deflate.h \
	1.2.11/gzclose.c \
	1.2.11/gzguts.h \
	1.2.11/gzlib.c \
	1.2.11/gzread.c \
	1.2.11/gzwrite.c \
	1.2.11/infback.c \
	1.2.11/inffast.c \
	1.2.11/inffast.h \
	1.2.11/inffixed.h \
	1.2.11/inflate.c \
	1.2.11/inflate.h \
	1.2.11/inftrees.c \
	1.2.11/inftrees.h \
	1.2.11/trees.c \
	1.2.11/trees.h \
	1.2.11/uncompr.c \
	1.2.11/zconf.h \
	1.2.11/zlib.h \
	1.2.11/zutil.c \
	1.2.11/zutil.h