]> www.fi.muni.cz Git - evince.git/commitdiff
More fixes to get a nice compilation setup -mig
authorArturo Espinosa <unammx@src.gnome.org>
Wed, 4 Aug 1999 01:21:58 +0000 (01:21 +0000)
committerArturo Espinosa <unammx@src.gnome.org>
Wed, 4 Aug 1999 01:21:58 +0000 (01:21 +0000)
pdf/xpdf/.cvsignore
pdf/xpdf/Makefile.am
pdf/xpdf/Makefile.in

index 49134bb384040d6325387554204c9ea1d16be0bc..cec8429f1d00916e6ba5ebc7ed418adebfb47e46 100644 (file)
@@ -1,3 +1,8 @@
+pdfimages
+pdftopbm
+pdfinfo
+pdftotext
+pdftops
 gpdf 
 xpdf
 .deps
index 3ea6ea837d6eb6078fe6eaf7dbb8a67d9eedd263..2fe723c15ae72758d6fa42c12bb635b5c7828577 100644 (file)
@@ -46,11 +46,13 @@ gpdf_LDADD =                        \
 
 xpdf_SOURCES =                 \
        $(common_sources)       \
-       XOutputDev.cc
+       XOutputDev.cc           \
+       LTKOutputDev.cc         \
+       PSOutputDev.cc          \
        xpdf.cc
 
 xpdf_CFLAGS = $(X_CFLAGS)
-xpdf_LDADD = ../goo/libgoo.a ../ltk/libltk.a $(X_EXTRA_LIBS)
+xpdf_LDADD = ../goo/libgoo.a ../ltk/libltk.a -lXpm $(EXTRA_GNOME_LIBS) 
 
 pdfimages_SOURCES =            \
        $(common_sources)       \
@@ -85,7 +87,7 @@ pdftopbm_LDADD = ../goo/libgoo.a $(EXTRA_GNOME_LIBS)
 
 xpdf-ltk.h: xpdf.ltk
        rm -f $@
-       $(LTKLIBDIR)/ltkbuild <xpdf.ltk >$@.new
+       $(top_srcdir)/ltk/ltkbuild <xpdf.ltk >$@.new
        mv $@.new $@
 
 bitmaps =                      \
index a6442e93a92b0d3980d095c5708b8fa3875be315..1f5fea0f206cb366436d75fe0faec2c12603004d 100644 (file)
@@ -121,11 +121,11 @@ gpdf_SOURCES =    $(common_sources)               GOutputDev.cc                   gpdf.cc
 gpdf_LDADD =   $(EXTRA_GNOME_LIBS)             ../goo/libgoo.a
 
 
-xpdf_SOURCES =         $(common_sources)               XOutputDev.cc
+xpdf_SOURCES =         $(common_sources)               XOutputDev.cc                   LTKOutputDev.cc                 PSOutputDev.cc                  xpdf.cc
 
 
 xpdf_CFLAGS = $(X_CFLAGS)
-xpdf_LDADD = ../goo/libgoo.a ../ltk/libltk.a $(X_EXTRA_LIBS)
+xpdf_LDADD = ../goo/libgoo.a ../ltk/libltk.a -lXpm $(EXTRA_GNOME_LIBS) 
 
 pdfimages_SOURCES =    $(common_sources)               ImageOutputDev.cc               pdfimages.cc
 
@@ -207,7 +207,8 @@ gpdf_DEPENDENCIES =  ../goo/libgoo.a
 gpdf_LDFLAGS = 
 xpdf_OBJECTS =  Array.o Catalog.o Dict.o Error.o Gfx.o GfxFont.o \
 GfxState.o Lexer.o Link.o Object.o OutputDev.o Page.o Params.o Parser.o \
-PDFDoc.o Stream.o TextOutputDev.o XRef.o XOutputDev.o
+PDFDoc.o Stream.o TextOutputDev.o XRef.o XOutputDev.o LTKOutputDev.o \
+PSOutputDev.o xpdf.o
 xpdf_DEPENDENCIES =  ../goo/libgoo.a ../ltk/libltk.a
 xpdf_LDFLAGS = 
 CXXFLAGS = @CXXFLAGS@
@@ -226,12 +227,12 @@ TAR = tar
 GZIP_ENV = --best
 DEP_FILES =  .deps/Array.P .deps/Catalog.P .deps/Dict.P .deps/Error.P \
 .deps/GOutputDev.P .deps/Gfx.P .deps/GfxFont.P .deps/GfxState.P \
-.deps/ImageOutputDev.P .deps/Lexer.P .deps/Link.P .deps/Object.P \
-.deps/OutputDev.P .deps/PBMOutputDev.P .deps/PDFDoc.P \
+.deps/ImageOutputDev.P .deps/LTKOutputDev.P .deps/Lexer.P .deps/Link.P \
+.deps/Object.P .deps/OutputDev.P .deps/PBMOutputDev.P .deps/PDFDoc.P \
 .deps/PSOutputDev.P .deps/Page.P .deps/Params.P .deps/Parser.P \
 .deps/Stream.P .deps/TextOutputDev.P .deps/XOutputDev.P .deps/XRef.P \
 .deps/gpdf.P .deps/pdfimages.P .deps/pdfinfo.P .deps/pdftopbm.P \
-.deps/pdftops.P .deps/pdftotext.P
+.deps/pdftops.P .deps/pdftotext.P .deps/xpdf.P
 SOURCES = $(pdftops_SOURCES) $(pdftotext_SOURCES) $(pdfinfo_SOURCES) $(pdftopbm_SOURCES) $(pdfimages_SOURCES) $(gpdf_SOURCES) $(xpdf_SOURCES)
 OBJECTS = $(pdftops_OBJECTS) $(pdftotext_OBJECTS) $(pdfinfo_OBJECTS) $(pdftopbm_OBJECTS) $(pdfimages_OBJECTS) $(gpdf_OBJECTS) $(xpdf_OBJECTS)
 
@@ -531,11 +532,10 @@ all-redirect all-am all installdirs mostlyclean-generic \
 distclean-generic clean-generic maintainer-clean-generic clean \
 mostlyclean distclean maintainer-clean
 
-       xpdf.cc
 
 xpdf-ltk.h: xpdf.ltk
        rm -f $@
-       $(LTKLIBDIR)/ltkbuild <xpdf.ltk >$@.new
+       $(top_srcdir)/ltk/ltkbuild <xpdf.ltk >$@.new
        mv $@.new $@
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.