Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/splash/Makefile.am
blob: b1151124d1b273919160ecc05c99e2d8ff8d3852 (plain)
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
45
46
47
48
49
50
51
52
INCLUDES =			\
	-I$(top_srcdir)		\
	-I$(top_srcdir)/goo	\
	-I$(top_srcdir)/fofi

noinst_LIBRARIES = libsplash.a

libsplash_a_SOURCES = \
	Splash.cc \
	Splash.h \
	SplashBitmap.cc \
	SplashBitmap.h \
	SplashClip.cc \
	SplashClip.h \
	SplashErrorCodes.h \
	SplashFTFont.cc \
	SplashFTFont.h \
	SplashFTFontEngine.cc \
	SplashFTFontEngine.h \
	SplashFTFontFile.cc \
	SplashFTFontFile.h \
	SplashFont.cc \
	SplashFont.h \
	SplashFontEngine.cc \
	SplashFontEngine.h \
	SplashFontFile.cc \
	SplashFontFile.h \
	SplashFontFileID.cc \
	SplashFontFileID.h \
	SplashGlyphBitmap.h \
	SplashMath.h \
	SplashPath.cc \
	SplashPath.h \
	SplashPattern.cc \
	SplashPattern.h \
	SplashScreen.cc \
	SplashScreen.h \
	SplashState.cc \
	SplashState.h \
	SplashT1Font.cc \
	SplashT1Font.h \
	SplashT1FontEngine.cc \
	SplashT1FontEngine.h \
	SplashT1FontFile.cc \
	SplashT1FontFile.h \
	SplashTypes.h \
	SplashXPath.cc \
	SplashXPath.h \
	SplashXPathScanner.cc \
	SplashXPathScanner.h

EXTRA_DIST = vms_make.com