]> www.fi.muni.cz Git - evince.git/blob - pdf/xpdf/Makefile.in
10af0b63632ded7694743a5aa81ea73a4dcbf640
[evince.git] / pdf / xpdf / Makefile.in
1 # Makefile.in generated automatically by automake 1.4a from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 INSTALL_STRIP_FLAG =
53 transform = @program_transform_name@
54
55 NORMAL_INSTALL = :
56 PRE_INSTALL = :
57 POST_INSTALL = :
58 NORMAL_UNINSTALL = :
59 PRE_UNINSTALL = :
60 POST_UNINSTALL = :
61 host_alias = @host_alias@
62 host_triplet = @host@
63 AS = @AS@
64 CC = @CC@
65 CXX = @CXX@
66 DLLTOOL = @DLLTOOL@
67 EXE = @EXE@
68 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
69 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
70 GNOMEGNORBA_LIBS = @GNOMEGNORBA_LIBS@
71 GNOMEUI_LIBS = @GNOMEUI_LIBS@
72 GNOME_APPLETS_LIBS = @GNOME_APPLETS_LIBS@
73 GNOME_CAPPLET_LIBS = @GNOME_CAPPLET_LIBS@
74 GNOME_CONFIG = @GNOME_CONFIG@
75 GNOME_INCLUDEDIR = @GNOME_INCLUDEDIR@
76 GNOME_LIBDIR = @GNOME_LIBDIR@
77 GNOME_LIBS = @GNOME_LIBS@
78 GNORBA_CFLAGS = @GNORBA_CFLAGS@
79 GNORBA_LIBS = @GNORBA_LIBS@
80 GTKXMHTML_LIBS = @GTKXMHTML_LIBS@
81 GTK_CFLAGS = @GTK_CFLAGS@
82 GTK_CONFIG = @GTK_CONFIG@
83 GTK_LIBS = @GTK_LIBS@
84 LD = @LD@
85 LIBPREFIX = @LIBPREFIX@
86 LIBTOOL = @LIBTOOL@
87 LN_S = @LN_S@
88 MAINT = @MAINT@
89 MAKEINFO = @MAKEINFO@
90 NM = @NM@
91 OPTIONS = @OPTIONS@
92 ORBIT_CFLAGS = @ORBIT_CFLAGS@
93 ORBIT_CONFIG = @ORBIT_CONFIG@
94 ORBIT_IDL = @ORBIT_IDL@
95 ORBIT_LIBS = @ORBIT_LIBS@
96 PACKAGE = @PACKAGE@
97 PTHREAD_LIB = @PTHREAD_LIB@
98 RANLIB = @RANLIB@
99 STRIP = @STRIP@
100 USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@
101 VERSION = @VERSION@
102 XPM_LIBS = @XPM_LIBS@
103 YACC = @YACC@
104 ZVT_LIBS = @ZVT_LIBS@
105 cflags_set = @cflags_set@
106 cxxflags_set = @cxxflags_set@
107
108 INCLUDES =      -I$(top_srcdir)/goo             -I$(top_srcdir)/ltk             -DGPDF_GLADE_DIR=\""$(gladedir)"\"              $(EXTRA_GNOME_CFLAGS)
109
110 @WITH_GNOME_TRUE@gui = gpdf
111 @WITH_GNOME_FALSE@gui = xpdf
112
113 bin_PROGRAMS = pdftops pdftotext pdfinfo pdftopbm pdfimages $(gui) bonobo-image-x-pdf
114
115 common_sources =        Array.cc                        BaseFile.h                      Catalog.cc                      Dict.cc                         Error.cc                        FontEncoding.cc                 FontEncoding.h                  FontFile.cc                     FontFile.h                      FontInfo.h                      Gfx.cc                          GfxFont.cc                      GfxState.cc                     Lexer.cc                        Link.cc                         Object.cc                       OutputDev.cc                    Page.cc                         Params.cc                       Parser.cc                       PDFDoc.cc                       Stream.cc                       TextOutputDev.cc                XRef.cc
116
117
118 gpdf_CFLAGS = 
119
120 gpdf_SOURCES =          $(common_sources)               GOutputDev.cc                   gpdf.cc
121
122
123 gpdf_LDADD =    $(EXTRA_GNOME_LIBS)             ../goo/libgoo.a
124
125
126 bonobo_image_x_pdf_SOURCES =    $(common_sources)               BonoboFile.h                    BonoboFile.cc                   GOutputDev.cc                   bonobo-image-x-pdf.cc
127
128
129 bonobo_image_x_pdf_CFLAGS =     -DBONOBO_IO
130
131
132 bonobo_image_x_pdf_LDADD =      ../goo/libgoo.a                 $(GTK_LIBS)                     $(GNOME_LIBDIR)                 -lbonobo                        $(GNOMEGNORBA_LIBS)             $(INTLLIBS)
133
134
135 xpdf_SOURCES =          $(common_sources)               XOutputDev.cc                   LTKOutputDev.cc                 PSOutputDev.cc                  xpdf.cc
136
137
138 xpdf_CFLAGS = $(X_CFLAGS)
139 xpdf_LDADD = ../goo/libgoo.a ../ltk/libltk.a -lXpm $(EXTRA_GNOME_LIBS) 
140
141 pdfimages_SOURCES =     $(common_sources)               ImageOutputDev.cc               pdfimages.cc
142
143
144 pdfimages_LDADD = ../goo/libgoo.a
145
146 pdftops_SOURCES =       $(common_sources)               PSOutputDev.cc                  pdftops.cc
147
148 pdftops_LDADD = ../goo/libgoo.a
149
150 pdftotext_SOURCES =     $(common_sources)               pdftotext.cc
151
152 pdftotext_LDADD = ../goo/libgoo.a
153
154 pdfinfo_SOURCES =       $(common_sources)               pdfinfo.cc
155
156 pdfinfo_LDADD = ../goo/libgoo.a
157
158 pdftopbm_SOURCES =      $(common_sources)               PBMOutputDev.cc                 XOutputDev.cc                   pdftopbm.cc
159
160
161 pdftopbm_LDADD = ../goo/libgoo.a $(EXTRA_GNOME_LIBS)
162
163 bitmaps =       about.xbm                       dblLeftArrow.xbm                dblRightArrow.xbm               find.xbm                        leftArrow.xbm                   postscript.xbm                  rightArrow.xbm                  xpdfIcon.xpm                    zoomIn.xbm                      zoomOut.xbm             
164
165
166 ltk =   xpdf-flip.ltk           xpdf-top.ltk            xpdf.ltk
167
168
169 gladedir = $(datadir)/xpdf/glade
170
171 glade_DATA =    about.glade             gpdf.glade
172
173
174 EXTRA_DIST = $(bitmaps) ChangeLog $(ltk) $(glade_DATA)
175 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
176 CONFIG_CLEAN_FILES = 
177 PROGRAMS =  $(bin_PROGRAMS)
178
179
180 DEFS = @DEFS@ -I. -I$(srcdir) 
181 CPPFLAGS = @CPPFLAGS@
182 LDFLAGS = @LDFLAGS@
183 LIBS = @LIBS@
184 X_CFLAGS = @X_CFLAGS@
185 X_LIBS = @X_LIBS@
186 X_EXTRA_LIBS = @X_EXTRA_LIBS@
187 X_PRE_LIBS = @X_PRE_LIBS@
188 pdftops_OBJECTS =  Array.o Catalog.o Dict.o Error.o FontEncoding.o \
189 FontFile.o Gfx.o GfxFont.o GfxState.o Lexer.o Link.o Object.o \
190 OutputDev.o Page.o Params.o Parser.o PDFDoc.o Stream.o TextOutputDev.o \
191 XRef.o PSOutputDev.o pdftops.o
192 pdftops_DEPENDENCIES =  ../goo/libgoo.a
193 pdftops_LDFLAGS = 
194 pdftotext_OBJECTS =  Array.o Catalog.o Dict.o Error.o FontEncoding.o \
195 FontFile.o Gfx.o GfxFont.o GfxState.o Lexer.o Link.o Object.o \
196 OutputDev.o Page.o Params.o Parser.o PDFDoc.o Stream.o TextOutputDev.o \
197 XRef.o pdftotext.o
198 pdftotext_DEPENDENCIES =  ../goo/libgoo.a
199 pdftotext_LDFLAGS = 
200 pdfinfo_OBJECTS =  Array.o Catalog.o Dict.o Error.o FontEncoding.o \
201 FontFile.o Gfx.o GfxFont.o GfxState.o Lexer.o Link.o Object.o \
202 OutputDev.o Page.o Params.o Parser.o PDFDoc.o Stream.o TextOutputDev.o \
203 XRef.o pdfinfo.o
204 pdfinfo_DEPENDENCIES =  ../goo/libgoo.a
205 pdfinfo_LDFLAGS = 
206 pdftopbm_OBJECTS =  Array.o Catalog.o Dict.o Error.o FontEncoding.o \
207 FontFile.o Gfx.o GfxFont.o GfxState.o Lexer.o Link.o Object.o \
208 OutputDev.o Page.o Params.o Parser.o PDFDoc.o Stream.o TextOutputDev.o \
209 XRef.o PBMOutputDev.o XOutputDev.o pdftopbm.o
210 pdftopbm_DEPENDENCIES =  ../goo/libgoo.a
211 pdftopbm_LDFLAGS = 
212 pdfimages_OBJECTS =  Array.o Catalog.o Dict.o Error.o FontEncoding.o \
213 FontFile.o Gfx.o GfxFont.o GfxState.o Lexer.o Link.o Object.o \
214 OutputDev.o Page.o Params.o Parser.o PDFDoc.o Stream.o TextOutputDev.o \
215 XRef.o ImageOutputDev.o pdfimages.o
216 pdfimages_DEPENDENCIES =  ../goo/libgoo.a
217 pdfimages_LDFLAGS = 
218 gpdf_OBJECTS =  Array.o Catalog.o Dict.o Error.o FontEncoding.o \
219 FontFile.o Gfx.o GfxFont.o GfxState.o Lexer.o Link.o Object.o \
220 OutputDev.o Page.o Params.o Parser.o PDFDoc.o Stream.o TextOutputDev.o \
221 XRef.o GOutputDev.o gpdf.o
222 gpdf_DEPENDENCIES =  ../goo/libgoo.a
223 gpdf_LDFLAGS = 
224 xpdf_OBJECTS =  Array.o Catalog.o Dict.o Error.o FontEncoding.o \
225 FontFile.o Gfx.o GfxFont.o GfxState.o Lexer.o Link.o Object.o \
226 OutputDev.o Page.o Params.o Parser.o PDFDoc.o Stream.o TextOutputDev.o \
227 XRef.o XOutputDev.o LTKOutputDev.o PSOutputDev.o xpdf.o
228 xpdf_DEPENDENCIES =  ../goo/libgoo.a ../ltk/libltk.a
229 xpdf_LDFLAGS = 
230 bonobo_image_x_pdf_OBJECTS =  Array.o Catalog.o Dict.o Error.o \
231 FontEncoding.o FontFile.o Gfx.o GfxFont.o GfxState.o Lexer.o Link.o \
232 Object.o OutputDev.o Page.o Params.o Parser.o PDFDoc.o Stream.o \
233 TextOutputDev.o XRef.o BonoboFile.o GOutputDev.o bonobo-image-x-pdf.o
234 bonobo_image_x_pdf_DEPENDENCIES =  ../goo/libgoo.a
235 bonobo_image_x_pdf_LDFLAGS = 
236 CXXFLAGS = @CXXFLAGS@
237 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
238 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
239 CXXLD = $(CXX)
240 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
241 CFLAGS = @CFLAGS@
242 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
243 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
244 CCLD = $(CC)
245 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
246 DATA =  $(glade_DATA)
247
248 DIST_COMMON =  ChangeLog Makefile.am Makefile.in
249
250
251 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
252
253 TAR = gtar
254 GZIP_ENV = --best
255 DEP_FILES =  .deps/Array.P .deps/BonoboFile.P .deps/Catalog.P \
256 .deps/Dict.P .deps/Error.P .deps/FontEncoding.P .deps/FontFile.P \
257 .deps/GOutputDev.P .deps/Gfx.P .deps/GfxFont.P .deps/GfxState.P \
258 .deps/ImageOutputDev.P .deps/LTKOutputDev.P .deps/Lexer.P .deps/Link.P \
259 .deps/Object.P .deps/OutputDev.P .deps/PBMOutputDev.P .deps/PDFDoc.P \
260 .deps/PSOutputDev.P .deps/Page.P .deps/Params.P .deps/Parser.P \
261 .deps/Stream.P .deps/TextOutputDev.P .deps/XOutputDev.P .deps/XRef.P \
262 .deps/bonobo-image-x-pdf.P .deps/gpdf.P .deps/pdfimages.P \
263 .deps/pdfinfo.P .deps/pdftopbm.P .deps/pdftops.P .deps/pdftotext.P \
264 .deps/xpdf.P
265 SOURCES = $(pdftops_SOURCES) $(pdftotext_SOURCES) $(pdfinfo_SOURCES) $(pdftopbm_SOURCES) $(pdfimages_SOURCES) $(gpdf_SOURCES) $(xpdf_SOURCES) $(bonobo_image_x_pdf_SOURCES)
266 OBJECTS = $(pdftops_OBJECTS) $(pdftotext_OBJECTS) $(pdfinfo_OBJECTS) $(pdftopbm_OBJECTS) $(pdfimages_OBJECTS) $(gpdf_OBJECTS) $(xpdf_OBJECTS) $(bonobo_image_x_pdf_OBJECTS)
267
268 all: all-redirect
269 .SUFFIXES:
270 .SUFFIXES: .S .c .cc .lo .o .s
271 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
272         cd $(top_srcdir) && $(AUTOMAKE) --gnu xpdf/Makefile
273
274 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
275         cd $(top_builddir) \
276           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
277
278
279 mostlyclean-binPROGRAMS:
280
281 clean-binPROGRAMS:
282         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
283
284 distclean-binPROGRAMS:
285
286 maintainer-clean-binPROGRAMS:
287
288 install-binPROGRAMS: $(bin_PROGRAMS)
289         @$(NORMAL_INSTALL)
290         $(mkinstalldirs) $(DESTDIR)$(bindir)
291         @list='$(bin_PROGRAMS)'; for p in $$list; do \
292           if test -f $$p; then \
293             echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
294             $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
295           else :; fi; \
296         done
297
298 uninstall-binPROGRAMS:
299         @$(NORMAL_UNINSTALL)
300         list='$(bin_PROGRAMS)'; for p in $$list; do \
301           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
302         done
303
304 .s.o:
305         $(COMPILE) -c $<
306
307 .S.o:
308         $(COMPILE) -c $<
309
310 mostlyclean-compile:
311         -rm -f *.o core *.core
312
313 clean-compile:
314
315 distclean-compile:
316         -rm -f *.tab.c
317
318 maintainer-clean-compile:
319
320 .s.lo:
321         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
322
323 .S.lo:
324         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
325
326 mostlyclean-libtool:
327         -rm -f *.lo
328
329 clean-libtool:
330         -rm -rf .libs _libs
331
332 distclean-libtool:
333
334 maintainer-clean-libtool:
335
336 pdftops: $(pdftops_OBJECTS) $(pdftops_DEPENDENCIES)
337         @rm -f pdftops
338         $(CXXLINK) $(pdftops_LDFLAGS) $(pdftops_OBJECTS) $(pdftops_LDADD) $(LIBS)
339
340 pdftotext: $(pdftotext_OBJECTS) $(pdftotext_DEPENDENCIES)
341         @rm -f pdftotext
342         $(CXXLINK) $(pdftotext_LDFLAGS) $(pdftotext_OBJECTS) $(pdftotext_LDADD) $(LIBS)
343
344 pdfinfo: $(pdfinfo_OBJECTS) $(pdfinfo_DEPENDENCIES)
345         @rm -f pdfinfo
346         $(CXXLINK) $(pdfinfo_LDFLAGS) $(pdfinfo_OBJECTS) $(pdfinfo_LDADD) $(LIBS)
347
348 pdftopbm: $(pdftopbm_OBJECTS) $(pdftopbm_DEPENDENCIES)
349         @rm -f pdftopbm
350         $(CXXLINK) $(pdftopbm_LDFLAGS) $(pdftopbm_OBJECTS) $(pdftopbm_LDADD) $(LIBS)
351
352 pdfimages: $(pdfimages_OBJECTS) $(pdfimages_DEPENDENCIES)
353         @rm -f pdfimages
354         $(CXXLINK) $(pdfimages_LDFLAGS) $(pdfimages_OBJECTS) $(pdfimages_LDADD) $(LIBS)
355
356 gpdf: $(gpdf_OBJECTS) $(gpdf_DEPENDENCIES)
357         @rm -f gpdf
358         $(CXXLINK) $(gpdf_LDFLAGS) $(gpdf_OBJECTS) $(gpdf_LDADD) $(LIBS)
359
360 xpdf: $(xpdf_OBJECTS) $(xpdf_DEPENDENCIES)
361         @rm -f xpdf
362         $(CXXLINK) $(xpdf_LDFLAGS) $(xpdf_OBJECTS) $(xpdf_LDADD) $(LIBS)
363
364 bonobo-image-x-pdf: $(bonobo_image_x_pdf_OBJECTS) $(bonobo_image_x_pdf_DEPENDENCIES)
365         @rm -f bonobo-image-x-pdf
366         $(CXXLINK) $(bonobo_image_x_pdf_LDFLAGS) $(bonobo_image_x_pdf_OBJECTS) $(bonobo_image_x_pdf_LDADD) $(LIBS)
367 .cc.o:
368         $(CXXCOMPILE) -c $<
369 .cc.lo:
370         $(LTCXXCOMPILE) -c $<
371
372 install-gladeDATA: $(glade_DATA)
373         @$(NORMAL_INSTALL)
374         $(mkinstalldirs) $(DESTDIR)$(gladedir)
375         @list='$(glade_DATA)'; for p in $$list; do \
376           if test -f $(srcdir)/$$p; then \
377             echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(gladedir)/$$p"; \
378             $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(gladedir)/$$p; \
379           else if test -f $$p; then \
380             echo " $(INSTALL_DATA) $$p $(DESTDIR)$(gladedir)/$$p"; \
381             $(INSTALL_DATA) $$p $(DESTDIR)$(gladedir)/$$p; \
382           fi; fi; \
383         done
384
385 uninstall-gladeDATA:
386         @$(NORMAL_UNINSTALL)
387         list='$(glade_DATA)'; for p in $$list; do \
388           rm -f $(DESTDIR)$(gladedir)/$$p; \
389         done
390
391 tags: TAGS
392
393 ID: $(HEADERS) $(SOURCES) $(LISP)
394         list='$(SOURCES) $(HEADERS)'; \
395         unique=`for i in $$list; do echo $$i; done | \
396           awk '    { files[$$0] = 1; } \
397                END { for (i in files) print i; }'`; \
398         here=`pwd` && cd $(srcdir) \
399           && mkid -f$$here/ID $$unique $(LISP)
400
401 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
402         tags=; \
403         here=`pwd`; \
404         list='$(SOURCES) $(HEADERS)'; \
405         unique=`for i in $$list; do echo $$i; done | \
406           awk '    { files[$$0] = 1; } \
407                END { for (i in files) print i; }'`; \
408         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
409           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
410
411 mostlyclean-tags:
412
413 clean-tags:
414
415 distclean-tags:
416         -rm -f TAGS ID
417
418 maintainer-clean-tags:
419
420 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
421
422 subdir = xpdf
423
424 distdir: $(DISTFILES)
425         here=`cd $(top_builddir) && pwd`; \
426         top_distdir=`cd $(top_distdir) && pwd`; \
427         distdir=`cd $(distdir) && pwd`; \
428         cd $(top_srcdir) \
429           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu xpdf/Makefile
430         @for file in $(DISTFILES); do \
431           d=$(srcdir); \
432           if test -d $$d/$$file; then \
433             cp -pr $$d/$$file $(distdir)/$$file; \
434           else \
435             test -f $(distdir)/$$file \
436             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
437             || cp -p $$d/$$file $(distdir)/$$file || :; \
438           fi; \
439         done
440
441 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
442
443 -include $(DEP_FILES)
444
445 mostlyclean-depend:
446
447 clean-depend:
448
449 distclean-depend:
450         -rm -rf .deps
451
452 maintainer-clean-depend:
453
454 %.o: %.c
455         @echo '$(COMPILE) -c $<'; \
456         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
457         @-cp .deps/$(*F).pp .deps/$(*F).P; \
458         tr ' ' '\012' < .deps/$(*F).pp \
459           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
460             >> .deps/$(*F).P; \
461         rm .deps/$(*F).pp
462
463 %.lo: %.c
464         @echo '$(LTCOMPILE) -c $<'; \
465         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
466         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
467           < .deps/$(*F).pp > .deps/$(*F).P; \
468         tr ' ' '\012' < .deps/$(*F).pp \
469           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
470             >> .deps/$(*F).P; \
471         rm -f .deps/$(*F).pp
472
473 %.o: %.cc
474         @echo '$(CXXCOMPILE) -c $<'; \
475         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
476         @-cp .deps/$(*F).pp .deps/$(*F).P; \
477         tr ' ' '\012' < .deps/$(*F).pp \
478           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
479             >> .deps/$(*F).P; \
480         rm .deps/$(*F).pp
481
482 %.lo: %.cc
483         @echo '$(LTCXXCOMPILE) -c $<'; \
484         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
485         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
486           < .deps/$(*F).pp > .deps/$(*F).P; \
487         tr ' ' '\012' < .deps/$(*F).pp \
488           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
489             >> .deps/$(*F).P; \
490         rm -f .deps/$(*F).pp
491 info-am:
492 info: info-am
493 dvi-am:
494 dvi: dvi-am
495 check-am: all-am
496 check: check-am
497 installcheck-am:
498 installcheck: installcheck-am
499 install-exec-am: install-binPROGRAMS
500 install-exec: install-exec-am
501
502 install-data-am: install-gladeDATA
503 install-data: install-data-am
504
505 install-am: all-am
506         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
507 install: install-am
508 uninstall-am: uninstall-binPROGRAMS uninstall-gladeDATA
509 uninstall: uninstall-am
510 all-am: Makefile $(PROGRAMS) $(DATA)
511 all-redirect: all-am
512 install-strip:
513         $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
514 installdirs:
515         $(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(gladedir)
516
517
518 mostlyclean-generic:
519
520 clean-generic:
521
522 distclean-generic:
523         -rm -f Makefile $(CONFIG_CLEAN_FILES)
524         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
525
526 maintainer-clean-generic:
527 mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
528                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
529                 mostlyclean-generic
530
531 mostlyclean: mostlyclean-am
532
533 clean-am:  clean-binPROGRAMS clean-compile clean-libtool clean-tags \
534                 clean-depend clean-generic mostlyclean-am
535
536 clean: clean-am
537
538 distclean-am:  distclean-binPROGRAMS distclean-compile distclean-libtool \
539                 distclean-tags distclean-depend distclean-generic \
540                 clean-am
541         -rm -f libtool
542
543 distclean: distclean-am
544
545 maintainer-clean-am:  maintainer-clean-binPROGRAMS \
546                 maintainer-clean-compile maintainer-clean-libtool \
547                 maintainer-clean-tags maintainer-clean-depend \
548                 maintainer-clean-generic distclean-am
549         @echo "This command is intended for maintainers to use;"
550         @echo "it deletes files that may require special tools to rebuild."
551
552 maintainer-clean: maintainer-clean-am
553
554 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
555 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
556 mostlyclean-compile distclean-compile clean-compile \
557 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
558 clean-libtool maintainer-clean-libtool uninstall-gladeDATA \
559 install-gladeDATA tags mostlyclean-tags distclean-tags clean-tags \
560 maintainer-clean-tags distdir mostlyclean-depend distclean-depend \
561 clean-depend maintainer-clean-depend info-am info dvi-am dvi check \
562 check-am installcheck-am installcheck install-exec-am install-exec \
563 install-data-am install-data install-am install uninstall-am uninstall \
564 all-redirect all-am all installdirs mostlyclean-generic \
565 distclean-generic clean-generic maintainer-clean-generic clean \
566 mostlyclean distclean maintainer-clean
567
568
569 xpdf-ltk.h: xpdf.ltk
570         rm -f $@
571         $(top_srcdir)/ltk/ltkbuild <xpdf.ltk >$@.new
572         mv $@.new $@
573
574 # Tell versions [3.59,3.63) of GNU make to not export all variables.
575 # Otherwise a system limit (for SysV at least) may be exceeded.
576 .NOEXPORT: