File: Makefile.am

package info (click to toggle)
lhasa 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,364 kB
  • sloc: ansic: 6,796; sh: 1,938; makefile: 168; python: 129
file content (44 lines) | stat: -rw-r--r-- 1,754 bytes parent folder | download
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
44
SUBDIRS = public

lib_LTLIBRARIES=liblhasa.la
check_LIBRARIES=liblhasatest.a

EXTRA_DIST =                                            \
	bit_stream_reader.c                             \
	lh_new_decoder.c                                \
	pma_common.c                                    \
	tree_decode.c

SRC =                                                   \
	crc16.c                 crc16.h                 \
	ext_header.c            ext_header.h            \
	lha_arch_unix.c         lha_arch.h              \
	lha_arch_win32.c                                \
	lha_decoder.c           lha_decoder.h           \
	lha_endian.c            lha_endian.h            \
	lha_file_header.c       lha_file_header.h       \
	lha_input_stream.c      lha_input_stream.h      \
	lha_basic_reader.c      lha_basic_reader.h      \
	lha_reader.c                                    \
	macbinary.c             macbinary.h             \
	null_decoder.c                                  \
	lh1_decoder.c                                   \
	lh5_decoder.c                                   \
	lh6_decoder.c                                   \
	lh7_decoder.c                                   \
	lhx_decoder.c                                   \
	lk7_decoder.c                                   \
	lz5_decoder.c                                   \
	lzs_decoder.c                                   \
	pm1_decoder.c                                   \
	pm2_decoder.c

liblhasatest_a_CFLAGS=$(TEST_CFLAGS) -DALLOC_TESTING -I../test -g
liblhasatest_a_SOURCES=$(SRC) $(HEADER_FILES)

liblhasa_la_CFLAGS=$(MAIN_CFLAGS)
liblhasa_la_SOURCES=$(SRC) $(HEADER_FILES)
liblhasa_la_LDFLAGS=-no-undefined -version-info $(LT_LIBRARY_VERSION)

clean-local:
	rm -f *.gcno *.gcda *.c.gcov