3 patches, #3 depends on #1 as EPS uses AFM for stringwidth too.
[rrdtool.git] / libraries / Makefile.am
1 CGILIB=@CGI_LIB_DIR@
2 ZLIB=@ZLIB_LIB_DIR@
3 LIBPNG=@PNG_LIB_DIR@
4 LIBART=@ART_LIB_DIR@
5 FREETYPE=@FREETYPE_LIB_DIR@
6
7 if !USE_INSTALLED_libcgi
8 BUILD_CGI=$(CGILIB)
9 endif
10 if !USE_INSTALLED_libz
11 BUILD_ZLIB=$(ZLIB)
12 endif
13 if !USE_INSTALLED_libpng
14 BUILD_LIBPNG=$(LIBPNG)
15 endif
16 if !USE_INSTALLED_libart_lgpl
17 BUILD_LIBART=$(LIBART)
18 endif
19 if !USE_INSTALLED_libfreetype
20 BUILD_FREETYPE=$(FREETYPE)
21 endif
22
23 SUBDIRS=$(BUILD_CGI) $(BUILD_ZLIB) $(BUILD_LIBPNG) $(BUILD_LIBART) $(BUILD_FREETYPE) afm
24
25 DIST_SUBDIRS=$(CGILIB) $(ZLIB) $(LIBPNG) $(LIBART) $(FREETYPE)