okular/xpdf/Makefile.am
Wilco Greven 06a50cf15f Some small fixes for the build system.
svn path=/trunk/kdegraphics/kpdf/; revision=175222
2002-09-02 10:13:46 +00:00

26 lines
1.4 KiB
Makefile

INCLUDES = $(all_includes) -I$(top_srcdir)/kpdf/goo $(freetype2_CFLAGS) \
$(t1_CFLAGS) $(libpaper_CFLAGS) -I..
libxpdf_la_LDFLAGS = $(all_libraries) -no-undefined
libxpdf_la_LIBADD = $(LIB_X11) $(freetype2_LIBS) $(t1_LIBS) $(libpaper_LIBS) ../goo/libgoo.la
libxpdf_la_SOURCES = Annot.cc Array.cc BuiltinFont.cc BuiltinFontTables.cc \
CMap.cc Catalog.cc CharCodeToUnicode.cc Decrypt.cc Dict.cc Error.cc \
FTFont.cc FontEncodingTables.cc FontFile.cc Function.cc Gfx.cc \
GfxFont.cc GfxState.cc GlobalParams.cc ImageOutputDev.cc Lexer.cc \
Link.cc NameToCharCode.cc Object.cc OutputDev.cc \
PDFDoc.cc PSOutputDev.cc PSTokenizer.cc Page.cc \
Parser.cc SFont.cc Stream.cc T1Font.cc TTFont.cc TextOutputDev.cc \
UnicodeMap.cc XOutputDev.cc XRef.cc
noinst_LTLIBRARIES = libxpdf.la
noinst_HEADERS = Annot.h Array.h BuiltinFont.h BuiltinFontTables.h \
CMap.h Catalog.h CharCodeToUnicode.h CharTypes.h CompactFontTables.h \
Decrypt.h Dict.h DisplayFontTable.h Error.h ErrorCodes.h FTFont.h \
FontEncodingTables.h FontFile.h Function.h Gfx.h GfxFont.h \
GfxState.h GlobalParams.h ImageOutputDev.h LTKOutputDev.h Lexer.h \
Link.h NameToCharCode.h NameToUnicodeTable.h Object.h OutputDev.h \
PBMOutputDev.h PDFDoc.h PSOutputDev.h PSTokenizer.h Page.h Parser.h \
SFont.h Stream-CCITT.h Stream.h T1Font.h TTFont.h TextOutputDev.h UTF8.h \
UnicodeMap.h UnicodeMapTables.h XOutputDev.h XRef.h config.h xpdf-ltk.h