Initial revision
[swftools.git] / pdf2swf / xpdf / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 noinst_LIBRARIES = libpdf.a
4 libpdf_a_SOURCES = Array.cc Catalog.cc \
5 Decrypt.cc Dict.cc Error.cc FontEncoding.cc FontFile.cc \
6 FormWidget.cc GString.cc Gfx.cc GfxFont.cc GfxState.cc Lexer.cc \
7 Link.cc Object.cc OutputDev.cc PDFDoc.cc Page.cc Params.cc \
8 Parser.cc Stream.cc XRef.cc gfile.cc gmem.cc ##parseargs.cc 
9 ## this is a workaround. automake always tries to use $(COMPILE)
10 ## for .c sources, which is not defined
11 COMPILE = $(CC)