~ubuntu-branches/ubuntu/natty/libofx/natty

« back to all changes in this revision

Viewing changes to doc/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Bushnell, BSG
  • Date: 2005-11-29 00:12:00 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051129001200-aplj8zbj80f68xby
Tags: 1:0.8.0-9
Generate autotools using Debian libtool (rerun libtoolize --copy
--force, aclocal-1.9, autoconf). (Closes: #341190)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
 
1
# Makefile.in generated by automake 1.9.4 from Makefile.am.
 
2
# doc/Makefile.  Generated from Makefile.in by configure.
2
3
 
3
 
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  Free Software Foundation, Inc.
4
6
# This Makefile.in is free software; the Free Software Foundation
5
7
# gives unlimited permission to copy and/or distribute it,
6
8
# with or without modifications, as long as this notice is preserved.
11
13
# PARTICULAR PURPOSE.
12
14
 
13
15
 
14
 
SHELL = /bin/sh
15
 
 
16
16
srcdir = .
17
17
top_srcdir = ..
18
18
 
19
 
prefix = /usr
20
 
exec_prefix = ${prefix}
21
 
 
22
 
bindir = ${exec_prefix}/bin
23
 
sbindir = ${exec_prefix}/sbin
24
 
libexecdir = ${exec_prefix}/libexec
25
 
datadir = ${prefix}/share
26
 
sysconfdir = ${prefix}/etc
27
 
sharedstatedir = ${prefix}/com
28
 
localstatedir = ${prefix}/var
29
 
libdir = ${exec_prefix}/lib
30
 
infodir = ${prefix}/info
31
 
mandir = ${prefix}/man
32
 
includedir = ${prefix}/include
33
 
oldincludedir = /usr/include
34
 
 
35
 
DESTDIR =
36
 
 
37
19
pkgdatadir = $(datadir)/libofx
38
20
pkglibdir = $(libdir)/libofx
39
21
pkgincludedir = $(includedir)/libofx
40
 
 
41
22
top_builddir = ..
42
 
 
43
 
ACLOCAL = aclocal-1.4
44
 
AUTOCONF = autoconf
45
 
AUTOMAKE = automake-1.4
46
 
AUTOHEADER = autoheader
47
 
 
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48
24
INSTALL = /usr/bin/install -c
49
 
INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
50
 
INSTALL_DATA = ${INSTALL} -m 644
51
 
INSTALL_SCRIPT = ${INSTALL}
52
 
transform = s,x,x,
53
 
 
 
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)
54
30
NORMAL_INSTALL = :
55
31
PRE_INSTALL = :
56
32
POST_INSTALL = :
57
33
NORMAL_UNINSTALL = :
58
34
PRE_UNINSTALL = :
59
35
POST_UNINSTALL = :
60
 
host_alias = 
 
36
build_triplet = powerpc-unknown-linux-gnu
61
37
host_triplet = powerpc-unknown-linux-gnu
 
38
subdir = doc
 
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
41
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
43
        $(ACLOCAL_M4)
 
44
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 
45
CONFIG_HEADER = $(top_builddir)/config.h
 
46
CONFIG_CLEAN_FILES =
 
47
SOURCES =
 
48
DIST_SOURCES =
 
49
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
50
        html-recursive info-recursive install-data-recursive \
 
51
        install-exec-recursive install-info-recursive \
 
52
        install-recursive installcheck-recursive installdirs-recursive \
 
53
        pdf-recursive ps-recursive uninstall-info-recursive \
 
54
        uninstall-recursive
 
55
ETAGS = etags
 
56
CTAGS = ctags
 
57
DIST_SUBDIRS = $(SUBDIRS)
 
58
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
59
ACLOCAL = ${SHELL} /home/debian/libofx-0.8.0/config/missing --run aclocal-1.9
 
60
AMDEP_FALSE = #
 
61
AMDEP_TRUE = 
 
62
AMTAR = ${SHELL} /home/debian/libofx-0.8.0/config/missing --run tar
62
63
AR = ar
63
 
AS = @AS@
 
64
AUTOCONF = ${SHELL} /home/debian/libofx-0.8.0/config/missing --run autoconf
 
65
AUTOHEADER = ${SHELL} /home/debian/libofx-0.8.0/config/missing --run autoheader
 
66
AUTOMAKE = ${SHELL} /home/debian/libofx-0.8.0/config/missing --run automake-1.9
 
67
AWK = gawk
64
68
CC = gcc
 
69
CCDEPMODE = depmode=gcc3
 
70
CFLAGS = -g -O2
 
71
CPP = gcc -E
 
72
CPPFLAGS = 
65
73
CXX = g++
66
74
CXXCPP = g++ -E
67
 
DLLTOOL = @DLLTOOL@
 
75
CXXDEPMODE = depmode=gcc3
 
76
CXXFLAGS = -g -O2
 
77
CYGPATH_W = echo
 
78
DEFS = -DHAVE_CONFIG_H
 
79
DEPDIR = .deps
 
80
DOC_FALSE = #
 
81
DOC_TRUE = 
68
82
DOT = 
69
 
DOXYGEN = 
 
83
DOXYGEN = /usr/bin/doxygen
70
84
ECHO = echo
 
85
ECHO_C = 
 
86
ECHO_N = -n
 
87
ECHO_T = 
71
88
EGREP = grep -E
 
89
ENABLE_DOXYGEN_FALSE = 
 
90
ENABLE_DOXYGEN_TRUE = #
72
91
EXEEXT = 
73
92
F77 = g77
74
 
GCJ = @GCJ@
75
 
GCJFLAGS = @GCJFLAGS@
76
 
HAVE_LIB = @HAVE_LIB@
77
 
LIB = @LIB@
 
93
FFLAGS = -g -O2
 
94
INSTALL_DATA = ${INSTALL} -m 644
 
95
INSTALL_PROGRAM = ${INSTALL}
 
96
INSTALL_SCRIPT = ${INSTALL}
 
97
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
 
98
LDFLAGS = 
 
99
LIBOBJS = 
78
100
LIBOFX_DTD_DIR = ${datadir}/libofx/dtd
79
101
LIBOFX_MAJOR_VERSION = 0
80
102
LIBOFX_MICRO_VERSION = 0
81
 
LIBOFX_MINOR_VERSION = 7
 
103
LIBOFX_MINOR_VERSION = 8
82
104
LIBOFX_SO_AGE = 0
83
 
LIBOFX_SO_CURRENT = 1
 
105
LIBOFX_SO_CURRENT = 2
84
106
LIBOFX_SO_REVISION = 0
85
 
LIBOFX_VERSION = 0.7.0
 
107
LIBOFX_VERSION = 0.8.0
 
108
LIBS = 
86
109
LIBTOOL = $(SHELL) $(top_builddir)/libtool
87
110
LN_S = ln -s
88
 
LTLIB = @LTLIB@
 
111
LTLIBOBJS = 
89
112
MAINT = #
90
 
MAKEINFO = makeinfo
91
 
OBJDUMP = @OBJDUMP@
 
113
MAINTAINER_MODE_FALSE = 
 
114
MAINTAINER_MODE_TRUE = #
 
115
MAKEINFO = ${SHELL} /home/debian/libofx-0.8.0/config/missing --run makeinfo
 
116
NO_GETOPTLONG_FALSE = 
 
117
NO_GETOPTLONG_TRUE = #
92
118
OBJEXT = o
93
119
OPENSPINCLUDES = /usr/include/OpenSP
94
120
OPENSPLIBS = -L/usr/lib -losp
95
121
PACKAGE = libofx
 
122
PACKAGE_BUGREPORT = 
 
123
PACKAGE_NAME = 
 
124
PACKAGE_STRING = 
 
125
PACKAGE_TARNAME = 
 
126
PACKAGE_VERSION = 
 
127
PATH_SEPARATOR = :
96
128
RANLIB = ranlib
97
 
RC = @RC@
 
129
SET_MAKE = 
 
130
SHELL = /bin/sh
98
131
STRIP = strip
99
 
VERSION = 0.7.0
 
132
USE_GENGETOPT_FALSE = #
 
133
USE_GENGETOPT_TRUE = 
 
134
VERSION = 0.8.0
 
135
ac_ct_AR = ar
 
136
ac_ct_CC = gcc
 
137
ac_ct_CXX = g++
 
138
ac_ct_F77 = g77
 
139
ac_ct_RANLIB = ranlib
 
140
ac_ct_STRIP = strip
 
141
am__fastdepCC_FALSE = #
 
142
am__fastdepCC_TRUE = 
 
143
am__fastdepCXX_FALSE = #
 
144
am__fastdepCXX_TRUE = 
 
145
am__include = include
 
146
am__leading_dot = .
 
147
am__quote = 
 
148
am__tar = ${AMTAR} chof - "$$tardir"
 
149
am__untar = ${AMTAR} xf -
 
150
bindir = ${exec_prefix}/bin
 
151
build = powerpc-unknown-linux-gnu
 
152
build_alias = 
 
153
build_cpu = powerpc
 
154
build_os = linux-gnu
 
155
build_vendor = unknown
 
156
datadir = ${prefix}/share
100
157
enable_dot = no
101
158
enable_html_docs = yes
102
159
enable_latex_docs = no
 
160
exec_prefix = ${prefix}
103
161
have_gengetopt = yes
104
 
 
 
162
host = powerpc-unknown-linux-gnu
 
163
host_alias = 
 
164
host_cpu = powerpc
 
165
host_os = linux-gnu
 
166
host_vendor = unknown
 
167
includedir = ${prefix}/include
 
168
infodir = ${prefix}/info
 
169
install_sh = /home/debian/libofx-0.8.0/config/install-sh
 
170
libdir = ${exec_prefix}/lib
 
171
libexecdir = ${exec_prefix}/libexec
 
172
localstatedir = ${prefix}/var
 
173
mandir = ${prefix}/man
 
174
mkdir_p = mkdir -p --
 
175
oldincludedir = /usr/include
 
176
prefix = /usr
 
177
program_transform_name = s,x,x,
 
178
sbindir = ${exec_prefix}/sbin
 
179
sharedstatedir = ${prefix}/com
 
180
sysconfdir = ${prefix}/etc
 
181
target_alias = 
105
182
SUBDIRS = 
106
 
 
107
183
docdir = ${prefix}/share/doc/libofx
108
 
 
109
 
EXTRA_DIST =    doxygen.cfg.in  ofx_sample_files        tag_striper_test.txt
110
 
 
111
 
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
112
 
CONFIG_HEADER = ../config.h
113
 
CONFIG_CLEAN_FILES = 
114
 
DIST_COMMON =  Makefile.am Makefile.in
115
 
 
116
 
 
117
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
118
 
 
119
 
TAR = gtar
120
 
GZIP_ENV = --best
121
 
all: all-redirect
 
184
EXTRA_DIST = \
 
185
        doxygen.cfg \
 
186
        ofx_sample_files \
 
187
        tag_striper_test.txt \
 
188
        html
 
189
 
 
190
all: all-recursive
 
191
 
122
192
.SUFFIXES:
123
 
$(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
124
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/Makefile
125
 
 
126
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
127
 
        cd $(top_builddir) \
128
 
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
129
 
 
 
193
$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps)
 
194
        @for dep in $?; do \
 
195
          case '$(am__configure_deps)' in \
 
196
            *$$dep*) \
 
197
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
198
                && exit 0; \
 
199
              exit 1;; \
 
200
          esac; \
 
201
        done; \
 
202
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/Makefile'; \
 
203
        cd $(top_srcdir) && \
 
204
          $(AUTOMAKE) --gnu  doc/Makefile
 
205
.PRECIOUS: Makefile
 
206
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
207
        @case '$?' in \
 
208
          *config.status*) \
 
209
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
210
          *) \
 
211
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
212
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
213
        esac;
 
214
 
 
215
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
216
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
217
 
 
218
$(top_srcdir)/configure: # $(am__configure_deps)
 
219
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
220
$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
 
221
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
222
 
 
223
mostlyclean-libtool:
 
224
        -rm -f *.lo
 
225
 
 
226
clean-libtool:
 
227
        -rm -rf .libs _libs
 
228
 
 
229
distclean-libtool:
 
230
        -rm -f libtool
 
231
uninstall-info-am:
130
232
 
131
233
# This directory's subdirectories are mostly independent; you can cd
132
234
# into them and run `make' without going through this Makefile.
134
236
# (1) if the variable is set in `config.status', edit `config.status'
135
237
#     (which will cause the Makefiles to be regenerated when you run `make');
136
238
# (2) otherwise, pass the desired values on the `make' command line.
137
 
 
138
 
 
139
 
 
140
 
all-recursive install-data-recursive install-exec-recursive \
141
 
installdirs-recursive install-recursive uninstall-recursive  \
142
 
check-recursive installcheck-recursive info-recursive dvi-recursive:
143
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
239
$(RECURSIVE_TARGETS):
 
240
        @set fnord $$MAKEFLAGS; amf=$$2; \
144
241
        dot_seen=no; \
145
242
        target=`echo $@ | sed s/-recursive//`; \
146
243
        list='$(SUBDIRS)'; for subdir in $$list; do \
160
257
 
161
258
mostlyclean-recursive clean-recursive distclean-recursive \
162
259
maintainer-clean-recursive:
163
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
260
        @set fnord $$MAKEFLAGS; amf=$$2; \
164
261
        dot_seen=no; \
165
 
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
166
 
          rev="$$subdir $$rev"; \
167
 
          test "$$subdir" != "." || dot_seen=yes; \
 
262
        case "$@" in \
 
263
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
264
          *) list='$(SUBDIRS)' ;; \
 
265
        esac; \
 
266
        rev=''; for subdir in $$list; do \
 
267
          if test "$$subdir" = "."; then :; else \
 
268
            rev="$$subdir $$rev"; \
 
269
          fi; \
168
270
        done; \
169
 
        test "$$dot_seen" = "no" && rev=". $$rev"; \
 
271
        rev="$$rev ."; \
170
272
        target=`echo $@ | sed s/-recursive//`; \
171
273
        for subdir in $$rev; do \
172
274
          echo "Making $$target in $$subdir"; \
182
284
        list='$(SUBDIRS)'; for subdir in $$list; do \
183
285
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
184
286
        done
 
287
ctags-recursive:
 
288
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
289
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
290
        done
185
291
 
 
292
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
293
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
294
        unique=`for i in $$list; do \
 
295
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
296
          done | \
 
297
          $(AWK) '    { files[$$0] = 1; } \
 
298
               END { for (i in files) print i; }'`; \
 
299
        mkid -fID $$unique
186
300
tags: TAGS
187
301
 
188
 
ID: $(HEADERS) $(SOURCES) $(LISP)
189
 
        list='$(SOURCES) $(HEADERS)'; \
190
 
        unique=`for i in $$list; do echo $$i; done | \
191
 
          awk '    { files[$$0] = 1; } \
192
 
               END { for (i in files) print i; }'`; \
193
 
        here=`pwd` && cd $(srcdir) \
194
 
          && mkid -f$$here/ID $$unique $(LISP)
195
 
 
196
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
302
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
303
                $(TAGS_FILES) $(LISP)
197
304
        tags=; \
198
305
        here=`pwd`; \
 
306
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
307
          include_option=--etags-include; \
 
308
          empty_fix=.; \
 
309
        else \
 
310
          include_option=--include; \
 
311
          empty_fix=; \
 
312
        fi; \
199
313
        list='$(SUBDIRS)'; for subdir in $$list; do \
200
 
   if test "$$subdir" = .; then :; else \
201
 
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
202
 
   fi; \
 
314
          if test "$$subdir" = .; then :; else \
 
315
            test ! -f $$subdir/TAGS || \
 
316
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
317
          fi; \
203
318
        done; \
204
 
        list='$(SOURCES) $(HEADERS)'; \
205
 
        unique=`for i in $$list; do echo $$i; done | \
206
 
          awk '    { files[$$0] = 1; } \
207
 
               END { for (i in files) print i; }'`; \
208
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
209
 
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
210
 
 
211
 
mostlyclean-tags:
212
 
 
213
 
clean-tags:
 
319
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
320
        unique=`for i in $$list; do \
 
321
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
322
          done | \
 
323
          $(AWK) '    { files[$$0] = 1; } \
 
324
               END { for (i in files) print i; }'`; \
 
325
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
326
          test -n "$$unique" || unique=$$empty_fix; \
 
327
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
328
            $$tags $$unique; \
 
329
        fi
 
330
ctags: CTAGS
 
331
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
332
                $(TAGS_FILES) $(LISP)
 
333
        tags=; \
 
334
        here=`pwd`; \
 
335
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
336
        unique=`for i in $$list; do \
 
337
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
338
          done | \
 
339
          $(AWK) '    { files[$$0] = 1; } \
 
340
               END { for (i in files) print i; }'`; \
 
341
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
342
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
343
             $$tags $$unique
 
344
 
 
345
GTAGS:
 
346
        here=`$(am__cd) $(top_builddir) && pwd` \
 
347
          && cd $(top_srcdir) \
 
348
          && gtags -i $(GTAGS_ARGS) $$here
214
349
 
215
350
distclean-tags:
216
 
        -rm -f TAGS ID
217
 
 
218
 
maintainer-clean-tags:
219
 
 
220
 
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
221
 
 
222
 
subdir = doc
 
351
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
223
352
 
224
353
distdir: $(DISTFILES)
225
 
        @for file in $(DISTFILES); do \
226
 
          d=$(srcdir); \
 
354
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
355
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
356
        list='$(DISTFILES)'; for file in $$list; do \
 
357
          case $$file in \
 
358
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
359
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
360
          esac; \
 
361
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
362
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
363
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
364
            dir="/$$dir"; \
 
365
            $(mkdir_p) "$(distdir)$$dir"; \
 
366
          else \
 
367
            dir=''; \
 
368
          fi; \
227
369
          if test -d $$d/$$file; then \
228
 
            cp -pr $$d/$$file $(distdir)/$$file; \
 
370
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
371
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
372
            fi; \
 
373
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
229
374
          else \
230
375
            test -f $(distdir)/$$file \
231
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
232
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
376
            || cp -p $$d/$$file $(distdir)/$$file \
 
377
            || exit 1; \
233
378
          fi; \
234
379
        done
235
 
        for subdir in $(SUBDIRS); do \
 
380
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
236
381
          if test "$$subdir" = .; then :; else \
237
 
            test -d $(distdir)/$$subdir \
238
 
            || mkdir $(distdir)/$$subdir \
 
382
            test -d "$(distdir)/$$subdir" \
 
383
            || $(mkdir_p) "$(distdir)/$$subdir" \
239
384
            || exit 1; \
240
 
            chmod 777 $(distdir)/$$subdir; \
241
 
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
 
385
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
386
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
387
            (cd $$subdir && \
 
388
              $(MAKE) $(AM_MAKEFLAGS) \
 
389
                top_distdir="$$top_distdir" \
 
390
                distdir="$$distdir/$$subdir" \
 
391
                distdir) \
242
392
              || exit 1; \
243
393
          fi; \
244
394
        done
245
 
        $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
246
 
info-am:
247
 
info: info-recursive
248
 
dvi-am:
249
 
dvi: dvi-recursive
 
395
        $(MAKE) $(AM_MAKEFLAGS) \
 
396
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
397
          dist-hook
250
398
check-am: all-am
251
399
check: check-recursive
252
 
installcheck-am:
253
 
installcheck: installcheck-recursive
254
 
install-exec-am:
 
400
all-am: Makefile
 
401
installdirs: installdirs-recursive
 
402
installdirs-am:
 
403
install: install-recursive
255
404
install-exec: install-exec-recursive
256
 
 
257
 
install-data-am:
258
 
        @$(NORMAL_INSTALL)
259
 
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
260
405
install-data: install-data-recursive
 
406
uninstall: uninstall-recursive
261
407
 
262
408
install-am: all-am
263
409
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
264
 
install: install-recursive
265
 
uninstall-am:
266
 
uninstall: uninstall-recursive
267
 
all-am: Makefile
268
 
all-redirect: all-recursive
 
410
 
 
411
installcheck: installcheck-recursive
269
412
install-strip:
270
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
271
 
installdirs: installdirs-recursive
272
 
installdirs-am:
273
 
 
274
 
 
 
413
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
414
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
415
          `test -z '$(STRIP)' || \
 
416
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
275
417
mostlyclean-generic:
276
418
 
277
419
clean-generic:
278
420
 
279
421
distclean-generic:
280
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
281
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
422
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
282
423
 
283
424
maintainer-clean-generic:
284
 
mostlyclean-am:  mostlyclean-tags mostlyclean-generic
285
 
 
286
 
mostlyclean: mostlyclean-recursive
287
 
 
288
 
clean-am:  clean-tags clean-generic mostlyclean-am clean-local
289
 
 
 
425
        @echo "This command is intended for maintainers to use"
 
426
        @echo "it deletes files that may require special tools to rebuild."
290
427
clean: clean-recursive
291
428
 
292
 
distclean-am:  distclean-tags distclean-generic clean-am
293
 
        -rm -f libtool
 
429
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
294
430
 
295
431
distclean: distclean-recursive
296
 
 
297
 
maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
298
 
                distclean-am maintainer-clean-local
299
 
        @echo "This command is intended for maintainers to use;"
300
 
        @echo "it deletes files that may require special tools to rebuild."
 
432
        -rm -f Makefile
 
433
distclean-am: clean-am distclean-generic distclean-libtool \
 
434
        distclean-tags
 
435
 
 
436
dvi: dvi-recursive
 
437
 
 
438
dvi-am:
 
439
 
 
440
html: html-recursive
 
441
 
 
442
info: info-recursive
 
443
 
 
444
info-am:
 
445
 
 
446
install-data-am:
 
447
        @$(NORMAL_INSTALL)
 
448
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
 
449
 
 
450
install-exec-am:
 
451
 
 
452
install-info: install-info-recursive
 
453
 
 
454
install-man:
 
455
 
 
456
installcheck-am:
301
457
 
302
458
maintainer-clean: maintainer-clean-recursive
303
 
 
304
 
.PHONY: install-data-recursive uninstall-data-recursive \
305
 
install-exec-recursive uninstall-exec-recursive installdirs-recursive \
306
 
uninstalldirs-recursive all-recursive check-recursive \
307
 
installcheck-recursive info-recursive dvi-recursive \
308
 
mostlyclean-recursive distclean-recursive clean-recursive \
309
 
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
310
 
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
311
 
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
312
 
install-exec install-data-am install-data install-am install \
313
 
uninstall-am uninstall all-redirect all-am all installdirs-am \
314
 
installdirs mostlyclean-generic distclean-generic clean-generic \
315
 
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
459
        -rm -f Makefile
 
460
maintainer-clean-am: distclean-am maintainer-clean-generic \
 
461
        maintainer-clean-local
 
462
 
 
463
mostlyclean: mostlyclean-recursive
 
464
 
 
465
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
466
 
 
467
pdf: pdf-recursive
 
468
 
 
469
pdf-am:
 
470
 
 
471
ps: ps-recursive
 
472
 
 
473
ps-am:
 
474
 
 
475
uninstall-am: uninstall-info-am
 
476
        @$(NORMAL_INSTALL)
 
477
        $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
 
478
 
 
479
uninstall-info: uninstall-info-recursive
 
480
 
 
481
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 
482
        clean clean-generic clean-libtool clean-local clean-recursive \
 
483
        ctags ctags-recursive dist-hook distclean distclean-generic \
 
484
        distclean-libtool distclean-recursive distclean-tags distdir \
 
485
        dvi dvi-am html html-am info info-am install install-am \
 
486
        install-data install-data-am install-data-hook install-exec \
 
487
        install-exec-am install-info install-info-am install-man \
 
488
        install-strip installcheck installcheck-am installdirs \
 
489
        installdirs-am maintainer-clean maintainer-clean-generic \
 
490
        maintainer-clean-local maintainer-clean-recursive mostlyclean \
 
491
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
 
492
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
 
493
        uninstall-hook uninstall-info-am
316
494
 
317
495
 
318
496
all:
319
497
 
320
 
doc: doxygen.cfg
 
498
doc: html/
 
499
 
 
500
html/: doxygen.cfg
321
501
        echo "doc: " && pwd &&  echo "distdir: " && echo $(distdir)
322
502
        rm -rf html/ refman.pdf
323
503
        $(DOXYGEN) doxygen.cfg
324
504
#       $(MAKE) -C latex/ 
325
505
#       mv latex/refman.pdf ./refman.pdf
326
506
 
327
 
dist-hook: doxygen.cfg
 
507
dist-hook: maintainer-clean-local doc
328
508
        echo "dist-hook: " && pwd
329
 
        cd $(srcdir) && pwd && rm -rf html refman.pdf && $(DOXYGEN) doxygen.cfg
330
 
        cp -rp html ${distdir}
331
509
 
332
510
clean-local:
333
511
        echo "clean-local: " && pwd
347
525
uninstall-hook:
348
526
        chmod +w -R $(DESTDIR)${docdir}/html #Why chmod is needed is a mystery
349
527
        rm -rf $(DESTDIR)${docdir}/html
350
 
 
351
 
doxygen.cfg: doxygen.cfg.in Makefile
352
 
        rm -f $@.tmp
353
 
        sed < $< > $@.tmp \
354
 
            -e 's:@-top_srcdir-@:${top_srcdir}:g'
355
 
        mv $@.tmp $@
356
 
 
357
528
# Tell versions [3.59,3.63) of GNU make to not export all variables.
358
529
# Otherwise a system limit (for SysV at least) may be exceeded.
359
530
.NOEXPORT: