File: Makefile.am

package info (click to toggle)
libwmf 0.2.13-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,240 kB
  • sloc: ansic: 53,532; sh: 4,891; makefile: 608; perl: 140
file content (38 lines) | stat: -rw-r--r-- 789 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
if LIBWMF_BUILD_ALL
DIRHEAVY = . src include fonts
else
DIRHEAVY = . src include
endif

DIST_SUBDIRS = . src include fonts

SUBDIRS = $(DIRHEAVY)

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 \
	ac-helpers/pkg-config/pkg.m4