~ubuntu-branches/ubuntu/intrepid/comedilib/intrepid

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): David Schleef
  • Date: 2004-11-04 11:43:51 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041104114351-a50kaei5yamka8r6
Tags: 0.7.22-2
It helps if the shared library is actually in the package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
 
# Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
21
21
pkglibdir = $(libdir)/@PACKAGE@
22
22
pkgincludedir = $(includedir)/@PACKAGE@
23
23
top_builddir = ..
24
 
 
25
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
25
INSTALL = @INSTALL@
27
26
install_sh_DATA = $(install_sh) -c -m 644
35
34
NORMAL_UNINSTALL = :
36
35
PRE_UNINSTALL = :
37
36
POST_UNINSTALL = :
 
37
build_triplet = @build@
38
38
host_triplet = @host@
 
39
target_triplet = @target@
 
40
subdir = doc
 
41
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
43
am__aclocal_m4_deps = $(top_srcdir)/m4/am-check-python-headers.m4 \
 
44
        $(top_srcdir)/m4/as-compiler-flag.m4 \
 
45
        $(top_srcdir)/m4/as-libtool.m4 $(top_srcdir)/m4/as-version.m4 \
 
46
        $(top_srcdir)/configure.ac
 
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
48
        $(ACLOCAL_M4)
 
49
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
50
CONFIG_HEADER = $(top_builddir)/config.h
 
51
CONFIG_CLEAN_FILES =
 
52
SOURCES =
 
53
DIST_SOURCES =
 
54
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
55
am__vpath_adj = case $$p in \
 
56
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
57
    *) f=$$p;; \
 
58
  esac;
 
59
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
60
am__installdirs = "$(DESTDIR)$(pkgdatadir)"
 
61
pkgdataDATA_INSTALL = $(INSTALL_DATA)
 
62
DATA = $(pkgdata_DATA)
 
63
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
39
64
ACLOCAL = @ACLOCAL@
40
65
AMDEP_FALSE = @AMDEP_FALSE@
41
66
AMDEP_TRUE = @AMDEP_TRUE@
45
70
AUTOHEADER = @AUTOHEADER@
46
71
AUTOMAKE = @AUTOMAKE@
47
72
AWK = @AWK@
 
73
BUILD_SCXI_FALSE = @BUILD_SCXI_FALSE@
 
74
BUILD_SCXI_TRUE = @BUILD_SCXI_TRUE@
48
75
CC = @CC@
49
76
CCDEPMODE = @CCDEPMODE@
50
77
CFLAGS = @CFLAGS@
88
115
HAVE_DOCBOOK2PDF_TRUE = @HAVE_DOCBOOK2PDF_TRUE@
89
116
HAVE_PYTHON_FALSE = @HAVE_PYTHON_FALSE@
90
117
HAVE_PYTHON_TRUE = @HAVE_PYTHON_TRUE@
 
118
HAVE_RUBY_FALSE = @HAVE_RUBY_FALSE@
 
119
HAVE_RUBY_TRUE = @HAVE_RUBY_TRUE@
91
120
INSTALL_DATA = @INSTALL_DATA@
92
121
INSTALL_PROGRAM = @INSTALL_PROGRAM@
93
122
INSTALL_SCRIPT = @INSTALL_SCRIPT@
121
150
PYTHON_QUIET = @PYTHON_QUIET@
122
151
PYTHON_VERSION = @PYTHON_VERSION@
123
152
RANLIB = @RANLIB@
 
153
RUBY = @RUBY@
 
154
RUBY_CONFIG_OPTIONS = @RUBY_CONFIG_OPTIONS@
 
155
RUBY_PREFIX = @RUBY_PREFIX@
 
156
RUBY_SO_DIR = @RUBY_SO_DIR@
124
157
SET_MAKE = @SET_MAKE@
125
158
SHELL = @SHELL@
126
159
STRIP = @STRIP@
 
160
SWIG = @SWIG@
127
161
VERSION = @VERSION@
128
162
YACC = @YACC@
129
163
ac_ct_AR = @ac_ct_AR@
139
173
am__include = @am__include@
140
174
am__leading_dot = @am__leading_dot@
141
175
am__quote = @am__quote@
 
176
am__tar = @am__tar@
 
177
am__untar = @am__untar@
142
178
bindir = @bindir@
143
179
build = @build@
144
180
build_alias = @build_alias@
159
195
libexecdir = @libexecdir@
160
196
localstatedir = @localstatedir@
161
197
mandir = @mandir@
 
198
mkdir_p = @mkdir_p@
162
199
oldincludedir = @oldincludedir@
163
200
pcmciadir = @pcmciadir@
164
201
pkgpyexecdir = @pkgpyexecdir@
175
212
target_cpu = @target_cpu@
176
213
target_os = @target_os@
177
214
target_vendor = @target_vendor@
178
 
 
179
 
SUBDIRS = html man
180
 
 
 
215
usbfirmwaredir = @usbfirmwaredir@
 
216
usbhotplugdir = @usbhotplugdir@
181
217
SGML = drivers.sgml funcref.sgml glossary.sgml \
182
218
        install.sgml intro.sgml other.sgml reference.sgml tutorial.sgml \
183
 
        driverwriting.sgml 
 
219
        driverwriting.sgml comedilib.sgml
184
220
 
 
221
EXTRA_DIST = $(SGML) funcref mkref drivers.txt mkdr FAQ \
 
222
        comedilib.pdf acq-seq.gif doc_html man
185
223
 
186
224
BUILT_SOURCES = funcref.sgml drivers.sgml
187
 
 
188
 
EXTRA_DIST = $(SGML) comedilib.sgml funcref mkref drivers.txt mkdr
189
 
 
 
225
@HAVE_DOCBOOK2PDF_FALSE@pkgdata_DATA = 
190
226
@HAVE_DOCBOOK2PDF_TRUE@pkgdata_DATA = comedilib.pdf
191
 
@HAVE_DOCBOOK2PDF_FALSE@pkgdata_DATA = 
192
 
 
193
 
CLEANFILES = comedilib.pdf
194
 
 
 
227
@HAVE_DOCBOOK2HTML_FALSE@all_html = 
 
228
@HAVE_DOCBOOK2HTML_TRUE@all_html = doc_html
 
229
@HAVE_DOCBOOK2HTML_FALSE@install_html = 
 
230
@HAVE_DOCBOOK2HTML_TRUE@install_html = install_html
 
231
@HAVE_DOCBOOK2HTML_FALSE@uninstall_html = 
 
232
@HAVE_DOCBOOK2HTML_TRUE@uninstall_html = uninstall_html
 
233
@HAVE_DOCBOOK2MAN_FALSE@all_man = 
 
234
@HAVE_DOCBOOK2MAN_TRUE@all_man = man
 
235
@HAVE_DOCBOOK2MAN_FALSE@install_man = 
 
236
@HAVE_DOCBOOK2MAN_TRUE@install_man = install_man
 
237
@HAVE_DOCBOOK2MAN_FALSE@uninstall_man = 
 
238
@HAVE_DOCBOOK2MAN_TRUE@uninstall_man = uninstall_man
195
239
locales = de
196
 
subdir = doc
197
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
198
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
199
 
CONFIG_HEADER = $(top_builddir)/config.h
200
 
CONFIG_CLEAN_FILES =
201
 
DIST_SOURCES =
202
 
DATA = $(pkgdata_DATA)
203
 
 
204
 
 
205
 
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
206
 
        ps-recursive install-info-recursive uninstall-info-recursive \
207
 
        all-recursive install-data-recursive install-exec-recursive \
208
 
        installdirs-recursive install-recursive uninstall-recursive \
209
 
        check-recursive installcheck-recursive
210
 
DIST_COMMON = Makefile.am Makefile.in
211
 
DIST_SUBDIRS = $(SUBDIRS)
212
240
all: $(BUILT_SOURCES)
213
 
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
241
        $(MAKE) $(AM_MAKEFLAGS) all-am
214
242
 
215
243
.SUFFIXES:
216
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
244
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
245
        @for dep in $?; do \
 
246
          case '$(am__configure_deps)' in \
 
247
            *$$dep*) \
 
248
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
249
                && exit 0; \
 
250
              exit 1;; \
 
251
          esac; \
 
252
        done; \
 
253
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/Makefile'; \
217
254
        cd $(top_srcdir) && \
218
255
          $(AUTOMAKE) --gnu  doc/Makefile
219
 
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
220
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
256
.PRECIOUS: Makefile
 
257
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
258
        @case '$?' in \
 
259
          *config.status*) \
 
260
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
261
          *) \
 
262
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
263
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
264
        esac;
 
265
 
 
266
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
267
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
268
 
 
269
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
270
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
271
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
272
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
221
273
 
222
274
mostlyclean-libtool:
223
275
        -rm -f *.lo
228
280
distclean-libtool:
229
281
        -rm -f libtool
230
282
uninstall-info-am:
231
 
pkgdataDATA_INSTALL = $(INSTALL_DATA)
232
283
install-pkgdataDATA: $(pkgdata_DATA)
233
284
        @$(NORMAL_INSTALL)
234
 
        $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
 
285
        test -z "$(pkgdatadir)" || $(mkdir_p) "$(DESTDIR)$(pkgdatadir)"
235
286
        @list='$(pkgdata_DATA)'; for p in $$list; do \
236
287
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
237
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
238
 
          echo " $(pkgdataDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgdatadir)/$$f"; \
239
 
          $(pkgdataDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgdatadir)/$$f; \
 
288
          f=$(am__strip_dir) \
 
289
          echo " $(pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
 
290
          $(pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
240
291
        done
241
292
 
242
293
uninstall-pkgdataDATA:
243
294
        @$(NORMAL_UNINSTALL)
244
295
        @list='$(pkgdata_DATA)'; for p in $$list; do \
245
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
246
 
          echo " rm -f $(DESTDIR)$(pkgdatadir)/$$f"; \
247
 
          rm -f $(DESTDIR)$(pkgdatadir)/$$f; \
248
 
        done
249
 
 
250
 
# This directory's subdirectories are mostly independent; you can cd
251
 
# into them and run `make' without going through this Makefile.
252
 
# To change the values of `make' variables: instead of editing Makefiles,
253
 
# (1) if the variable is set in `config.status', edit `config.status'
254
 
#     (which will cause the Makefiles to be regenerated when you run `make');
255
 
# (2) otherwise, pass the desired values on the `make' command line.
256
 
$(RECURSIVE_TARGETS):
257
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
258
 
        dot_seen=no; \
259
 
        target=`echo $@ | sed s/-recursive//`; \
260
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
261
 
          echo "Making $$target in $$subdir"; \
262
 
          if test "$$subdir" = "."; then \
263
 
            dot_seen=yes; \
264
 
            local_target="$$target-am"; \
265
 
          else \
266
 
            local_target="$$target"; \
267
 
          fi; \
268
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
269
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
270
 
        done; \
271
 
        if test "$$dot_seen" = "no"; then \
272
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
273
 
        fi; test -z "$$fail"
274
 
 
275
 
mostlyclean-recursive clean-recursive distclean-recursive \
276
 
maintainer-clean-recursive:
277
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
278
 
        dot_seen=no; \
279
 
        case "$@" in \
280
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
281
 
          *) list='$(SUBDIRS)' ;; \
282
 
        esac; \
283
 
        rev=''; for subdir in $$list; do \
284
 
          if test "$$subdir" = "."; then :; else \
285
 
            rev="$$subdir $$rev"; \
286
 
          fi; \
287
 
        done; \
288
 
        rev="$$rev ."; \
289
 
        target=`echo $@ | sed s/-recursive//`; \
290
 
        for subdir in $$rev; do \
291
 
          echo "Making $$target in $$subdir"; \
292
 
          if test "$$subdir" = "."; then \
293
 
            local_target="$$target-am"; \
294
 
          else \
295
 
            local_target="$$target"; \
296
 
          fi; \
297
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
298
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
299
 
        done && test -z "$$fail"
300
 
tags-recursive:
301
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
302
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
303
 
        done
304
 
ctags-recursive:
305
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
306
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
307
 
        done
308
 
 
309
 
ETAGS = etags
310
 
ETAGSFLAGS =
311
 
 
312
 
CTAGS = ctags
313
 
CTAGSFLAGS =
314
 
 
 
296
          f=$(am__strip_dir) \
 
297
          echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
 
298
          rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
 
299
        done
315
300
tags: TAGS
316
 
 
317
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
318
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
319
 
        unique=`for i in $$list; do \
320
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
321
 
          done | \
322
 
          $(AWK) '    { files[$$0] = 1; } \
323
 
               END { for (i in files) print i; }'`; \
324
 
        mkid -fID $$unique
325
 
 
326
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
327
 
                $(TAGS_FILES) $(LISP)
328
 
        tags=; \
329
 
        here=`pwd`; \
330
 
        if (etags --etags-include --version) >/dev/null 2>&1; then \
331
 
          include_option=--etags-include; \
332
 
        else \
333
 
          include_option=--include; \
334
 
        fi; \
335
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
336
 
          if test "$$subdir" = .; then :; else \
337
 
            test -f $$subdir/TAGS && \
338
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
339
 
          fi; \
340
 
        done; \
341
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
342
 
        unique=`for i in $$list; do \
343
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
344
 
          done | \
345
 
          $(AWK) '    { files[$$0] = 1; } \
346
 
               END { for (i in files) print i; }'`; \
347
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
348
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
349
 
             $$tags $$unique
 
301
TAGS:
350
302
 
351
303
ctags: CTAGS
352
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
353
 
                $(TAGS_FILES) $(LISP)
354
 
        tags=; \
355
 
        here=`pwd`; \
356
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
357
 
        unique=`for i in $$list; do \
358
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
359
 
          done | \
360
 
          $(AWK) '    { files[$$0] = 1; } \
361
 
               END { for (i in files) print i; }'`; \
362
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
363
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
364
 
             $$tags $$unique
365
 
 
366
 
GTAGS:
367
 
        here=`$(am__cd) $(top_builddir) && pwd` \
368
 
          && cd $(top_srcdir) \
369
 
          && gtags -i $(GTAGS_ARGS) $$here
370
 
 
371
 
distclean-tags:
372
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
373
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
374
 
 
375
 
top_distdir = ..
376
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
304
CTAGS:
 
305
 
377
306
 
378
307
distdir: $(DISTFILES)
379
308
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
387
316
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
388
317
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
389
318
            dir="/$$dir"; \
390
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
319
            $(mkdir_p) "$(distdir)$$dir"; \
391
320
          else \
392
321
            dir=''; \
393
322
          fi; \
402
331
            || exit 1; \
403
332
          fi; \
404
333
        done
405
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
406
 
          if test "$$subdir" = .; then :; else \
407
 
            test -d $(distdir)/$$subdir \
408
 
            || mkdir $(distdir)/$$subdir \
409
 
            || exit 1; \
410
 
            (cd $$subdir && \
411
 
              $(MAKE) $(AM_MAKEFLAGS) \
412
 
                top_distdir="$(top_distdir)" \
413
 
                distdir=../$(distdir)/$$subdir \
414
 
                distdir) \
415
 
              || exit 1; \
416
 
          fi; \
417
 
        done
418
334
check-am: all-am
419
335
check: $(BUILT_SOURCES)
420
 
        $(MAKE) $(AM_MAKEFLAGS) check-recursive
421
 
all-am: Makefile $(DATA)
422
 
installdirs: installdirs-recursive
423
 
installdirs-am:
424
 
        $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
425
 
 
 
336
        $(MAKE) $(AM_MAKEFLAGS) check-am
 
337
all-am: Makefile $(DATA) all-local
 
338
installdirs:
 
339
        for dir in "$(DESTDIR)$(pkgdatadir)"; do \
 
340
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
341
        done
426
342
install: $(BUILT_SOURCES)
427
 
        $(MAKE) $(AM_MAKEFLAGS) install-recursive
428
 
install-exec: install-exec-recursive
429
 
install-data: install-data-recursive
430
 
uninstall: uninstall-recursive
 
343
        $(MAKE) $(AM_MAKEFLAGS) install-am
 
344
install-exec: install-exec-am
 
345
install-data: install-data-am
 
346
uninstall: uninstall-am
431
347
 
432
348
install-am: all-am
433
349
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
434
350
 
435
 
installcheck: installcheck-recursive
 
351
installcheck: installcheck-am
436
352
install-strip:
437
353
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
438
 
          INSTALL_STRIP_FLAG=-s \
 
354
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
439
355
          `test -z '$(STRIP)' || \
440
356
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
441
357
mostlyclean-generic:
442
358
 
443
359
clean-generic:
444
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
445
360
 
446
361
distclean-generic:
447
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
362
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
448
363
 
449
364
maintainer-clean-generic:
450
365
        @echo "This command is intended for maintainers to use"
451
366
        @echo "it deletes files that may require special tools to rebuild."
452
367
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
453
 
clean: clean-recursive
 
368
clean: clean-am
454
369
 
455
370
clean-am: clean-generic clean-libtool mostlyclean-am
456
371
 
457
 
distclean: distclean-recursive
458
 
 
459
 
distclean-am: clean-am distclean-generic distclean-libtool \
460
 
        distclean-tags
461
 
 
462
 
dvi: dvi-recursive
 
372
distclean: distclean-am
 
373
        -rm -f Makefile
 
374
distclean-am: clean-am distclean-generic distclean-libtool
 
375
 
 
376
dvi: dvi-am
463
377
 
464
378
dvi-am:
465
379
 
466
 
info: info-recursive
 
380
html: html-am
 
381
 
 
382
info: info-am
467
383
 
468
384
info-am:
469
385
 
470
 
install-data-am: install-pkgdataDATA
 
386
install-data-am: install-data-local install-pkgdataDATA
471
387
 
472
388
install-exec-am:
473
389
 
474
 
install-info: install-info-recursive
 
390
install-info: install-info-am
475
391
 
476
392
install-man:
477
393
 
478
394
installcheck-am:
479
395
 
480
 
maintainer-clean: maintainer-clean-recursive
481
 
 
482
 
maintainer-clean-am: distclean-am maintainer-clean-generic
483
 
 
484
 
mostlyclean: mostlyclean-recursive
 
396
maintainer-clean: maintainer-clean-am
 
397
        -rm -f Makefile
 
398
maintainer-clean-am: distclean-am maintainer-clean-generic \
 
399
        maintainer-clean-local
 
400
 
 
401
mostlyclean: mostlyclean-am
485
402
 
486
403
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
487
404
 
488
 
pdf: pdf-recursive
 
405
pdf: pdf-am
489
406
 
490
407
pdf-am:
491
408
 
492
 
ps: ps-recursive
 
409
ps: ps-am
493
410
 
494
411
ps-am:
495
412
 
496
 
uninstall-am: uninstall-info-am uninstall-pkgdataDATA
497
 
 
498
 
uninstall-info: uninstall-info-recursive
499
 
 
500
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
501
 
        clean-generic clean-libtool clean-recursive ctags \
502
 
        ctags-recursive distclean distclean-generic distclean-libtool \
503
 
        distclean-recursive distclean-tags distdir dvi dvi-am \
504
 
        dvi-recursive info info-am info-recursive install install-am \
505
 
        install-data install-data-am install-data-recursive \
506
 
        install-exec install-exec-am install-exec-recursive \
507
 
        install-info install-info-am install-info-recursive install-man \
508
 
        install-pkgdataDATA install-recursive install-strip \
509
 
        installcheck installcheck-am installdirs installdirs-am \
510
 
        installdirs-recursive maintainer-clean maintainer-clean-generic \
511
 
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
512
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am \
513
 
        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
514
 
        uninstall uninstall-am uninstall-info-am \
515
 
        uninstall-info-recursive uninstall-pkgdataDATA \
516
 
        uninstall-recursive
517
 
 
518
 
 
519
 
comedilib.pdf: $(srcdir)/comedilib.sgml $(SGML)
 
413
uninstall-am: uninstall-info-am uninstall-local uninstall-pkgdataDATA
 
414
 
 
415
.PHONY: all all-am all-local check check-am clean clean-generic \
 
416
        clean-libtool distclean distclean-generic distclean-libtool \
 
417
        distdir dvi dvi-am html html-am info info-am install \
 
418
        install-am install-data install-data-am install-data-local \
 
419
        install-exec install-exec-am install-info install-info-am \
 
420
        install-man install-pkgdataDATA install-strip installcheck \
 
421
        installcheck-am installdirs maintainer-clean \
 
422
        maintainer-clean-generic maintainer-clean-local mostlyclean \
 
423
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
424
        uninstall uninstall-am uninstall-info-am uninstall-local \
 
425
        uninstall-pkgdataDATA
 
426
 
 
427
 
 
428
all-local: $(all_html) $(all_man)
 
429
 
 
430
install-data-local: $(install_html) $(install_man)
 
431
 
 
432
uninstall-local: $(uninstall_html) $(uninstall_man)
 
433
 
 
434
#named this doc_html to avoid phony html target that is automatically generated
 
435
#(at least by automake1.8)
 
436
doc_html: $(SGML)
 
437
        { $(DOCBOOK2HTML) -o doc_html $(srcdir)/comedilib.sgml && touch doc_html; } || { $(RM) -r doc_html; exit 1; }
 
438
 
 
439
install_html:
 
440
        $(INSTALL) -d $(pkgdatadir)/html
 
441
        for each in $(srcdir)/doc_html/*.html $(srcdir)/*.gif ; do \
 
442
                $(INSTALL_DATA) $$each $(pkgdatadir)/html ; done
 
443
 
 
444
uninstall_html:
 
445
        for each in $(srcdir)/doc_html/*.html $(srcdir)/*.gif ; do \
 
446
                $(RM) $(pkgdatadir)/html/`basename $$each` ; done
 
447
 
 
448
man: $(SGML)
 
449
        { $(DOCBOOK2MAN) -o man $(srcdir)/comedilib.sgml && touch man; } || { $(RM) -r man; exit 1; }
 
450
 
 
451
install_man:
 
452
        $(INSTALL) -d $(mandir)/man3
 
453
        for each in $(srcdir)/man/*.3 ; do $(INSTALL_DATA) $$each $(mandir)/man3 ; done
 
454
 
 
455
uninstall_man:
 
456
        for each in $(srcdir)/man/*.3 ; do $(RM) $(mandir)/man3/`basename $$each` ; done
 
457
 
 
458
comedilib.pdf: $(SGML)
520
459
        $(DOCBOOK2PDF) $(srcdir)/comedilib.sgml
521
460
 
522
461
funcref.sgml: funcref mkref
523
 
        $(srcdir)/mkref funcref >funcref.sgml
 
462
        $(srcdir)/mkref $(srcdir)/funcref >$(srcdir)/funcref.sgml
524
463
 
525
464
drivers.sgml: drivers.txt mkdr
526
 
        $(srcdir)/mkdr drivers.txt >drivers.sgml
 
465
        $(srcdir)/mkdr $(srcdir)/drivers.txt >$(srcdir)/drivers.sgml
 
466
 
 
467
maintainer-clean-local:
 
468
        $(RM) -r doc_html man
 
469
        $(RM) comedilib.pdf
527
470
 
528
471
messages: .phony
529
472
        xgettext -k_ -k_s `find .. -name '*.c'`