Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/dvi/dvilib/Makefile.am
blob: 2ccb2e10c7e05c5e63c77cd0fb58f4b3cbfba729 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
noinst_LIBRARIES = libdvilib.a

libdvilib_a_SOURCES =				\
	dl-dvi-file.cc				\
	dl-dvi-fontdefinition.cc		\
	dl-dvi-parser.cc			\
	dl-dvi-program.cc			\
	dl-dvi-runtime.cc			\
	dl-loader.cc				\
	dl-pkfont.cc				\
	dl-vffont.cc				\
						\
	dl-dvi-file.hh				\
	dl-dvi-fontdefinition.hh		\
	dl-dvi-parser.hh			\
	dl-dvi-program.hh			\
	dl-dvi-runtime.hh			\
	dl-font.hh				\
	dl-loader.hh				\
	dl-pkfont.hh				\
	dl-refcounted.hh			\
	dl-vffont.hh