File: Makefile.am

package info (click to toggle)
libwmf 0.2.14-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,540 kB
  • sloc: ansic: 53,534; sh: 712; makefile: 597; perl: 140
file content (39 lines) | stat: -rw-r--r-- 787 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
ACLOCAL_AMFLAGS = -I m4

if LIBWMF_BUILD_ALL
DIRHEAVY = . src include fonts
else
DIRHEAVY = . src include
endif

DIST_SUBDIRS = . src include fonts

SUBDIRS = $(DIRHEAVY)

dist_bin_SCRIPTS = libwmf-config

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libwmf.pc

WMFEXAMPLES = \
	examples/2doorvan.wmf \
	examples/Eg.wmf \
	examples/anim0002.wmf \
	examples/ant.wmf \
	examples/arrow01.wmf \
	examples/cell.wmf \
	examples/fjftest.wmf \
	examples/formula1.wmf \
	examples/formula2.wmf \
	examples/formula3.wmf \
	examples/formula4.wmf \
	examples/fulltest.wmf \
	examples/p0000001.wmf \
	examples/p0000016.wmf \
	examples/sample.wmf \
	examples/sample2.wmf \
	examples/text.wmf

EXTRA_DIST = AUTHORS BUILDING CREDITS NEWS README $(WMFEXAMPLES) \
	libwmf.spec \
	patches/acconfig.h