~ubuntu-branches/ubuntu/trusty/pdfcube/trusty-proposed

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-12-12 15:44:30 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20111212154430-tz32mz21mqj6yfhh
Tags: 0.0.3+svn68-0ubuntu1
* New upstream version 0.0.3 plus current snapshot from upstream SVN head,
  to work with poppler 0.18.
* debian/control: Add libboost-dev and libboost-program-options-dev build
  dependencies, required by new version.
* debian/control: Drop freeglut3-dev build dependency, not necessary any
  more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
14
15
 
15
16
@SET_MAKE@
16
17
 
17
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
18
VPATH = @srcdir@
20
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
21
21
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ..
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
24
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
24
install_sh_DATA = $(install_sh) -c -m 644
27
25
install_sh_PROGRAM = $(install_sh) -c
28
26
install_sh_SCRIPT = $(install_sh) -c
34
32
NORMAL_UNINSTALL = :
35
33
PRE_UNINSTALL = :
36
34
POST_UNINSTALL = :
37
 
build_triplet = @build@
38
 
host_triplet = @host@
39
35
bin_PROGRAMS = pdfcube$(EXEEXT)
40
36
subdir = src
41
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
42
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
39
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
 
40
        $(top_srcdir)/m4/ax_boost_program_options.m4 \
 
41
        $(top_srcdir)/configure.ac
44
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
43
        $(ACLOCAL_M4)
46
44
mkinstalldirs = $(install_sh) -d
47
45
CONFIG_CLEAN_FILES =
 
46
CONFIG_CLEAN_VPATH_FILES =
48
47
am__installdirs = "$(DESTDIR)$(bindir)"
49
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
50
48
PROGRAMS = $(bin_PROGRAMS)
51
49
am_pdfcube_OBJECTS = pdfcube-pdfcube.$(OBJEXT)
52
50
pdfcube_OBJECTS = $(am_pdfcube_OBJECTS)
54
52
am__DEPENDENCIES_1 =
55
53
pdfcube_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
56
54
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
57
 
        $(am__DEPENDENCIES_1)
58
 
DEFAULT_INCLUDES = -I. -I$(srcdir)
 
55
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
56
pdfcube_LINK = $(CXXLD) $(pdfcube_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
57
        $(LDFLAGS) -o $@
 
58
DEFAULT_INCLUDES = -I.@am__isrc@
59
59
depcomp = $(SHELL) $(top_srcdir)/depcomp
60
60
am__depfiles_maybe = depfiles
 
61
am__mv = mv -f
61
62
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
62
63
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
63
 
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
64
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
65
 
        $(AM_CXXFLAGS) $(CXXFLAGS)
66
64
CXXLD = $(CXX)
67
 
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
68
 
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
65
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
 
66
        -o $@
69
67
SOURCES = $(pdfcube_SOURCES)
70
68
DIST_SOURCES = $(pdfcube_SOURCES)
71
69
ETAGS = etags
72
70
CTAGS = ctags
73
71
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
74
72
ACLOCAL = @ACLOCAL@
75
 
AMDEP_FALSE = @AMDEP_FALSE@
76
 
AMDEP_TRUE = @AMDEP_TRUE@
77
73
AMTAR = @AMTAR@
78
 
AR = @AR@
79
74
AUTOCONF = @AUTOCONF@
80
75
AUTOHEADER = @AUTOHEADER@
81
76
AUTOMAKE = @AUTOMAKE@
82
77
AWK = @AWK@
 
78
BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
 
79
BOOST_LDFLAGS = @BOOST_LDFLAGS@
 
80
BOOST_PROGRAM_OPTIONS_LIB = @BOOST_PROGRAM_OPTIONS_LIB@
83
81
CC = @CC@
84
82
CCDEPMODE = @CCDEPMODE@
85
83
CFLAGS = @CFLAGS@
86
 
CPP = @CPP@
87
84
CPPFLAGS = @CPPFLAGS@
88
85
CXX = @CXX@
89
86
CXXCPP = @CXXCPP@
92
89
CYGPATH_W = @CYGPATH_W@
93
90
DEFS = @DEFS@
94
91
DEPDIR = @DEPDIR@
95
 
ECHO = @ECHO@
96
92
ECHO_C = @ECHO_C@
97
93
ECHO_N = @ECHO_N@
98
94
ECHO_T = @ECHO_T@
99
95
EGREP = @EGREP@
100
96
EXEEXT = @EXEEXT@
101
 
F77 = @F77@
102
 
FFLAGS = @FFLAGS@
103
97
GREP = @GREP@
 
98
INSTALL = @INSTALL@
104
99
INSTALL_DATA = @INSTALL_DATA@
105
100
INSTALL_PROGRAM = @INSTALL_PROGRAM@
106
101
INSTALL_SCRIPT = @INSTALL_SCRIPT@
108
103
LDFLAGS = @LDFLAGS@
109
104
LIBOBJS = @LIBOBJS@
110
105
LIBS = @LIBS@
111
 
LIBTOOL = @LIBTOOL@
112
 
LN_S = @LN_S@
113
106
LTLIBOBJS = @LTLIBOBJS@
114
107
MAKEINFO = @MAKEINFO@
 
108
MKDIR_P = @MKDIR_P@
115
109
OBJEXT = @OBJEXT@
116
110
PACKAGE = @PACKAGE@
117
111
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
118
112
PACKAGE_NAME = @PACKAGE_NAME@
119
113
PACKAGE_STRING = @PACKAGE_STRING@
120
114
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
115
PACKAGE_URL = @PACKAGE_URL@
121
116
PACKAGE_VERSION = @PACKAGE_VERSION@
122
117
PATH_SEPARATOR = @PATH_SEPARATOR@
123
118
PKG_CONFIG = @PKG_CONFIG@
124
 
RANLIB = @RANLIB@
 
119
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
120
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
125
121
SET_MAKE = @SET_MAKE@
126
122
SHELL = @SHELL@
127
123
STRIP = @STRIP@
128
124
VERSION = @VERSION@
 
125
abs_builddir = @abs_builddir@
 
126
abs_srcdir = @abs_srcdir@
 
127
abs_top_builddir = @abs_top_builddir@
 
128
abs_top_srcdir = @abs_top_srcdir@
129
129
ac_ct_CC = @ac_ct_CC@
130
130
ac_ct_CXX = @ac_ct_CXX@
131
 
ac_ct_F77 = @ac_ct_F77@
132
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
133
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
134
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
135
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
136
131
am__include = @am__include@
137
132
am__leading_dot = @am__leading_dot@
138
133
am__quote = @am__quote@
139
134
am__tar = @am__tar@
140
135
am__untar = @am__untar@
141
136
bindir = @bindir@
142
 
build = @build@
143
137
build_alias = @build_alias@
144
 
build_cpu = @build_cpu@
145
 
build_os = @build_os@
146
 
build_vendor = @build_vendor@
 
138
builddir = @builddir@
 
139
cairo_CFLAGS = @cairo_CFLAGS@
 
140
cairo_LIBS = @cairo_LIBS@
147
141
datadir = @datadir@
148
142
datarootdir = @datarootdir@
149
143
docdir = @docdir@
155
149
gtk_LIBS = @gtk_LIBS@
156
150
gtkglext_CFLAGS = @gtkglext_CFLAGS@
157
151
gtkglext_LIBS = @gtkglext_LIBS@
158
 
host = @host@
159
152
host_alias = @host_alias@
160
 
host_cpu = @host_cpu@
161
 
host_os = @host_os@
162
 
host_vendor = @host_vendor@
163
153
htmldir = @htmldir@
164
154
includedir = @includedir@
165
155
infodir = @infodir@
172
162
mkdir_p = @mkdir_p@
173
163
oldincludedir = @oldincludedir@
174
164
pdfdir = @pdfdir@
175
 
poppler_CFLAGS = @poppler_CFLAGS@
176
 
poppler_LIBS = @poppler_LIBS@
177
165
poppler_glib_CFLAGS = @poppler_glib_CFLAGS@
178
166
poppler_glib_LIBS = @poppler_glib_LIBS@
179
167
prefix = @prefix@
181
169
psdir = @psdir@
182
170
sbindir = @sbindir@
183
171
sharedstatedir = @sharedstatedir@
 
172
srcdir = @srcdir@
184
173
sysconfdir = @sysconfdir@
185
174
target_alias = @target_alias@
 
175
top_build_prefix = @top_build_prefix@
 
176
top_builddir = @top_builddir@
 
177
top_srcdir = @top_srcdir@
186
178
pdfcube_SOURCES = pdfcube.cc
187
 
pdfcube_CXXFLAGS = -Wall -Weffc++
188
 
INCLUDES = $(glib_CFLAGS) $(gtk_CFLAGS) $(gtkglext_CFLAGS) $(poppler_CFLAGS) $(poppler_glib_CFLAGS)
189
 
LDADD = $(glib_LIBS) $(gtk_LIBS) $(gtkglext_LIBS) $(poppler_LIBS) $(poppler_glib_LIBS) -lglut
 
179
pdfcube_CXXFLAGS = -Wall -Weffc++ 
 
180
LDADD = $(glib_LIBS) $(gtk_LIBS) $(gtkglext_LIBS) $(poppler_glib_LIBS) $(BOOST_LDFLAGS) $(BOOST_PROGRAM_OPTIONS_LIB) 
 
181
INCLUDES = $(glib_CFLAGS) $(gtk_CFLAGS) $(gtkglext_CFLAGS) $(poppler_glib_CFLAGS)  $(BOOST_CPPFLAGS) 
190
182
all: all-am
191
183
 
192
184
.SUFFIXES:
193
 
.SUFFIXES: .cc .lo .o .obj
 
185
.SUFFIXES: .cc .o .obj
194
186
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
195
187
        @for dep in $?; do \
196
188
          case '$(am__configure_deps)' in \
197
189
            *$$dep*) \
198
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
199
 
                && exit 0; \
 
190
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
191
                && { if test -f $@; then exit 0; else break; fi; }; \
200
192
              exit 1;; \
201
193
          esac; \
202
194
        done; \
203
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
204
 
        cd $(top_srcdir) && \
205
 
          $(AUTOMAKE) --gnu  src/Makefile
 
195
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
 
196
        $(am__cd) $(top_srcdir) && \
 
197
          $(AUTOMAKE) --gnu src/Makefile
206
198
.PRECIOUS: Makefile
207
199
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
208
200
        @case '$?' in \
220
212
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
221
213
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
222
214
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
215
$(am__aclocal_m4_deps):
223
216
install-binPROGRAMS: $(bin_PROGRAMS)
224
217
        @$(NORMAL_INSTALL)
225
 
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
226
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
227
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
228
 
          if test -f $$p \
229
 
             || test -f $$p1 \
230
 
          ; then \
231
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
232
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
233
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
234
 
          else :; fi; \
235
 
        done
 
218
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
 
219
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
220
        for p in $$list; do echo "$$p $$p"; done | \
 
221
        sed 's/$(EXEEXT)$$//' | \
 
222
        while read p p1; do if test -f $$p; \
 
223
          then echo "$$p"; echo "$$p"; else :; fi; \
 
224
        done | \
 
225
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
226
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
227
        sed 'N;N;N;s,\n, ,g' | \
 
228
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
229
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
230
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
231
            else { print "f", $$3 "/" $$4, $$1; } } \
 
232
          END { for (d in files) print "f", d, files[d] }' | \
 
233
        while read type dir files; do \
 
234
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
235
            test -z "$$files" || { \
 
236
              echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
237
              $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
238
            } \
 
239
        ; done
236
240
 
237
241
uninstall-binPROGRAMS:
238
242
        @$(NORMAL_UNINSTALL)
239
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
240
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
241
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
242
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
243
 
        done
 
243
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
244
        files=`for p in $$list; do echo "$$p"; done | \
 
245
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
246
              -e 's/$$/$(EXEEXT)/' `; \
 
247
        test -n "$$list" || exit 0; \
 
248
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
249
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
244
250
 
245
251
clean-binPROGRAMS:
246
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
247
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
248
 
          echo " rm -f $$p $$f"; \
249
 
          rm -f $$p $$f ; \
250
 
        done
 
252
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
251
253
pdfcube$(EXEEXT): $(pdfcube_OBJECTS) $(pdfcube_DEPENDENCIES) 
252
254
        @rm -f pdfcube$(EXEEXT)
253
 
        $(CXXLINK) $(pdfcube_LDFLAGS) $(pdfcube_OBJECTS) $(pdfcube_LDADD) $(LIBS)
 
255
        $(pdfcube_LINK) $(pdfcube_OBJECTS) $(pdfcube_LDADD) $(LIBS)
254
256
 
255
257
mostlyclean-compile:
256
258
        -rm -f *.$(OBJEXT)
261
263
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdfcube-pdfcube.Po@am__quote@
262
264
 
263
265
.cc.o:
264
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
265
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
266
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
267
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
266
268
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
267
269
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
268
270
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
269
271
 
270
272
.cc.obj:
271
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
272
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
273
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
274
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
273
275
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
274
276
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
275
277
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
276
278
 
277
 
.cc.lo:
278
 
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
279
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
280
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
281
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
282
 
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
283
 
 
284
279
pdfcube-pdfcube.o: pdfcube.cc
285
 
@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdfcube_CXXFLAGS) $(CXXFLAGS) -MT pdfcube-pdfcube.o -MD -MP -MF "$(DEPDIR)/pdfcube-pdfcube.Tpo" -c -o pdfcube-pdfcube.o `test -f 'pdfcube.cc' || echo '$(srcdir)/'`pdfcube.cc; \
286
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/pdfcube-pdfcube.Tpo" "$(DEPDIR)/pdfcube-pdfcube.Po"; else rm -f "$(DEPDIR)/pdfcube-pdfcube.Tpo"; exit 1; fi
 
280
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdfcube_CXXFLAGS) $(CXXFLAGS) -MT pdfcube-pdfcube.o -MD -MP -MF $(DEPDIR)/pdfcube-pdfcube.Tpo -c -o pdfcube-pdfcube.o `test -f 'pdfcube.cc' || echo '$(srcdir)/'`pdfcube.cc
 
281
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/pdfcube-pdfcube.Tpo $(DEPDIR)/pdfcube-pdfcube.Po
287
282
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='pdfcube.cc' object='pdfcube-pdfcube.o' libtool=no @AMDEPBACKSLASH@
288
283
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
289
284
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdfcube_CXXFLAGS) $(CXXFLAGS) -c -o pdfcube-pdfcube.o `test -f 'pdfcube.cc' || echo '$(srcdir)/'`pdfcube.cc
290
285
 
291
286
pdfcube-pdfcube.obj: pdfcube.cc
292
 
@am__fastdepCXX_TRUE@   if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdfcube_CXXFLAGS) $(CXXFLAGS) -MT pdfcube-pdfcube.obj -MD -MP -MF "$(DEPDIR)/pdfcube-pdfcube.Tpo" -c -o pdfcube-pdfcube.obj `if test -f 'pdfcube.cc'; then $(CYGPATH_W) 'pdfcube.cc'; else $(CYGPATH_W) '$(srcdir)/pdfcube.cc'; fi`; \
293
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/pdfcube-pdfcube.Tpo" "$(DEPDIR)/pdfcube-pdfcube.Po"; else rm -f "$(DEPDIR)/pdfcube-pdfcube.Tpo"; exit 1; fi
 
287
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdfcube_CXXFLAGS) $(CXXFLAGS) -MT pdfcube-pdfcube.obj -MD -MP -MF $(DEPDIR)/pdfcube-pdfcube.Tpo -c -o pdfcube-pdfcube.obj `if test -f 'pdfcube.cc'; then $(CYGPATH_W) 'pdfcube.cc'; else $(CYGPATH_W) '$(srcdir)/pdfcube.cc'; fi`
 
288
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/pdfcube-pdfcube.Tpo $(DEPDIR)/pdfcube-pdfcube.Po
294
289
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='pdfcube.cc' object='pdfcube-pdfcube.obj' libtool=no @AMDEPBACKSLASH@
295
290
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
296
291
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pdfcube_CXXFLAGS) $(CXXFLAGS) -c -o pdfcube-pdfcube.obj `if test -f 'pdfcube.cc'; then $(CYGPATH_W) 'pdfcube.cc'; else $(CYGPATH_W) '$(srcdir)/pdfcube.cc'; fi`
297
292
 
298
 
mostlyclean-libtool:
299
 
        -rm -f *.lo
300
 
 
301
 
clean-libtool:
302
 
        -rm -rf .libs _libs
303
 
 
304
 
distclean-libtool:
305
 
        -rm -f libtool
306
 
uninstall-info-am:
307
 
 
308
293
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
309
294
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
310
295
        unique=`for i in $$list; do \
311
296
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
312
297
          done | \
313
 
          $(AWK) '    { files[$$0] = 1; } \
314
 
               END { for (i in files) print i; }'`; \
 
298
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
299
              END { if (nonempty) { for (i in files) print i; }; }'`; \
315
300
        mkid -fID $$unique
316
301
tags: TAGS
317
302
 
318
303
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
319
304
                $(TAGS_FILES) $(LISP)
320
 
        tags=; \
 
305
        set x; \
321
306
        here=`pwd`; \
322
307
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
323
308
        unique=`for i in $$list; do \
324
309
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
325
310
          done | \
326
 
          $(AWK) '    { files[$$0] = 1; } \
327
 
               END { for (i in files) print i; }'`; \
328
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
311
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
312
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
313
        shift; \
 
314
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
329
315
          test -n "$$unique" || unique=$$empty_fix; \
330
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
331
 
            $$tags $$unique; \
 
316
          if test $$# -gt 0; then \
 
317
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
318
              "$$@" $$unique; \
 
319
          else \
 
320
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
321
              $$unique; \
 
322
          fi; \
332
323
        fi
333
324
ctags: CTAGS
334
325
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
335
326
                $(TAGS_FILES) $(LISP)
336
 
        tags=; \
337
 
        here=`pwd`; \
338
327
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
339
328
        unique=`for i in $$list; do \
340
329
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
341
330
          done | \
342
 
          $(AWK) '    { files[$$0] = 1; } \
343
 
               END { for (i in files) print i; }'`; \
344
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
331
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
332
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
333
        test -z "$(CTAGS_ARGS)$$unique" \
345
334
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
346
 
             $$tags $$unique
 
335
             $$unique
347
336
 
348
337
GTAGS:
349
338
        here=`$(am__cd) $(top_builddir) && pwd` \
350
 
          && cd $(top_srcdir) \
351
 
          && gtags -i $(GTAGS_ARGS) $$here
 
339
          && $(am__cd) $(top_srcdir) \
 
340
          && gtags -i $(GTAGS_ARGS) "$$here"
352
341
 
353
342
distclean-tags:
354
343
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
355
344
 
356
345
distdir: $(DISTFILES)
357
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
358
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
359
 
        list='$(DISTFILES)'; for file in $$list; do \
360
 
          case $$file in \
361
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
362
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
363
 
          esac; \
 
346
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
347
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
348
        list='$(DISTFILES)'; \
 
349
          dist_files=`for file in $$list; do echo $$file; done | \
 
350
          sed -e "s|^$$srcdirstrip/||;t" \
 
351
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
352
        case $$dist_files in \
 
353
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
354
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
355
                           sort -u` ;; \
 
356
        esac; \
 
357
        for file in $$dist_files; do \
364
358
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
365
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
366
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
367
 
            dir="/$$dir"; \
368
 
            $(mkdir_p) "$(distdir)$$dir"; \
369
 
          else \
370
 
            dir=''; \
371
 
          fi; \
372
359
          if test -d $$d/$$file; then \
 
360
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
361
            if test -d "$(distdir)/$$file"; then \
 
362
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
363
            fi; \
373
364
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
374
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
365
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
366
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
375
367
            fi; \
376
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
368
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
377
369
          else \
378
 
            test -f $(distdir)/$$file \
379
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
370
            test -f "$(distdir)/$$file" \
 
371
            || cp -p $$d/$$file "$(distdir)/$$file" \
380
372
            || exit 1; \
381
373
          fi; \
382
374
        done
385
377
all-am: Makefile $(PROGRAMS)
386
378
installdirs:
387
379
        for dir in "$(DESTDIR)$(bindir)"; do \
388
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
380
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
389
381
        done
390
382
install: install-am
391
383
install-exec: install-exec-am
407
399
 
408
400
distclean-generic:
409
401
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
402
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
410
403
 
411
404
maintainer-clean-generic:
412
405
        @echo "This command is intended for maintainers to use"
413
406
        @echo "it deletes files that may require special tools to rebuild."
414
407
clean: clean-am
415
408
 
416
 
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
 
409
clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
417
410
 
418
411
distclean: distclean-am
419
412
        -rm -rf ./$(DEPDIR)
420
413
        -rm -f Makefile
421
414
distclean-am: clean-am distclean-compile distclean-generic \
422
 
        distclean-libtool distclean-tags
 
415
        distclean-tags
423
416
 
424
417
dvi: dvi-am
425
418
 
427
420
 
428
421
html: html-am
429
422
 
 
423
html-am:
 
424
 
430
425
info: info-am
431
426
 
432
427
info-am:
433
428
 
434
429
install-data-am:
435
430
 
 
431
install-dvi: install-dvi-am
 
432
 
 
433
install-dvi-am:
 
434
 
436
435
install-exec-am: install-binPROGRAMS
437
436
 
 
437
install-html: install-html-am
 
438
 
 
439
install-html-am:
 
440
 
438
441
install-info: install-info-am
439
442
 
 
443
install-info-am:
 
444
 
440
445
install-man:
441
446
 
 
447
install-pdf: install-pdf-am
 
448
 
 
449
install-pdf-am:
 
450
 
 
451
install-ps: install-ps-am
 
452
 
 
453
install-ps-am:
 
454
 
442
455
installcheck-am:
443
456
 
444
457
maintainer-clean: maintainer-clean-am
448
461
 
449
462
mostlyclean: mostlyclean-am
450
463
 
451
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
452
 
        mostlyclean-libtool
 
464
mostlyclean-am: mostlyclean-compile mostlyclean-generic
453
465
 
454
466
pdf: pdf-am
455
467
 
459
471
 
460
472
ps-am:
461
473
 
462
 
uninstall-am: uninstall-binPROGRAMS uninstall-info-am
 
474
uninstall-am: uninstall-binPROGRAMS
 
475
 
 
476
.MAKE: install-am install-strip
463
477
 
464
478
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
465
 
        clean-generic clean-libtool ctags distclean distclean-compile \
466
 
        distclean-generic distclean-libtool distclean-tags distdir dvi \
467
 
        dvi-am html html-am info info-am install install-am \
468
 
        install-binPROGRAMS install-data install-data-am install-exec \
469
 
        install-exec-am install-info install-info-am install-man \
470
 
        install-strip installcheck installcheck-am installdirs \
471
 
        maintainer-clean maintainer-clean-generic mostlyclean \
472
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
473
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
474
 
        uninstall-binPROGRAMS uninstall-info-am
 
479
        clean-generic ctags distclean distclean-compile \
 
480
        distclean-generic distclean-tags distdir dvi dvi-am html \
 
481
        html-am info info-am install install-am install-binPROGRAMS \
 
482
        install-data install-data-am install-dvi install-dvi-am \
 
483
        install-exec install-exec-am install-html install-html-am \
 
484
        install-info install-info-am install-man install-pdf \
 
485
        install-pdf-am install-ps install-ps-am install-strip \
 
486
        installcheck installcheck-am installdirs maintainer-clean \
 
487
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
488
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
 
489
        uninstall-am uninstall-binPROGRAMS
 
490
 
475
491
 
476
492
# Tell versions [3.59,3.63) of GNU make to not export all variables.
477
493
# Otherwise a system limit (for SysV at least) may be exceeded.