~ubuntu-branches/ubuntu/trusty/alliance/trusty

« back to all changes in this revision

Viewing changes to mocha/src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Roland Stigge
  • Date: 2012-05-16 22:10:18 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120516221018-n800ake8yf5g0an1
Tags: 5.0-20120515-1
* New upstream release
* Added 08-fix-libdir.patch - bad usage of configure's --libdir value,
  was FTBFS if other (binary) version of alliance was installed
* Adjusted 05-as-needed.patch - upstream changes

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
46
44
        $(ACLOCAL_M4)
47
45
mkinstalldirs = $(install_sh) -d
48
46
CONFIG_CLEAN_FILES =
 
47
CONFIG_CLEAN_VPATH_FILES =
49
48
am__installdirs = "$(DESTDIR)$(bindir)"
50
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
51
49
PROGRAMS = $(bin_PROGRAMS)
52
50
am_moka_OBJECTS = mocha_beh.$(OBJEXT) mocha_ctl.$(OBJEXT) \
53
51
        mocha_fsm.$(OBJEXT) mocha_shared.$(OBJEXT) \
55
53
        mocha_main.$(OBJEXT) mocha_syf.$(OBJEXT) mocha_bdd.$(OBJEXT)
56
54
moka_OBJECTS = $(am_moka_OBJECTS)
57
55
moka_DEPENDENCIES =
58
 
DEFAULT_INCLUDES = -I. -I$(srcdir)
 
56
DEFAULT_INCLUDES = -I.@am__isrc@
59
57
depcomp = $(SHELL) $(top_srcdir)/depcomp
60
58
am__depfiles_maybe = depfiles
 
59
am__mv = mv -f
61
60
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
62
61
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
63
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
64
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
65
 
        $(AM_CFLAGS) $(CFLAGS)
 
62
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
63
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
64
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66
65
CCLD = $(CC)
67
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
68
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
66
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
67
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
68
        $(LDFLAGS) -o $@
69
69
SOURCES = $(moka_SOURCES)
70
70
DIST_SOURCES = $(moka_SOURCES)
71
71
ETAGS = etags
79
79
ALCBANNER_MAJOR_VERSION = @ALCBANNER_MAJOR_VERSION@
80
80
ALCBANNER_MINOR_VERSION = @ALCBANNER_MINOR_VERSION@
81
81
ALCBANNER_VERSION = @ALCBANNER_VERSION@
82
 
ALLIANCE_BUILD_FALSE = @ALLIANCE_BUILD_FALSE@
83
 
ALLIANCE_BUILD_TRUE = @ALLIANCE_BUILD_TRUE@
84
82
ALLIANCE_CFLAGS = @ALLIANCE_CFLAGS@
85
83
ALLIANCE_LIBS = @ALLIANCE_LIBS@
86
84
ALLIANCE_TOP = @ALLIANCE_TOP@
87
 
AMDEP_FALSE = @AMDEP_FALSE@
88
 
AMDEP_TRUE = @AMDEP_TRUE@
89
85
AMTAR = @AMTAR@
90
86
AR = @AR@
91
87
ATTILA_MAJOR_VERSION = @ATTILA_MAJOR_VERSION@
131
127
DREAL_MAJOR_VERSION = @DREAL_MAJOR_VERSION@
132
128
DREAL_MINOR_VERSION = @DREAL_MINOR_VERSION@
133
129
DREAL_VERSION = @DREAL_VERSION@
134
 
ECHO = @ECHO@
 
130
DSYMUTIL = @DSYMUTIL@
 
131
DUMPBIN = @DUMPBIN@
135
132
ECHO_C = @ECHO_C@
136
133
ECHO_N = @ECHO_N@
137
134
ECHO_T = @ECHO_T@
141
138
EXP_MAJOR_VERSION = @EXP_MAJOR_VERSION@
142
139
EXP_MINOR_VERSION = @EXP_MINOR_VERSION@
143
140
EXP_VERSION = @EXP_VERSION@
144
 
F77 = @F77@
145
 
FFLAGS = @FFLAGS@
 
141
FGREP = @FGREP@
146
142
FKS_DLL_VERSION = @FKS_DLL_VERSION@
147
143
FLATBEH_MAJOR_VERSION = @FLATBEH_MAJOR_VERSION@
148
144
FLATBEH_MINOR_VERSION = @FLATBEH_MINOR_VERSION@
159
155
GRAAL_MAJOR_VERSION = @GRAAL_MAJOR_VERSION@
160
156
GRAAL_MINOR_VERSION = @GRAAL_MINOR_VERSION@
161
157
GRAAL_VERSION = @GRAAL_VERSION@
 
158
GREP = @GREP@
162
159
INCLUDE_MOTIF = @INCLUDE_MOTIF@
 
160
INSTALL = @INSTALL@
163
161
INSTALL_DATA = @INSTALL_DATA@
164
162
INSTALL_PROGRAM = @INSTALL_PROGRAM@
165
163
INSTALL_SCRIPT = @INSTALL_SCRIPT@
170
168
L2P_MAJOR_VERSION = @L2P_MAJOR_VERSION@
171
169
L2P_MINOR_VERSION = @L2P_MINOR_VERSION@
172
170
L2P_VERSION = @L2P_VERSION@
 
171
LD = @LD@
173
172
LDFLAGS = @LDFLAGS@
174
173
LEX = @LEX@
175
174
LEXLIB = @LEXLIB@
179
178
LIBTOOL = @LIBTOOL@
180
179
LINK_MOTIF = @LINK_MOTIF@
181
180
LINK_XPM = @LINK_XPM@
 
181
LIPO = @LIPO@
182
182
LN_S = @LN_S@
183
183
LOG_DLL_VERSION = @LOG_DLL_VERSION@
184
184
LOON_MAJOR_VERSION = @LOON_MAJOR_VERSION@
211
211
MIPS_ASM_MAJOR_VERSION = @MIPS_ASM_MAJOR_VERSION@
212
212
MIPS_ASM_MINOR_VERSION = @MIPS_ASM_MINOR_VERSION@
213
213
MIPS_ASM_VERSION = @MIPS_ASM_VERSION@
 
214
MKDIR_P = @MKDIR_P@
214
215
MMG_DLL_VERSION = @MMG_DLL_VERSION@
215
216
MOCHA_MAJOR_VERSION = @MOCHA_MAJOR_VERSION@
216
217
MOCHA_MINOR_VERSION = @MOCHA_MINOR_VERSION@
221
222
NERO_MAJOR_VERSION = @NERO_MAJOR_VERSION@
222
223
NERO_MINOR_VERSION = @NERO_MINOR_VERSION@
223
224
NERO_VERSION = @NERO_VERSION@
 
225
NM = @NM@
 
226
NMEDIT = @NMEDIT@
 
227
OBJDUMP = @OBJDUMP@
224
228
OBJEXT = @OBJEXT@
225
229
OCP_MAJOR_VERSION = @OCP_MAJOR_VERSION@
226
230
OCP_MINOR_VERSION = @OCP_MINOR_VERSION@
227
231
OCP_VERSION = @OCP_VERSION@
 
232
OTOOL = @OTOOL@
 
233
OTOOL64 = @OTOOL64@
228
234
PACKAGE = @PACKAGE@
229
235
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
230
236
PACKAGE_NAME = @PACKAGE_NAME@
295
301
XGRA_MAJOR_VERSION = @XGRA_MAJOR_VERSION@
296
302
XGRA_MINOR_VERSION = @XGRA_MINOR_VERSION@
297
303
XGRA_VERSION = @XGRA_VERSION@
 
304
XMKMF = @XMKMF@
298
305
XM_LIBS = @XM_LIBS@
299
306
XPAT_MAJOR_VERSION = @XPAT_MAJOR_VERSION@
300
307
XPAT_MINOR_VERSION = @XPAT_MINOR_VERSION@
313
320
X_LIBS = @X_LIBS@
314
321
X_PRE_LIBS = @X_PRE_LIBS@
315
322
YACC = @YACC@
316
 
ac_ct_AR = @ac_ct_AR@
 
323
YFLAGS = @YFLAGS@
 
324
abs_builddir = @abs_builddir@
 
325
abs_srcdir = @abs_srcdir@
 
326
abs_top_builddir = @abs_top_builddir@
 
327
abs_top_srcdir = @abs_top_srcdir@
317
328
ac_ct_CC = @ac_ct_CC@
318
329
ac_ct_CXX = @ac_ct_CXX@
319
 
ac_ct_F77 = @ac_ct_F77@
320
 
ac_ct_RANLIB = @ac_ct_RANLIB@
321
 
ac_ct_STRIP = @ac_ct_STRIP@
322
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
323
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
324
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
325
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
330
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
326
331
am__include = @am__include@
327
332
am__leading_dot = @am__leading_dot@
328
333
am__quote = @am__quote@
334
339
build_cpu = @build_cpu@
335
340
build_os = @build_os@
336
341
build_vendor = @build_vendor@
 
342
builddir = @builddir@
337
343
datadir = @datadir@
 
344
datarootdir = @datarootdir@
 
345
docdir = @docdir@
 
346
dvidir = @dvidir@
338
347
exec_prefix = @exec_prefix@
339
348
host = @host@
340
349
host_alias = @host_alias@
341
350
host_cpu = @host_cpu@
342
351
host_os = @host_os@
343
352
host_vendor = @host_vendor@
 
353
htmldir = @htmldir@
344
354
includedir = @includedir@
345
355
infodir = @infodir@
346
356
install_sh = @install_sh@
347
357
libdir = @libdir@
348
358
libexecdir = @libexecdir@
 
359
localedir = @localedir@
349
360
localstatedir = @localstatedir@
 
361
lt_ECHO = @lt_ECHO@
350
362
mandir = @mandir@
351
363
mkdir_p = @mkdir_p@
352
364
oldincludedir = @oldincludedir@
 
365
pdfdir = @pdfdir@
353
366
prefix = @prefix@
354
367
program_transform_name = @program_transform_name@
 
368
psdir = @psdir@
355
369
sbindir = @sbindir@
356
370
sharedstatedir = @sharedstatedir@
 
371
srcdir = @srcdir@
357
372
sysconfdir = @sysconfdir@
358
373
target_alias = @target_alias@
 
374
top_build_prefix = @top_build_prefix@
 
375
top_builddir = @top_builddir@
 
376
top_srcdir = @top_srcdir@
359
377
AM_CFLAGS = -Wall \
360
378
-I$(top_srcdir)/abe/src \
361
379
-I$(top_srcdir)/abl/src \
406
424
        @for dep in $?; do \
407
425
          case '$(am__configure_deps)' in \
408
426
            *$$dep*) \
409
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
410
 
                && exit 0; \
 
427
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
428
                && { if test -f $@; then exit 0; else break; fi; }; \
411
429
              exit 1;; \
412
430
          esac; \
413
431
        done; \
414
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  mocha/src/Makefile'; \
415
 
        cd $(top_srcdir) && \
416
 
          $(AUTOMAKE) --foreign  mocha/src/Makefile
 
432
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign mocha/src/Makefile'; \
 
433
        $(am__cd) $(top_srcdir) && \
 
434
          $(AUTOMAKE) --foreign mocha/src/Makefile
417
435
.PRECIOUS: Makefile
418
436
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
419
437
        @case '$?' in \
431
449
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
432
450
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
433
451
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
452
$(am__aclocal_m4_deps):
434
453
install-binPROGRAMS: $(bin_PROGRAMS)
435
454
        @$(NORMAL_INSTALL)
436
 
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
437
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
438
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
439
 
          if test -f $$p \
440
 
             || test -f $$p1 \
441
 
          ; then \
442
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
443
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
444
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
445
 
          else :; fi; \
446
 
        done
 
455
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
 
456
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
457
        for p in $$list; do echo "$$p $$p"; done | \
 
458
        sed 's/$(EXEEXT)$$//' | \
 
459
        while read p p1; do if test -f $$p || test -f $$p1; \
 
460
          then echo "$$p"; echo "$$p"; else :; fi; \
 
461
        done | \
 
462
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
463
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
464
        sed 'N;N;N;s,\n, ,g' | \
 
465
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
466
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
467
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
468
            else { print "f", $$3 "/" $$4, $$1; } } \
 
469
          END { for (d in files) print "f", d, files[d] }' | \
 
470
        while read type dir files; do \
 
471
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
472
            test -z "$$files" || { \
 
473
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
474
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
475
            } \
 
476
        ; done
447
477
 
448
478
uninstall-binPROGRAMS:
449
479
        @$(NORMAL_UNINSTALL)
450
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
451
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
452
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
453
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
454
 
        done
 
480
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
481
        files=`for p in $$list; do echo "$$p"; done | \
 
482
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
483
              -e 's/$$/$(EXEEXT)/' `; \
 
484
        test -n "$$list" || exit 0; \
 
485
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
486
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
455
487
 
456
488
clean-binPROGRAMS:
457
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
458
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
459
 
          echo " rm -f $$p $$f"; \
460
 
          rm -f $$p $$f ; \
461
 
        done
 
489
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
490
        echo " rm -f" $$list; \
 
491
        rm -f $$list || exit $$?; \
 
492
        test -n "$(EXEEXT)" || exit 0; \
 
493
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
494
        echo " rm -f" $$list; \
 
495
        rm -f $$list
462
496
moka$(EXEEXT): $(moka_OBJECTS) $(moka_DEPENDENCIES) 
463
497
        @rm -f moka$(EXEEXT)
464
 
        $(LINK) $(moka_LDFLAGS) $(moka_OBJECTS) $(moka_LDADD) $(LIBS)
 
498
        $(LINK) $(moka_OBJECTS) $(moka_LDADD) $(LIBS)
465
499
 
466
500
mostlyclean-compile:
467
501
        -rm -f *.$(OBJEXT)
480
514
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mocha_syf.Po@am__quote@
481
515
 
482
516
.c.o:
483
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
484
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
517
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
518
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
485
519
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
486
520
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
487
521
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
488
522
 
489
523
.c.obj:
490
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
491
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
524
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
525
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
492
526
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
493
527
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
494
528
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
495
529
 
496
530
.c.lo:
497
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
498
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
531
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
532
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
499
533
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
500
534
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
501
535
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
506
540
clean-libtool:
507
541
        -rm -rf .libs _libs
508
542
 
509
 
distclean-libtool:
510
 
        -rm -f libtool
511
 
uninstall-info-am:
512
 
 
513
543
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
514
544
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
515
545
        unique=`for i in $$list; do \
516
546
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
517
547
          done | \
518
 
          $(AWK) '    { files[$$0] = 1; } \
519
 
               END { for (i in files) print i; }'`; \
 
548
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
549
              END { if (nonempty) { for (i in files) print i; }; }'`; \
520
550
        mkid -fID $$unique
521
551
tags: TAGS
522
552
 
523
553
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
524
554
                $(TAGS_FILES) $(LISP)
525
 
        tags=; \
 
555
        set x; \
526
556
        here=`pwd`; \
527
557
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
528
558
        unique=`for i in $$list; do \
529
559
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
530
560
          done | \
531
 
          $(AWK) '    { files[$$0] = 1; } \
532
 
               END { for (i in files) print i; }'`; \
533
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
561
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
562
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
563
        shift; \
 
564
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
534
565
          test -n "$$unique" || unique=$$empty_fix; \
535
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
536
 
            $$tags $$unique; \
 
566
          if test $$# -gt 0; then \
 
567
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
568
              "$$@" $$unique; \
 
569
          else \
 
570
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
571
              $$unique; \
 
572
          fi; \
537
573
        fi
538
574
ctags: CTAGS
539
575
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
540
576
                $(TAGS_FILES) $(LISP)
541
 
        tags=; \
542
 
        here=`pwd`; \
543
577
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
544
578
        unique=`for i in $$list; do \
545
579
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
546
580
          done | \
547
 
          $(AWK) '    { files[$$0] = 1; } \
548
 
               END { for (i in files) print i; }'`; \
549
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
581
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
582
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
583
        test -z "$(CTAGS_ARGS)$$unique" \
550
584
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
551
 
             $$tags $$unique
 
585
             $$unique
552
586
 
553
587
GTAGS:
554
588
        here=`$(am__cd) $(top_builddir) && pwd` \
555
 
          && cd $(top_srcdir) \
556
 
          && gtags -i $(GTAGS_ARGS) $$here
 
589
          && $(am__cd) $(top_srcdir) \
 
590
          && gtags -i $(GTAGS_ARGS) "$$here"
557
591
 
558
592
distclean-tags:
559
593
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
560
594
 
561
595
distdir: $(DISTFILES)
562
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
563
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
564
 
        list='$(DISTFILES)'; for file in $$list; do \
565
 
          case $$file in \
566
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
567
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
568
 
          esac; \
 
596
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
597
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
598
        list='$(DISTFILES)'; \
 
599
          dist_files=`for file in $$list; do echo $$file; done | \
 
600
          sed -e "s|^$$srcdirstrip/||;t" \
 
601
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
602
        case $$dist_files in \
 
603
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
604
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
605
                           sort -u` ;; \
 
606
        esac; \
 
607
        for file in $$dist_files; do \
569
608
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
570
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
571
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
572
 
            dir="/$$dir"; \
573
 
            $(mkdir_p) "$(distdir)$$dir"; \
574
 
          else \
575
 
            dir=''; \
576
 
          fi; \
577
609
          if test -d $$d/$$file; then \
 
610
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
611
            if test -d "$(distdir)/$$file"; then \
 
612
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
613
            fi; \
578
614
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
579
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
615
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
616
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
580
617
            fi; \
581
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
618
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
582
619
          else \
583
 
            test -f $(distdir)/$$file \
584
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
620
            test -f "$(distdir)/$$file" \
 
621
            || cp -p $$d/$$file "$(distdir)/$$file" \
585
622
            || exit 1; \
586
623
          fi; \
587
624
        done
590
627
all-am: Makefile $(PROGRAMS)
591
628
installdirs:
592
629
        for dir in "$(DESTDIR)$(bindir)"; do \
593
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
630
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
594
631
        done
595
632
install: install-am
596
633
install-exec: install-exec-am
612
649
 
613
650
distclean-generic:
614
651
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
652
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
615
653
 
616
654
maintainer-clean-generic:
617
655
        @echo "This command is intended for maintainers to use"
624
662
        -rm -rf ./$(DEPDIR)
625
663
        -rm -f Makefile
626
664
distclean-am: clean-am distclean-compile distclean-generic \
627
 
        distclean-libtool distclean-tags
 
665
        distclean-tags
628
666
 
629
667
dvi: dvi-am
630
668
 
632
670
 
633
671
html: html-am
634
672
 
 
673
html-am:
 
674
 
635
675
info: info-am
636
676
 
637
677
info-am:
638
678
 
639
679
install-data-am:
640
680
 
 
681
install-dvi: install-dvi-am
 
682
 
 
683
install-dvi-am:
 
684
 
641
685
install-exec-am: install-binPROGRAMS
642
686
 
 
687
install-html: install-html-am
 
688
 
 
689
install-html-am:
 
690
 
643
691
install-info: install-info-am
644
692
 
 
693
install-info-am:
 
694
 
645
695
install-man:
646
696
 
 
697
install-pdf: install-pdf-am
 
698
 
 
699
install-pdf-am:
 
700
 
 
701
install-ps: install-ps-am
 
702
 
 
703
install-ps-am:
 
704
 
647
705
installcheck-am:
648
706
 
649
707
maintainer-clean: maintainer-clean-am
664
722
 
665
723
ps-am:
666
724
 
667
 
uninstall-am: uninstall-binPROGRAMS uninstall-info-am
 
725
uninstall-am: uninstall-binPROGRAMS
 
726
 
 
727
.MAKE: install-am install-strip
668
728
 
669
729
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
670
730
        clean-generic clean-libtool ctags distclean distclean-compile \
671
731
        distclean-generic distclean-libtool distclean-tags distdir dvi \
672
732
        dvi-am html html-am info info-am install install-am \
673
 
        install-binPROGRAMS install-data install-data-am install-exec \
674
 
        install-exec-am install-info install-info-am install-man \
 
733
        install-binPROGRAMS install-data install-data-am install-dvi \
 
734
        install-dvi-am install-exec install-exec-am install-html \
 
735
        install-html-am install-info install-info-am install-man \
 
736
        install-pdf install-pdf-am install-ps install-ps-am \
675
737
        install-strip installcheck installcheck-am installdirs \
676
738
        maintainer-clean maintainer-clean-generic mostlyclean \
677
739
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
678
740
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
679
 
        uninstall-binPROGRAMS uninstall-info-am
 
741
        uninstall-binPROGRAMS
 
742
 
680
743
 
681
744
# Tell versions [3.59,3.63) of GNU make to not export all variables.
682
745
# Otherwise a system limit (for SysV at least) may be exceeded.