File: Makefile.am

package info (click to toggle)
liblouisxml 2.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,480 kB
  • sloc: sh: 10,349; ansic: 9,994; makefile: 654; xml: 228; python: 43
file content (26 lines) | stat: -rw-r--r-- 417 bytes parent folder | download | duplicates (9)
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
AM_CPPFLAGS = \
	-I$(top_srcdir)/liblouisxml \
	$(BASE_DEPENDENCIES_CFLAGS)

LDADD = $(top_builddir)/liblouisxml/liblouisxml.la

check_version_SOURCES =	check_version.c

check_PROGRAMS = \
	check_version

TESTS =	\
	$(check_PROGRAMS)

EXTRA_DIST = \
	changetable.html \
	default.cfg \
	emphasis.xml \
	fracbinom.html \
	mathtest.sem \
	matrix1.html \
	matrix2.xml \
	pagebreak.html \
	quadratic.html \
	testcode.xml