~ubuntu-branches/ubuntu/precise/flightgear/precise

« back to all changes in this revision

Viewing changes to src/FDM/JSBSim/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ove Kaaven
  • Date: 2011-01-30 15:46:35 UTC
  • mfrom: (3.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110130154635-rlynmg9n5hzxq5xe
Tags: 2.0.0-3
* Recommend fgfs-aircraft-base and fgfs-models-base.
  Closes. #610276.
* Added note about scenery SharedModels.tgz to README.Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 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, 2006, 2007, 2008  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.
17
18
 
18
19
VPATH = @srcdir@
19
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
20
22
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
25
install_sh_DATA = $(install_sh) -c -m 644
24
26
install_sh_PROGRAM = $(install_sh) -c
45
47
mkinstalldirs = $(install_sh) -d
46
48
CONFIG_HEADER = $(top_builddir)/src/Include/config.h
47
49
CONFIG_CLEAN_FILES =
 
50
CONFIG_CLEAN_VPATH_FILES =
48
51
LIBRARIES = $(noinst_LIBRARIES)
49
52
libJSBSim_a_AR = $(AR) $(ARFLAGS)
50
53
libJSBSim_a_LIBADD =
54
57
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/Include
55
58
depcomp = $(SHELL) $(top_srcdir)/depcomp
56
59
am__depfiles_maybe = depfiles
 
60
am__mv = mv -f
57
61
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
58
62
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
59
63
CXXLD = $(CXX)
71
75
HEADERS = $(noinst_HEADERS)
72
76
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
73
77
  distclean-recursive maintainer-clean-recursive
 
78
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
79
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
80
        distdir
74
81
ETAGS = etags
75
82
CTAGS = ctags
76
83
DIST_SUBDIRS = $(SUBDIRS)
77
84
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
85
am__relativize = \
 
86
  dir0=`pwd`; \
 
87
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
88
  sed_rest='s,^[^/]*/*,,'; \
 
89
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
90
  sed_butlast='s,/*[^/]*$$,,'; \
 
91
  while test -n "$$dir1"; do \
 
92
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
93
    if test "$$first" != "."; then \
 
94
      if test "$$first" = ".."; then \
 
95
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
96
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
97
      else \
 
98
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
99
        if test "$$first2" = "$$first"; then \
 
100
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
101
        else \
 
102
          dir2="../$$dir2"; \
 
103
        fi; \
 
104
        dir0="$$dir0"/"$$first"; \
 
105
      fi; \
 
106
    fi; \
 
107
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
108
  done; \
 
109
  reldir="$$dir2"
78
110
ACLOCAL = @ACLOCAL@
79
111
AMTAR = @AMTAR@
80
112
AR = @AR@
116
148
MAKEINFO = @MAKEINFO@
117
149
MKDIR_P = @MKDIR_P@
118
150
OBJEXT = @OBJEXT@
 
151
OSG_LIBS = @OSG_LIBS@
119
152
PACKAGE = @PACKAGE@
120
153
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
121
154
PACKAGE_NAME = @PACKAGE_NAME@
123
156
PACKAGE_TARNAME = @PACKAGE_TARNAME@
124
157
PACKAGE_VERSION = @PACKAGE_VERSION@
125
158
PATH_SEPARATOR = @PATH_SEPARATOR@
 
159
PKG_CONFIG = @PKG_CONFIG@
126
160
RANLIB = @RANLIB@
127
161
SET_MAKE = @SET_MAKE@
128
162
SHELL = @SHELL@
156
190
datarootdir = @datarootdir@
157
191
docdir = @docdir@
158
192
dvidir = @dvidir@
 
193
eventinput_EXTRA_OBJS = @eventinput_EXTRA_OBJS@
 
194
eventinput_INCLUDES = @eventinput_INCLUDES@
 
195
eventinput_LIBS = @eventinput_LIBS@
159
196
exec_prefix = @exec_prefix@
160
197
host = @host@
161
198
host_alias = @host_alias@
177
214
oldincludedir = @oldincludedir@
178
215
openal_LIBS = @openal_LIBS@
179
216
opengl_LIBS = @opengl_LIBS@
 
217
openthreads_FRAMEWORK = @openthreads_FRAMEWORK@
 
218
openthreads_LIBS = @openthreads_LIBS@
 
219
osg_FRAMEWORKS = @osg_FRAMEWORKS@
180
220
pdfdir = @pdfdir@
 
221
plib_FRAMEWORK = @plib_FRAMEWORK@
181
222
prefix = @prefix@
182
223
program_transform_name = @program_transform_name@
183
224
psdir = @psdir@
193
234
target_os = @target_os@
194
235
target_vendor = @target_vendor@
195
236
thread_LIBS = @thread_LIBS@
 
237
top_build_prefix = @top_build_prefix@
196
238
top_builddir = @top_builddir@
197
239
top_srcdir = @top_srcdir@
198
240
SUBDIRS = initialization models input_output math
208
250
        @for dep in $?; do \
209
251
          case '$(am__configure_deps)' in \
210
252
            *$$dep*) \
211
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
212
 
                && exit 0; \
 
253
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
254
                && { if test -f $@; then exit 0; else break; fi; }; \
213
255
              exit 1;; \
214
256
          esac; \
215
257
        done; \
216
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/FDM/JSBSim/Makefile'; \
217
 
        cd $(top_srcdir) && \
218
 
          $(AUTOMAKE) --gnu  src/FDM/JSBSim/Makefile
 
258
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/FDM/JSBSim/Makefile'; \
 
259
        $(am__cd) $(top_srcdir) && \
 
260
          $(AUTOMAKE) --gnu src/FDM/JSBSim/Makefile
219
261
.PRECIOUS: Makefile
220
262
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
221
263
        @case '$?' in \
233
275
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
234
276
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
235
277
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
278
$(am__aclocal_m4_deps):
236
279
 
237
280
clean-noinstLIBRARIES:
238
281
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
254
297
 
255
298
.cpp.o:
256
299
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
257
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
300
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
258
301
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
259
302
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
260
303
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
261
304
 
262
305
.cpp.obj:
263
306
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
264
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
307
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
265
308
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
266
309
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
267
310
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
268
311
 
269
312
.cxx.o:
270
313
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
271
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
314
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
272
315
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
273
316
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
274
317
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
275
318
 
276
319
.cxx.obj:
277
320
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
278
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
321
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
279
322
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
280
323
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
281
324
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
287
330
#     (which will cause the Makefiles to be regenerated when you run `make');
288
331
# (2) otherwise, pass the desired values on the `make' command line.
289
332
$(RECURSIVE_TARGETS):
290
 
        @failcom='exit 1'; \
 
333
        @fail= failcom='exit 1'; \
291
334
        for f in x $$MAKEFLAGS; do \
292
335
          case $$f in \
293
336
            *=* | --[!k]*);; \
304
347
          else \
305
348
            local_target="$$target"; \
306
349
          fi; \
307
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
350
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
308
351
          || eval $$failcom; \
309
352
        done; \
310
353
        if test "$$dot_seen" = "no"; then \
312
355
        fi; test -z "$$fail"
313
356
 
314
357
$(RECURSIVE_CLEAN_TARGETS):
315
 
        @failcom='exit 1'; \
 
358
        @fail= failcom='exit 1'; \
316
359
        for f in x $$MAKEFLAGS; do \
317
360
          case $$f in \
318
361
            *=* | --[!k]*);; \
338
381
          else \
339
382
            local_target="$$target"; \
340
383
          fi; \
341
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
384
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
342
385
          || eval $$failcom; \
343
386
        done && test -z "$$fail"
344
387
tags-recursive:
345
388
        list='$(SUBDIRS)'; for subdir in $$list; do \
346
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
389
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
347
390
        done
348
391
ctags-recursive:
349
392
        list='$(SUBDIRS)'; for subdir in $$list; do \
350
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
393
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
351
394
        done
352
395
 
353
396
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
355
398
        unique=`for i in $$list; do \
356
399
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
357
400
          done | \
358
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
401
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
359
402
              END { if (nonempty) { for (i in files) print i; }; }'`; \
360
403
        mkid -fID $$unique
361
404
tags: TAGS
362
405
 
363
406
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
364
407
                $(TAGS_FILES) $(LISP)
365
 
        tags=; \
 
408
        set x; \
366
409
        here=`pwd`; \
367
410
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
368
411
          include_option=--etags-include; \
374
417
        list='$(SUBDIRS)'; for subdir in $$list; do \
375
418
          if test "$$subdir" = .; then :; else \
376
419
            test ! -f $$subdir/TAGS || \
377
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
420
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
378
421
          fi; \
379
422
        done; \
380
423
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
383
426
          done | \
384
427
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
385
428
              END { if (nonempty) { for (i in files) print i; }; }'`; \
386
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
429
        shift; \
 
430
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
387
431
          test -n "$$unique" || unique=$$empty_fix; \
388
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
389
 
            $$tags $$unique; \
 
432
          if test $$# -gt 0; then \
 
433
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
434
              "$$@" $$unique; \
 
435
          else \
 
436
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
437
              $$unique; \
 
438
          fi; \
390
439
        fi
391
440
ctags: CTAGS
392
441
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
393
442
                $(TAGS_FILES) $(LISP)
394
 
        tags=; \
395
443
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
396
444
        unique=`for i in $$list; do \
397
445
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
398
446
          done | \
399
447
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
400
448
              END { if (nonempty) { for (i in files) print i; }; }'`; \
401
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
449
        test -z "$(CTAGS_ARGS)$$unique" \
402
450
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
403
 
             $$tags $$unique
 
451
             $$unique
404
452
 
405
453
GTAGS:
406
454
        here=`$(am__cd) $(top_builddir) && pwd` \
407
 
          && cd $(top_srcdir) \
408
 
          && gtags -i $(GTAGS_ARGS) $$here
 
455
          && $(am__cd) $(top_srcdir) \
 
456
          && gtags -i $(GTAGS_ARGS) "$$here"
409
457
 
410
458
distclean-tags:
411
459
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
426
474
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
427
475
          if test -d $$d/$$file; then \
428
476
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
477
            if test -d "$(distdir)/$$file"; then \
 
478
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
479
            fi; \
429
480
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
430
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
481
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
482
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
431
483
            fi; \
432
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
484
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
433
485
          else \
434
 
            test -f $(distdir)/$$file \
435
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
486
            test -f "$(distdir)/$$file" \
 
487
            || cp -p $$d/$$file "$(distdir)/$$file" \
436
488
            || exit 1; \
437
489
          fi; \
438
490
        done
439
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
491
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
440
492
          if test "$$subdir" = .; then :; else \
441
493
            test -d "$(distdir)/$$subdir" \
442
494
            || $(MKDIR_P) "$(distdir)/$$subdir" \
443
495
            || exit 1; \
444
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
445
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
446
 
            (cd $$subdir && \
 
496
          fi; \
 
497
        done
 
498
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
499
          if test "$$subdir" = .; then :; else \
 
500
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
501
            $(am__relativize); \
 
502
            new_distdir=$$reldir; \
 
503
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
504
            $(am__relativize); \
 
505
            new_top_distdir=$$reldir; \
 
506
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
507
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
508
            ($(am__cd) $$subdir && \
447
509
              $(MAKE) $(AM_MAKEFLAGS) \
448
 
                top_distdir="$$top_distdir" \
449
 
                distdir="$$distdir/$$subdir" \
 
510
                top_distdir="$$new_top_distdir" \
 
511
                distdir="$$new_distdir" \
450
512
                am__remove_distdir=: \
451
513
                am__skip_length_check=: \
 
514
                am__skip_mode_fix=: \
452
515
                distdir) \
453
516
              || exit 1; \
454
517
          fi; \
478
541
 
479
542
distclean-generic:
480
543
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
544
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
481
545
 
482
546
maintainer-clean-generic:
483
547
        @echo "This command is intended for maintainers to use"
498
562
 
499
563
html: html-recursive
500
564
 
 
565
html-am:
 
566
 
501
567
info: info-recursive
502
568
 
503
569
info-am:
506
572
 
507
573
install-dvi: install-dvi-recursive
508
574
 
 
575
install-dvi-am:
 
576
 
509
577
install-exec-am:
510
578
 
511
579
install-html: install-html-recursive
512
580
 
 
581
install-html-am:
 
582
 
513
583
install-info: install-info-recursive
514
584
 
 
585
install-info-am:
 
586
 
515
587
install-man:
516
588
 
517
589
install-pdf: install-pdf-recursive
518
590
 
 
591
install-pdf-am:
 
592
 
519
593
install-ps: install-ps-recursive
520
594
 
 
595
install-ps-am:
 
596
 
521
597
installcheck-am:
522
598
 
523
599
maintainer-clean: maintainer-clean-recursive
539
615
 
540
616
uninstall-am:
541
617
 
542
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
543
 
        install-strip
 
618
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
619
        install-am install-strip tags-recursive
544
620
 
545
621
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
546
622
        all all-am check check-am clean clean-generic \
556
632
        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
557
633
        tags tags-recursive uninstall uninstall-am
558
634
 
 
635
 
559
636
# Tell versions [3.59,3.63) of GNU make to not export all variables.
560
637
# Otherwise a system limit (for SysV at least) may be exceeded.
561
638
.NOEXPORT: