-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathMakefile.am
More file actions
39 lines (32 loc) · 799 Bytes
/
Makefile.am
File metadata and controls
39 lines (32 loc) · 799 Bytes
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 tests
SUBDIRS = $(DIRHEAVY) tests
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