~pdf-converter-dev/pdfconverter/pdf_converter

« back to all changes in this revision

Viewing changes to src/Makefile

  • Committer: Paolo Rotolo
  • Date: 2011-08-27 19:55:51 UTC
  • Revision ID: paolorotolo@ubuntu-it.org-20110827195551-igc3drum7fu074z7
Traduzione in PyGI

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
 
# src/Makefile.  Generated from Makefile.in by configure.
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
 
17
 
 
18
 
 
19
 
 
20
 
pkgdatadir = $(datadir)/pdf_converter
21
 
pkgincludedir = $(includedir)/pdf_converter
22
 
pkglibdir = $(libdir)/pdf_converter
23
 
pkglibexecdir = $(libexecdir)/pdf_converter
24
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
install_sh_DATA = $(install_sh) -c -m 644
26
 
install_sh_PROGRAM = $(install_sh) -c
27
 
install_sh_SCRIPT = $(install_sh) -c
28
 
INSTALL_HEADER = $(INSTALL_DATA)
29
 
transform = $(program_transform_name)
30
 
NORMAL_INSTALL = :
31
 
PRE_INSTALL = :
32
 
POST_INSTALL = :
33
 
NORMAL_UNINSTALL = :
34
 
PRE_UNINSTALL = :
35
 
POST_UNINSTALL = :
36
 
build_triplet = i686-pc-linux-gnu
37
 
host_triplet = i686-pc-linux-gnu
38
 
bin_PROGRAMS = pdf_converter$(EXEEXT)
39
 
subdir = src
40
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44
 
        $(ACLOCAL_M4)
45
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
46
 
CONFIG_HEADER = $(top_builddir)/config.h
47
 
CONFIG_CLEAN_FILES =
48
 
CONFIG_CLEAN_VPATH_FILES =
49
 
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(uidir)"
50
 
PROGRAMS = $(bin_PROGRAMS)
51
 
am_pdf_converter_OBJECTS = main.$(OBJEXT) pdf_converter.$(OBJEXT)
52
 
pdf_converter_OBJECTS = $(am_pdf_converter_OBJECTS)
53
 
am__DEPENDENCIES_1 =
54
 
pdf_converter_DEPENDENCIES = $(am__DEPENDENCIES_1)
55
 
AM_V_lt = $(am__v_lt_$(V))
56
 
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
57
 
am__v_lt_0 = --silent
58
 
pdf_converter_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
59
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
60
 
        $(pdf_converter_LDFLAGS) $(LDFLAGS) -o $@
61
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)
62
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
63
 
am__depfiles_maybe = depfiles
64
 
am__mv = mv -f
65
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
66
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
67
 
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
68
 
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
69
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
70
 
        $(AM_CFLAGS) $(CFLAGS)
71
 
AM_V_CC = $(am__v_CC_$(V))
72
 
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
73
 
am__v_CC_0 = @echo "  CC    " $@;
74
 
AM_V_at = $(am__v_at_$(V))
75
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
76
 
am__v_at_0 = @
77
 
CCLD = $(CC)
78
 
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
79
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
80
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
81
 
AM_V_CCLD = $(am__v_CCLD_$(V))
82
 
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
83
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
84
 
AM_V_GEN = $(am__v_GEN_$(V))
85
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
86
 
am__v_GEN_0 = @echo "  GEN   " $@;
87
 
SOURCES = $(pdf_converter_SOURCES)
88
 
DIST_SOURCES = $(pdf_converter_SOURCES)
89
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
90
 
am__vpath_adj = case $$p in \
91
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
92
 
    *) f=$$p;; \
93
 
  esac;
94
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
95
 
am__install_max = 40
96
 
am__nobase_strip_setup = \
97
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
98
 
am__nobase_strip = \
99
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
100
 
am__nobase_list = $(am__nobase_strip_setup); \
101
 
  for p in $$list; do echo "$$p $$p"; done | \
102
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
103
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
104
 
    if (++n[$$2] == $(am__install_max)) \
105
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
106
 
    END { for (dir in files) print dir, files[dir] }'
107
 
am__base_list = \
108
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
109
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
110
 
DATA = $(ui_DATA)
111
 
ETAGS = etags
112
 
CTAGS = ctags
113
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
114
 
ACLOCAL = ${SHELL} /home/paolo/pdf_converter/missing --run aclocal-1.11
115
 
ALL_LINGUAS = 
116
 
AMTAR = ${SHELL} /home/paolo/pdf_converter/missing --run tar
117
 
AM_DEFAULT_VERBOSITY = 0
118
 
AR = ar
119
 
AUTOCONF = ${SHELL} /home/paolo/pdf_converter/missing --run autoconf
120
 
AUTOHEADER = ${SHELL} /home/paolo/pdf_converter/missing --run autoheader
121
 
AUTOMAKE = ${SHELL} /home/paolo/pdf_converter/missing --run automake-1.11
122
 
AWK = mawk
123
 
CATALOGS = 
124
 
CATOBJEXT = .gmo
125
 
CC = gcc
126
 
CCDEPMODE = depmode=gcc3
127
 
CFLAGS = -g -O2
128
 
CPP = gcc -E
129
 
CPPFLAGS = 
130
 
CYGPATH_W = echo
131
 
DATADIRNAME = share
132
 
DEFS = -DHAVE_CONFIG_H
133
 
DEPDIR = .deps
134
 
DLLTOOL = false
135
 
DSYMUTIL = 
136
 
DUMPBIN = 
137
 
ECHO_C = 
138
 
ECHO_N = -n
139
 
ECHO_T = 
140
 
EGREP = /bin/grep -E
141
 
EXEEXT = 
142
 
FGREP = /bin/grep -F
143
 
GETTEXT_PACKAGE = pdf_converter
144
 
GMOFILES = 
145
 
GMSGFMT = /usr/bin/msgfmt
146
 
GREP = /bin/grep
147
 
INSTALL = /usr/bin/install -c
148
 
INSTALL_DATA = ${INSTALL} -m 644
149
 
INSTALL_PROGRAM = ${INSTALL}
150
 
INSTALL_SCRIPT = ${INSTALL}
151
 
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
152
 
INSTOBJEXT = .mo
153
 
INTLLIBS = 
154
 
INTLTOOL_EXTRACT = /usr/bin/intltool-extract
155
 
INTLTOOL_MERGE = /usr/bin/intltool-merge
156
 
INTLTOOL_PERL = /usr/bin/perl
157
 
INTLTOOL_UPDATE = /usr/bin/intltool-update
158
 
LD = /usr/bin/ld
159
 
LDFLAGS = 
160
 
LIBOBJS = 
161
 
LIBS = 
162
 
LIBTOOL = $(SHELL) $(top_builddir)/libtool
163
 
LIPO = 
164
 
LN_S = ln -s
165
 
LTLIBOBJS = 
166
 
MAINT = #
167
 
MAKEINFO = ${SHELL} /home/paolo/pdf_converter/missing --run makeinfo
168
 
MANIFEST_TOOL = :
169
 
MKDIR_P = /bin/mkdir -p
170
 
MKINSTALLDIRS = ./mkinstalldirs
171
 
MSGFMT = /usr/bin/msgfmt
172
 
MSGFMT_OPTS = -c
173
 
MSGMERGE = /usr/bin/msgmerge
174
 
NM = /usr/bin/nm -B
175
 
NMEDIT = 
176
 
OBJDUMP = objdump
177
 
OBJEXT = o
178
 
OTOOL = 
179
 
OTOOL64 = 
180
 
PACKAGE = pdf_converter
181
 
PACKAGE_BUGREPORT = 
182
 
PACKAGE_NAME = pdf_converter
183
 
PACKAGE_STRING = pdf_converter 0.1
184
 
PACKAGE_TARNAME = pdf_converter
185
 
PACKAGE_URL = 
186
 
PACKAGE_VERSION = 0.1
187
 
PATH_SEPARATOR = :
188
 
PDF_CONVERTER_CFLAGS = -pthread -DGSEAL_ENABLE -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-3.0  
189
 
PDF_CONVERTER_LIBS = -pthread -lgtk-3 -lgdk-3 -latk-1.0 -lcairo-gobject -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  
190
 
PKG_CONFIG = /usr/bin/pkg-config
191
 
PKG_CONFIG_LIBDIR = 
192
 
PKG_CONFIG_PATH = 
193
 
POFILES = 
194
 
POSUB = po
195
 
PO_IN_DATADIR_FALSE = 
196
 
PO_IN_DATADIR_TRUE = 
197
 
RANLIB = ranlib
198
 
SED = /bin/sed
199
 
SET_MAKE = 
200
 
SHELL = /bin/bash
201
 
STRIP = strip
202
 
USE_NLS = yes
203
 
VERSION = 0.1
204
 
XGETTEXT = /usr/bin/xgettext
205
 
abs_builddir = /home/paolo/pdf_converter/src
206
 
abs_srcdir = /home/paolo/pdf_converter/src
207
 
abs_top_builddir = /home/paolo/pdf_converter
208
 
abs_top_srcdir = /home/paolo/pdf_converter
209
 
ac_ct_AR = ar
210
 
ac_ct_CC = gcc
211
 
ac_ct_DUMPBIN = 
212
 
am__include = include
213
 
am__leading_dot = .
214
 
am__quote = 
215
 
am__tar = ${AMTAR} chof - "$$tardir"
216
 
am__untar = ${AMTAR} xf -
217
 
bindir = ${exec_prefix}/bin
218
 
build = i686-pc-linux-gnu
219
 
build_alias = 
220
 
build_cpu = i686
221
 
build_os = linux-gnu
222
 
build_vendor = pc
223
 
builddir = .
224
 
datadir = ${datarootdir}
225
 
datarootdir = ${prefix}/share
226
 
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
227
 
dvidir = ${docdir}
228
 
exec_prefix = ${prefix}
229
 
host = i686-pc-linux-gnu
230
 
host_alias = 
231
 
host_cpu = i686
232
 
host_os = linux-gnu
233
 
host_vendor = pc
234
 
htmldir = ${docdir}
235
 
includedir = ${prefix}/include
236
 
infodir = ${datarootdir}/info
237
 
install_sh = ${SHELL} /home/paolo/pdf_converter/install-sh
238
 
libdir = ${exec_prefix}/lib
239
 
libexecdir = ${exec_prefix}/libexec
240
 
localedir = ${datarootdir}/locale
241
 
localstatedir = ${prefix}/var
242
 
mandir = ${datarootdir}/man
243
 
mkdir_p = /bin/mkdir -p
244
 
oldincludedir = /usr/include
245
 
pdfdir = ${docdir}
246
 
prefix = /usr/local
247
 
program_transform_name = s,x,x,
248
 
psdir = ${docdir}
249
 
sbindir = ${exec_prefix}/sbin
250
 
sharedstatedir = ${prefix}/com
251
 
srcdir = .
252
 
sysconfdir = ${prefix}/etc
253
 
target_alias = 
254
 
top_build_prefix = ../
255
 
top_builddir = ..
256
 
top_srcdir = ..
257
 
uidir = $(datadir)/pdf_converter/ui
258
 
ui_DATA = pdf_converter.ui
259
 
AM_CPPFLAGS = \
260
 
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
261
 
        -DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
262
 
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
263
 
        $(PDF_CONVERTER_CFLAGS)
264
 
 
265
 
AM_CFLAGS = \
266
 
         -Wall\
267
 
         -g
268
 
 
269
 
pdf_converter_SOURCES = \
270
 
        main.c \
271
 
        pdf_converter.h \
272
 
        pdf_converter.c 
273
 
 
274
 
pdf_converter_LDFLAGS = \
275
 
        -Wl,--export-dynamic
276
 
 
277
 
pdf_converter_LDADD = $(PDF_CONVERTER_LIBS)
278
 
EXTRA_DIST = $(ui_DATA)
279
 
all: all-am
280
 
 
281
 
.SUFFIXES:
282
 
.SUFFIXES: .c .lo .o .obj
283
 
$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps)
284
 
        @for dep in $?; do \
285
 
          case '$(am__configure_deps)' in \
286
 
            *$$dep*) \
287
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
288
 
                && { if test -f $@; then exit 0; else break; fi; }; \
289
 
              exit 1;; \
290
 
          esac; \
291
 
        done; \
292
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
293
 
        $(am__cd) $(top_srcdir) && \
294
 
          $(AUTOMAKE) --gnu src/Makefile
295
 
.PRECIOUS: Makefile
296
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
297
 
        @case '$?' in \
298
 
          *config.status*) \
299
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
300
 
          *) \
301
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
302
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
303
 
        esac;
304
 
 
305
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
306
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307
 
 
308
 
$(top_srcdir)/configure: # $(am__configure_deps)
309
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
310
 
$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
311
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
312
 
$(am__aclocal_m4_deps):
313
 
install-binPROGRAMS: $(bin_PROGRAMS)
314
 
        @$(NORMAL_INSTALL)
315
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
316
 
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
317
 
        for p in $$list; do echo "$$p $$p"; done | \
318
 
        sed 's/$(EXEEXT)$$//' | \
319
 
        while read p p1; do if test -f $$p || test -f $$p1; \
320
 
          then echo "$$p"; echo "$$p"; else :; fi; \
321
 
        done | \
322
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
323
 
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
324
 
        sed 'N;N;N;s,\n, ,g' | \
325
 
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
326
 
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
327
 
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
328
 
            else { print "f", $$3 "/" $$4, $$1; } } \
329
 
          END { for (d in files) print "f", d, files[d] }' | \
330
 
        while read type dir files; do \
331
 
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
332
 
            test -z "$$files" || { \
333
 
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
334
 
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
335
 
            } \
336
 
        ; done
337
 
 
338
 
uninstall-binPROGRAMS:
339
 
        @$(NORMAL_UNINSTALL)
340
 
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
341
 
        files=`for p in $$list; do echo "$$p"; done | \
342
 
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
343
 
              -e 's/$$/$(EXEEXT)/' `; \
344
 
        test -n "$$list" || exit 0; \
345
 
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
346
 
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
347
 
 
348
 
clean-binPROGRAMS:
349
 
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
350
 
        echo " rm -f" $$list; \
351
 
        rm -f $$list || exit $$?; \
352
 
        test -n "$(EXEEXT)" || exit 0; \
353
 
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
354
 
        echo " rm -f" $$list; \
355
 
        rm -f $$list
356
 
pdf_converter$(EXEEXT): $(pdf_converter_OBJECTS) $(pdf_converter_DEPENDENCIES) 
357
 
        @rm -f pdf_converter$(EXEEXT)
358
 
        $(AM_V_CCLD)$(pdf_converter_LINK) $(pdf_converter_OBJECTS) $(pdf_converter_LDADD) $(LIBS)
359
 
 
360
 
mostlyclean-compile:
361
 
        -rm -f *.$(OBJEXT)
362
 
 
363
 
distclean-compile:
364
 
        -rm -f *.tab.c
365
 
 
366
 
include ./$(DEPDIR)/main.Po
367
 
include ./$(DEPDIR)/pdf_converter.Po
368
 
 
369
 
.c.o:
370
 
        $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
371
 
        $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
372
 
#       $(AM_V_CC) \
373
 
#       source='$<' object='$@' libtool=no \
374
 
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
375
 
#       $(COMPILE) -c $<
376
 
 
377
 
.c.obj:
378
 
        $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
379
 
        $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
380
 
#       $(AM_V_CC) \
381
 
#       source='$<' object='$@' libtool=no \
382
 
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
383
 
#       $(COMPILE) -c `$(CYGPATH_W) '$<'`
384
 
 
385
 
.c.lo:
386
 
        $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
387
 
        $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
388
 
#       $(AM_V_CC) \
389
 
#       source='$<' object='$@' libtool=yes \
390
 
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
391
 
#       $(LTCOMPILE) -c -o $@ $<
392
 
 
393
 
mostlyclean-libtool:
394
 
        -rm -f *.lo
395
 
 
396
 
clean-libtool:
397
 
        -rm -rf .libs _libs
398
 
install-uiDATA: $(ui_DATA)
399
 
        @$(NORMAL_INSTALL)
400
 
        test -z "$(uidir)" || $(MKDIR_P) "$(DESTDIR)$(uidir)"
401
 
        @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
402
 
        for p in $$list; do \
403
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
404
 
          echo "$$d$$p"; \
405
 
        done | $(am__base_list) | \
406
 
        while read files; do \
407
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(uidir)'"; \
408
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(uidir)" || exit $$?; \
409
 
        done
410
 
 
411
 
uninstall-uiDATA:
412
 
        @$(NORMAL_UNINSTALL)
413
 
        @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
414
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
415
 
        test -n "$$files" || exit 0; \
416
 
        echo " ( cd '$(DESTDIR)$(uidir)' && rm -f" $$files ")"; \
417
 
        cd "$(DESTDIR)$(uidir)" && rm -f $$files
418
 
 
419
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
420
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
421
 
        unique=`for i in $$list; do \
422
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
423
 
          done | \
424
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
425
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
426
 
        mkid -fID $$unique
427
 
tags: TAGS
428
 
 
429
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
430
 
                $(TAGS_FILES) $(LISP)
431
 
        set x; \
432
 
        here=`pwd`; \
433
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
434
 
        unique=`for i in $$list; do \
435
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
436
 
          done | \
437
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
438
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
439
 
        shift; \
440
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
441
 
          test -n "$$unique" || unique=$$empty_fix; \
442
 
          if test $$# -gt 0; then \
443
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
444
 
              "$$@" $$unique; \
445
 
          else \
446
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
447
 
              $$unique; \
448
 
          fi; \
449
 
        fi
450
 
ctags: CTAGS
451
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
452
 
                $(TAGS_FILES) $(LISP)
453
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
454
 
        unique=`for i in $$list; do \
455
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
456
 
          done | \
457
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
458
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
459
 
        test -z "$(CTAGS_ARGS)$$unique" \
460
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
461
 
             $$unique
462
 
 
463
 
GTAGS:
464
 
        here=`$(am__cd) $(top_builddir) && pwd` \
465
 
          && $(am__cd) $(top_srcdir) \
466
 
          && gtags -i $(GTAGS_ARGS) "$$here"
467
 
 
468
 
distclean-tags:
469
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
470
 
 
471
 
distdir: $(DISTFILES)
472
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
473
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
474
 
        list='$(DISTFILES)'; \
475
 
          dist_files=`for file in $$list; do echo $$file; done | \
476
 
          sed -e "s|^$$srcdirstrip/||;t" \
477
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
478
 
        case $$dist_files in \
479
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
480
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
481
 
                           sort -u` ;; \
482
 
        esac; \
483
 
        for file in $$dist_files; do \
484
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
485
 
          if test -d $$d/$$file; then \
486
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
487
 
            if test -d "$(distdir)/$$file"; then \
488
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
489
 
            fi; \
490
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
491
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
492
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
493
 
            fi; \
494
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
495
 
          else \
496
 
            test -f "$(distdir)/$$file" \
497
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
498
 
            || exit 1; \
499
 
          fi; \
500
 
        done
501
 
check-am: all-am
502
 
check: check-am
503
 
all-am: Makefile $(PROGRAMS) $(DATA)
504
 
installdirs:
505
 
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(uidir)"; do \
506
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
507
 
        done
508
 
install: install-am
509
 
install-exec: install-exec-am
510
 
install-data: install-data-am
511
 
uninstall: uninstall-am
512
 
 
513
 
install-am: all-am
514
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
515
 
 
516
 
installcheck: installcheck-am
517
 
install-strip:
518
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
519
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
520
 
          `test -z '$(STRIP)' || \
521
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
522
 
mostlyclean-generic:
523
 
 
524
 
clean-generic:
525
 
 
526
 
distclean-generic:
527
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
528
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
529
 
 
530
 
maintainer-clean-generic:
531
 
        @echo "This command is intended for maintainers to use"
532
 
        @echo "it deletes files that may require special tools to rebuild."
533
 
clean: clean-am
534
 
 
535
 
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
536
 
 
537
 
distclean: distclean-am
538
 
        -rm -rf ./$(DEPDIR)
539
 
        -rm -f Makefile
540
 
distclean-am: clean-am distclean-compile distclean-generic \
541
 
        distclean-tags
542
 
 
543
 
dvi: dvi-am
544
 
 
545
 
dvi-am:
546
 
 
547
 
html: html-am
548
 
 
549
 
html-am:
550
 
 
551
 
info: info-am
552
 
 
553
 
info-am:
554
 
 
555
 
install-data-am: install-uiDATA
556
 
 
557
 
install-dvi: install-dvi-am
558
 
 
559
 
install-dvi-am:
560
 
 
561
 
install-exec-am: install-binPROGRAMS
562
 
 
563
 
install-html: install-html-am
564
 
 
565
 
install-html-am:
566
 
 
567
 
install-info: install-info-am
568
 
 
569
 
install-info-am:
570
 
 
571
 
install-man:
572
 
 
573
 
install-pdf: install-pdf-am
574
 
 
575
 
install-pdf-am:
576
 
 
577
 
install-ps: install-ps-am
578
 
 
579
 
install-ps-am:
580
 
 
581
 
installcheck-am:
582
 
 
583
 
maintainer-clean: maintainer-clean-am
584
 
        -rm -rf ./$(DEPDIR)
585
 
        -rm -f Makefile
586
 
maintainer-clean-am: distclean-am maintainer-clean-generic
587
 
 
588
 
mostlyclean: mostlyclean-am
589
 
 
590
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
591
 
        mostlyclean-libtool
592
 
 
593
 
pdf: pdf-am
594
 
 
595
 
pdf-am:
596
 
 
597
 
ps: ps-am
598
 
 
599
 
ps-am:
600
 
 
601
 
uninstall-am: uninstall-binPROGRAMS uninstall-local uninstall-uiDATA
602
 
 
603
 
.MAKE: install-am install-strip
604
 
 
605
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
606
 
        clean-generic clean-libtool ctags distclean distclean-compile \
607
 
        distclean-generic distclean-libtool distclean-tags distdir dvi \
608
 
        dvi-am html html-am info info-am install install-am \
609
 
        install-binPROGRAMS install-data install-data-am install-dvi \
610
 
        install-dvi-am install-exec install-exec-am install-html \
611
 
        install-html-am install-info install-info-am install-man \
612
 
        install-pdf install-pdf-am install-ps install-ps-am \
613
 
        install-strip install-uiDATA installcheck installcheck-am \
614
 
        installdirs maintainer-clean maintainer-clean-generic \
615
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
616
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
617
 
        uninstall-am uninstall-binPROGRAMS uninstall-local \
618
 
        uninstall-uiDATA
619
 
 
620
 
 
621
 
# Remove ui directory on uninstall
622
 
uninstall-local:
623
 
        -rm -r $(uidir)
624
 
        -rm -r $(datadir)/pdf_converter
625
 
 
626
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
627
 
# Otherwise a system limit (for SysV at least) may be exceeded.
628
 
.NOEXPORT: