~ubuntu-branches/ubuntu/lucid/orbit2/lucid

« back to all changes in this revision

Viewing changes to src/idl-compiler/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-04-08 12:27:40 UTC
  • mfrom: (1.2.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20100408122740-wf9bxam9p02g2fiq
Tags: 1:2.14.18-0.1
* Non-maintainer upload.
* New upstream bugfix release, one API addition:
  + debian/patches/700-autoreconf.patch:
    - Regenerated for the new version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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.
19
20
VPATH = @srcdir@
20
21
pkgdatadir = $(datadir)/@PACKAGE@
21
22
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)/config.h
47
49
CONFIG_CLEAN_FILES = ORBit-idl-2.0.pc
 
50
CONFIG_CLEAN_VPATH_FILES =
48
51
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)" \
49
52
        "$(DESTDIR)$(orbitidlincludedir)"
50
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
51
53
PROGRAMS = $(bin_PROGRAMS)
52
54
am_orbit_idl_2_OBJECTS = orbit-idl-main.$(OBJEXT) \
53
55
        orbit-idl-driver.$(OBJEXT) orbit-idl-backend.$(OBJEXT) \
63
65
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
64
66
depcomp = $(SHELL) $(top_srcdir)/depcomp
65
67
am__depfiles_maybe = depfiles
 
68
am__mv = mv -f
66
69
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
67
70
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
68
71
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
79
82
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
80
83
    *) f=$$p;; \
81
84
  esac;
82
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
83
 
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
 
85
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
86
am__install_max = 40
 
87
am__nobase_strip_setup = \
 
88
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
89
am__nobase_strip = \
 
90
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
91
am__nobase_list = $(am__nobase_strip_setup); \
 
92
  for p in $$list; do echo "$$p $$p"; done | \
 
93
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
94
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
95
    if (++n[$$2] == $(am__install_max)) \
 
96
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
97
    END { for (dir in files) print dir, files[dir] }'
 
98
am__base_list = \
 
99
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
100
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
84
101
DATA = $(pkgconfig_DATA)
85
 
orbitidlincludeHEADERS_INSTALL = $(INSTALL_HEADER)
86
102
HEADERS = $(orbitidlinclude_HEADERS)
87
103
ETAGS = etags
88
104
CTAGS = ctags
117
133
GLIB_REQUIRED = @GLIB_REQUIRED@
118
134
GREP = @GREP@
119
135
GTKDOC_CHECK = @GTKDOC_CHECK@
 
136
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
137
GTKDOC_REBASE = @GTKDOC_REBASE@
120
138
HTML_DIR = @HTML_DIR@
121
139
IDL_COMPILER = @IDL_COMPILER@
122
140
INSTALL = @INSTALL@
294
312
              exit 1;; \
295
313
          esac; \
296
314
        done; \
297
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/idl-compiler/Makefile'; \
298
 
        cd $(top_srcdir) && \
299
 
          $(AUTOMAKE) --gnu  src/idl-compiler/Makefile
 
315
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/idl-compiler/Makefile'; \
 
316
        $(am__cd) $(top_srcdir) && \
 
317
          $(AUTOMAKE) --gnu src/idl-compiler/Makefile
300
318
.PRECIOUS: Makefile
301
319
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
302
320
        @case '$?' in \
314
332
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
315
333
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
316
334
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
335
$(am__aclocal_m4_deps):
317
336
ORBit-idl-2.0.pc: $(top_builddir)/config.status $(srcdir)/ORBit-idl-2.0.pc.in
318
337
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
319
338
install-binPROGRAMS: $(bin_PROGRAMS)
320
339
        @$(NORMAL_INSTALL)
321
340
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
322
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
323
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
324
 
          if test -f $$p \
325
 
             || test -f $$p1 \
326
 
          ; then \
327
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
328
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
329
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
330
 
          else :; fi; \
331
 
        done
 
341
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
342
        for p in $$list; do echo "$$p $$p"; done | \
 
343
        sed 's/$(EXEEXT)$$//' | \
 
344
        while read p p1; do if test -f $$p || test -f $$p1; \
 
345
          then echo "$$p"; echo "$$p"; else :; fi; \
 
346
        done | \
 
347
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
348
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
349
        sed 'N;N;N;s,\n, ,g' | \
 
350
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
351
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
352
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
353
            else { print "f", $$3 "/" $$4, $$1; } } \
 
354
          END { for (d in files) print "f", d, files[d] }' | \
 
355
        while read type dir files; do \
 
356
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
357
            test -z "$$files" || { \
 
358
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
359
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
360
            } \
 
361
        ; done
332
362
 
333
363
uninstall-binPROGRAMS:
334
364
        @$(NORMAL_UNINSTALL)
335
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
336
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
337
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
338
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
339
 
        done
 
365
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
366
        files=`for p in $$list; do echo "$$p"; done | \
 
367
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
368
              -e 's/$$/$(EXEEXT)/' `; \
 
369
        test -n "$$list" || exit 0; \
 
370
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
371
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
340
372
 
341
373
clean-binPROGRAMS:
342
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
343
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
344
 
          echo " rm -f $$p $$f"; \
345
 
          rm -f $$p $$f ; \
346
 
        done
 
374
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
375
        echo " rm -f" $$list; \
 
376
        rm -f $$list || exit $$?; \
 
377
        test -n "$(EXEEXT)" || exit 0; \
 
378
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
379
        echo " rm -f" $$list; \
 
380
        rm -f $$list
347
381
orbit-idl-2$(EXEEXT): $(orbit_idl_2_OBJECTS) $(orbit_idl_2_DEPENDENCIES) 
348
382
        @rm -f orbit-idl-2$(EXEEXT)
349
383
        $(LINK) $(orbit_idl_2_OBJECTS) $(orbit_idl_2_LDADD) $(LIBS)
371
405
 
372
406
.c.o:
373
407
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
374
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
408
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
375
409
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
376
410
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
377
411
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
378
412
 
379
413
.c.obj:
380
414
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
381
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
415
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
382
416
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
383
417
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
384
418
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
385
419
 
386
420
.c.lo:
387
421
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
388
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
422
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
389
423
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
390
424
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
391
425
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
398
432
install-pkgconfigDATA: $(pkgconfig_DATA)
399
433
        @$(NORMAL_INSTALL)
400
434
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
401
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
435
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
436
        for p in $$list; do \
402
437
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
403
 
          f=$(am__strip_dir) \
404
 
          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
405
 
          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
438
          echo "$$d$$p"; \
 
439
        done | $(am__base_list) | \
 
440
        while read files; do \
 
441
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
 
442
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
406
443
        done
407
444
 
408
445
uninstall-pkgconfigDATA:
409
446
        @$(NORMAL_UNINSTALL)
410
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
411
 
          f=$(am__strip_dir) \
412
 
          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
413
 
          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
414
 
        done
 
447
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
448
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
449
        test -n "$$files" || exit 0; \
 
450
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
 
451
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
415
452
install-orbitidlincludeHEADERS: $(orbitidlinclude_HEADERS)
416
453
        @$(NORMAL_INSTALL)
417
454
        test -z "$(orbitidlincludedir)" || $(MKDIR_P) "$(DESTDIR)$(orbitidlincludedir)"
418
 
        @list='$(orbitidlinclude_HEADERS)'; for p in $$list; do \
 
455
        @list='$(orbitidlinclude_HEADERS)'; test -n "$(orbitidlincludedir)" || list=; \
 
456
        for p in $$list; do \
419
457
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
420
 
          f=$(am__strip_dir) \
421
 
          echo " $(orbitidlincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(orbitidlincludedir)/$$f'"; \
422
 
          $(orbitidlincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(orbitidlincludedir)/$$f"; \
 
458
          echo "$$d$$p"; \
 
459
        done | $(am__base_list) | \
 
460
        while read files; do \
 
461
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(orbitidlincludedir)'"; \
 
462
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(orbitidlincludedir)" || exit $$?; \
423
463
        done
424
464
 
425
465
uninstall-orbitidlincludeHEADERS:
426
466
        @$(NORMAL_UNINSTALL)
427
 
        @list='$(orbitidlinclude_HEADERS)'; for p in $$list; do \
428
 
          f=$(am__strip_dir) \
429
 
          echo " rm -f '$(DESTDIR)$(orbitidlincludedir)/$$f'"; \
430
 
          rm -f "$(DESTDIR)$(orbitidlincludedir)/$$f"; \
431
 
        done
 
467
        @list='$(orbitidlinclude_HEADERS)'; test -n "$(orbitidlincludedir)" || list=; \
 
468
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
469
        test -n "$$files" || exit 0; \
 
470
        echo " ( cd '$(DESTDIR)$(orbitidlincludedir)' && rm -f" $$files ")"; \
 
471
        cd "$(DESTDIR)$(orbitidlincludedir)" && rm -f $$files
432
472
 
433
473
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
434
474
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
442
482
 
443
483
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
444
484
                $(TAGS_FILES) $(LISP)
445
 
        tags=; \
 
485
        set x; \
446
486
        here=`pwd`; \
447
487
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
448
488
        unique=`for i in $$list; do \
450
490
          done | \
451
491
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
452
492
              END { if (nonempty) { for (i in files) print i; }; }'`; \
453
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
493
        shift; \
 
494
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
454
495
          test -n "$$unique" || unique=$$empty_fix; \
455
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
456
 
            $$tags $$unique; \
 
496
          if test $$# -gt 0; then \
 
497
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
498
              "$$@" $$unique; \
 
499
          else \
 
500
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
501
              $$unique; \
 
502
          fi; \
457
503
        fi
458
504
ctags: CTAGS
459
505
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
460
506
                $(TAGS_FILES) $(LISP)
461
 
        tags=; \
462
507
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
463
508
        unique=`for i in $$list; do \
464
509
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
465
510
          done | \
466
511
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
467
512
              END { if (nonempty) { for (i in files) print i; }; }'`; \
468
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
513
        test -z "$(CTAGS_ARGS)$$unique" \
469
514
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
470
 
             $$tags $$unique
 
515
             $$unique
471
516
 
472
517
GTAGS:
473
518
        here=`$(am__cd) $(top_builddir) && pwd` \
474
 
          && cd $(top_srcdir) \
475
 
          && gtags -i $(GTAGS_ARGS) $$here
 
519
          && $(am__cd) $(top_srcdir) \
 
520
          && gtags -i $(GTAGS_ARGS) "$$here"
476
521
 
477
522
distclean-tags:
478
523
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
493
538
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
494
539
          if test -d $$d/$$file; then \
495
540
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
541
            if test -d "$(distdir)/$$file"; then \
 
542
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
543
            fi; \
496
544
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
497
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
545
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
546
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
498
547
            fi; \
499
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
548
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
500
549
          else \
501
 
            test -f $(distdir)/$$file \
502
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
550
            test -f "$(distdir)/$$file" \
 
551
            || cp -p $$d/$$file "$(distdir)/$$file" \
503
552
            || exit 1; \
504
553
          fi; \
505
554
        done
530
579
 
531
580
distclean-generic:
532
581
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
582
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
533
583
 
534
584
maintainer-clean-generic:
535
585
        @echo "This command is intended for maintainers to use"
550
600
 
551
601
html: html-am
552
602
 
 
603
html-am:
 
604
 
553
605
info: info-am
554
606
 
555
607
info-am:
558
610
 
559
611
install-dvi: install-dvi-am
560
612
 
 
613
install-dvi-am:
 
614
 
561
615
install-exec-am: install-binPROGRAMS
562
616
 
563
617
install-html: install-html-am
564
618
 
 
619
install-html-am:
 
620
 
565
621
install-info: install-info-am
566
622
 
 
623
install-info-am:
 
624
 
567
625
install-man:
568
626
 
569
627
install-pdf: install-pdf-am
570
628
 
 
629
install-pdf-am:
 
630
 
571
631
install-ps: install-ps-am
572
632
 
 
633
install-ps-am:
 
634
 
573
635
installcheck-am:
574
636
 
575
637
maintainer-clean: maintainer-clean-am
610
672
        tags uninstall uninstall-am uninstall-binPROGRAMS \
611
673
        uninstall-orbitidlincludeHEADERS uninstall-pkgconfigDATA
612
674
 
 
675
 
613
676
# Tell versions [3.59,3.63) of GNU make to not export all variables.
614
677
# Otherwise a system limit (for SysV at least) may be exceeded.
615
678
.NOEXPORT: