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

« back to all changes in this revision

Viewing changes to mbkhilo/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
45
43
        $(ACLOCAL_M4)
46
44
mkinstalldirs = $(install_sh) -d
47
45
CONFIG_CLEAN_FILES =
 
46
CONFIG_CLEAN_VPATH_FILES =
48
47
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
49
48
am__vpath_adj = case $$p in \
50
49
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
51
50
    *) f=$$p;; \
52
51
  esac;
53
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
52
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
53
am__install_max = 40
 
54
am__nobase_strip_setup = \
 
55
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
56
am__nobase_strip = \
 
57
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
58
am__nobase_list = $(am__nobase_strip_setup); \
 
59
  for p in $$list; do echo "$$p $$p"; done | \
 
60
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
61
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
62
    if (++n[$$2] == $(am__install_max)) \
 
63
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
64
    END { for (dir in files) print dir, files[dir] }'
 
65
am__base_list = \
 
66
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
67
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
54
68
am__installdirs = "$(DESTDIR)$(libdir)"
55
 
libLTLIBRARIES_INSTALL = $(INSTALL)
56
69
LTLIBRARIES = $(lib_LTLIBRARIES)
57
70
libMhl_la_LIBADD =
58
71
am_libMhl_la_OBJECTS = drive_hilo.lo
59
72
libMhl_la_OBJECTS = $(am_libMhl_la_OBJECTS)
60
 
DEFAULT_INCLUDES = -I. -I$(srcdir)
 
73
libMhl_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
74
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
75
        $(libMhl_la_LDFLAGS) $(LDFLAGS) -o $@
 
76
DEFAULT_INCLUDES = -I.@am__isrc@
61
77
depcomp = $(SHELL) $(top_srcdir)/depcomp
62
78
am__depfiles_maybe = depfiles
 
79
am__mv = mv -f
63
80
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
64
81
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
65
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
66
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
67
 
        $(AM_CFLAGS) $(CFLAGS)
 
82
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
83
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
84
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
68
85
CCLD = $(CC)
69
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
70
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
86
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
87
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
88
        $(LDFLAGS) -o $@
71
89
SOURCES = $(libMhl_la_SOURCES)
72
90
DIST_SOURCES = $(libMhl_la_SOURCES)
73
91
ETAGS = etags
81
99
ALCBANNER_MAJOR_VERSION = @ALCBANNER_MAJOR_VERSION@
82
100
ALCBANNER_MINOR_VERSION = @ALCBANNER_MINOR_VERSION@
83
101
ALCBANNER_VERSION = @ALCBANNER_VERSION@
84
 
ALLIANCE_BUILD_FALSE = @ALLIANCE_BUILD_FALSE@
85
 
ALLIANCE_BUILD_TRUE = @ALLIANCE_BUILD_TRUE@
86
102
ALLIANCE_CFLAGS = @ALLIANCE_CFLAGS@
87
103
ALLIANCE_LIBS = @ALLIANCE_LIBS@
88
104
ALLIANCE_TOP = @ALLIANCE_TOP@
89
 
AMDEP_FALSE = @AMDEP_FALSE@
90
 
AMDEP_TRUE = @AMDEP_TRUE@
91
105
AMTAR = @AMTAR@
92
106
AR = @AR@
93
107
ATTILA_MAJOR_VERSION = @ATTILA_MAJOR_VERSION@
133
147
DREAL_MAJOR_VERSION = @DREAL_MAJOR_VERSION@
134
148
DREAL_MINOR_VERSION = @DREAL_MINOR_VERSION@
135
149
DREAL_VERSION = @DREAL_VERSION@
136
 
ECHO = @ECHO@
 
150
DSYMUTIL = @DSYMUTIL@
 
151
DUMPBIN = @DUMPBIN@
137
152
ECHO_C = @ECHO_C@
138
153
ECHO_N = @ECHO_N@
139
154
ECHO_T = @ECHO_T@
143
158
EXP_MAJOR_VERSION = @EXP_MAJOR_VERSION@
144
159
EXP_MINOR_VERSION = @EXP_MINOR_VERSION@
145
160
EXP_VERSION = @EXP_VERSION@
146
 
F77 = @F77@
147
 
FFLAGS = @FFLAGS@
 
161
FGREP = @FGREP@
148
162
FKS_DLL_VERSION = @FKS_DLL_VERSION@
149
163
FLATBEH_MAJOR_VERSION = @FLATBEH_MAJOR_VERSION@
150
164
FLATBEH_MINOR_VERSION = @FLATBEH_MINOR_VERSION@
161
175
GRAAL_MAJOR_VERSION = @GRAAL_MAJOR_VERSION@
162
176
GRAAL_MINOR_VERSION = @GRAAL_MINOR_VERSION@
163
177
GRAAL_VERSION = @GRAAL_VERSION@
 
178
GREP = @GREP@
164
179
INCLUDE_MOTIF = @INCLUDE_MOTIF@
 
180
INSTALL = @INSTALL@
165
181
INSTALL_DATA = @INSTALL_DATA@
166
182
INSTALL_PROGRAM = @INSTALL_PROGRAM@
167
183
INSTALL_SCRIPT = @INSTALL_SCRIPT@
172
188
L2P_MAJOR_VERSION = @L2P_MAJOR_VERSION@
173
189
L2P_MINOR_VERSION = @L2P_MINOR_VERSION@
174
190
L2P_VERSION = @L2P_VERSION@
 
191
LD = @LD@
175
192
LDFLAGS = @LDFLAGS@
176
193
LEX = @LEX@
177
194
LEXLIB = @LEXLIB@
181
198
LIBTOOL = @LIBTOOL@
182
199
LINK_MOTIF = @LINK_MOTIF@
183
200
LINK_XPM = @LINK_XPM@
 
201
LIPO = @LIPO@
184
202
LN_S = @LN_S@
185
203
LOG_DLL_VERSION = @LOG_DLL_VERSION@
186
204
LOON_MAJOR_VERSION = @LOON_MAJOR_VERSION@
213
231
MIPS_ASM_MAJOR_VERSION = @MIPS_ASM_MAJOR_VERSION@
214
232
MIPS_ASM_MINOR_VERSION = @MIPS_ASM_MINOR_VERSION@
215
233
MIPS_ASM_VERSION = @MIPS_ASM_VERSION@
 
234
MKDIR_P = @MKDIR_P@
216
235
MMG_DLL_VERSION = @MMG_DLL_VERSION@
217
236
MOCHA_MAJOR_VERSION = @MOCHA_MAJOR_VERSION@
218
237
MOCHA_MINOR_VERSION = @MOCHA_MINOR_VERSION@
223
242
NERO_MAJOR_VERSION = @NERO_MAJOR_VERSION@
224
243
NERO_MINOR_VERSION = @NERO_MINOR_VERSION@
225
244
NERO_VERSION = @NERO_VERSION@
 
245
NM = @NM@
 
246
NMEDIT = @NMEDIT@
 
247
OBJDUMP = @OBJDUMP@
226
248
OBJEXT = @OBJEXT@
227
249
OCP_MAJOR_VERSION = @OCP_MAJOR_VERSION@
228
250
OCP_MINOR_VERSION = @OCP_MINOR_VERSION@
229
251
OCP_VERSION = @OCP_VERSION@
 
252
OTOOL = @OTOOL@
 
253
OTOOL64 = @OTOOL64@
230
254
PACKAGE = @PACKAGE@
231
255
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
232
256
PACKAGE_NAME = @PACKAGE_NAME@
297
321
XGRA_MAJOR_VERSION = @XGRA_MAJOR_VERSION@
298
322
XGRA_MINOR_VERSION = @XGRA_MINOR_VERSION@
299
323
XGRA_VERSION = @XGRA_VERSION@
 
324
XMKMF = @XMKMF@
300
325
XM_LIBS = @XM_LIBS@
301
326
XPAT_MAJOR_VERSION = @XPAT_MAJOR_VERSION@
302
327
XPAT_MINOR_VERSION = @XPAT_MINOR_VERSION@
315
340
X_LIBS = @X_LIBS@
316
341
X_PRE_LIBS = @X_PRE_LIBS@
317
342
YACC = @YACC@
318
 
ac_ct_AR = @ac_ct_AR@
 
343
YFLAGS = @YFLAGS@
 
344
abs_builddir = @abs_builddir@
 
345
abs_srcdir = @abs_srcdir@
 
346
abs_top_builddir = @abs_top_builddir@
 
347
abs_top_srcdir = @abs_top_srcdir@
319
348
ac_ct_CC = @ac_ct_CC@
320
349
ac_ct_CXX = @ac_ct_CXX@
321
 
ac_ct_F77 = @ac_ct_F77@
322
 
ac_ct_RANLIB = @ac_ct_RANLIB@
323
 
ac_ct_STRIP = @ac_ct_STRIP@
324
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
325
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
326
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
327
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
350
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
328
351
am__include = @am__include@
329
352
am__leading_dot = @am__leading_dot@
330
353
am__quote = @am__quote@
336
359
build_cpu = @build_cpu@
337
360
build_os = @build_os@
338
361
build_vendor = @build_vendor@
 
362
builddir = @builddir@
339
363
datadir = @datadir@
 
364
datarootdir = @datarootdir@
 
365
docdir = @docdir@
 
366
dvidir = @dvidir@
340
367
exec_prefix = @exec_prefix@
341
368
host = @host@
342
369
host_alias = @host_alias@
343
370
host_cpu = @host_cpu@
344
371
host_os = @host_os@
345
372
host_vendor = @host_vendor@
 
373
htmldir = @htmldir@
346
374
includedir = @includedir@
347
375
infodir = @infodir@
348
376
install_sh = @install_sh@
349
377
libdir = @libdir@
350
378
libexecdir = @libexecdir@
 
379
localedir = @localedir@
351
380
localstatedir = @localstatedir@
 
381
lt_ECHO = @lt_ECHO@
352
382
mandir = @mandir@
353
383
mkdir_p = @mkdir_p@
354
384
oldincludedir = @oldincludedir@
 
385
pdfdir = @pdfdir@
355
386
prefix = @prefix@
356
387
program_transform_name = @program_transform_name@
 
388
psdir = @psdir@
357
389
sbindir = @sbindir@
358
390
sharedstatedir = @sharedstatedir@
 
391
srcdir = @srcdir@
359
392
sysconfdir = @sysconfdir@
360
393
target_alias = @target_alias@
 
394
top_build_prefix = @top_build_prefix@
 
395
top_builddir = @top_builddir@
 
396
top_srcdir = @top_srcdir@
361
397
AM_CFLAGS = -I$(top_srcdir)/mbk/src
362
398
lib_LTLIBRARIES = libMhl.la
363
399
libMhl_la_SOURCES = drive_hilo.c
370
406
        @for dep in $?; do \
371
407
          case '$(am__configure_deps)' in \
372
408
            *$$dep*) \
373
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
374
 
                && exit 0; \
 
409
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
410
                && { if test -f $@; then exit 0; else break; fi; }; \
375
411
              exit 1;; \
376
412
          esac; \
377
413
        done; \
378
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  mbkhilo/src/Makefile'; \
379
 
        cd $(top_srcdir) && \
380
 
          $(AUTOMAKE) --foreign  mbkhilo/src/Makefile
 
414
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign mbkhilo/src/Makefile'; \
 
415
        $(am__cd) $(top_srcdir) && \
 
416
          $(AUTOMAKE) --foreign mbkhilo/src/Makefile
381
417
.PRECIOUS: Makefile
382
418
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
383
419
        @case '$?' in \
395
431
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
396
432
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
397
433
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
434
$(am__aclocal_m4_deps):
398
435
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
399
436
        @$(NORMAL_INSTALL)
400
 
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
401
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
437
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
 
438
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
439
        list2=; for p in $$list; do \
402
440
          if test -f $$p; then \
403
 
            f=$(am__strip_dir) \
404
 
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
405
 
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
441
            list2="$$list2 $$p"; \
406
442
          else :; fi; \
407
 
        done
 
443
        done; \
 
444
        test -z "$$list2" || { \
 
445
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
 
446
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
 
447
        }
408
448
 
409
449
uninstall-libLTLIBRARIES:
410
450
        @$(NORMAL_UNINSTALL)
411
 
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
412
 
          p=$(am__strip_dir) \
413
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
414
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
451
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
452
        for p in $$list; do \
 
453
          $(am__strip_dir) \
 
454
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
 
455
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
415
456
        done
416
457
 
417
458
clean-libLTLIBRARIES:
423
464
          rm -f "$${dir}/so_locations"; \
424
465
        done
425
466
libMhl.la: $(libMhl_la_OBJECTS) $(libMhl_la_DEPENDENCIES) 
426
 
        $(LINK) -rpath $(libdir) $(libMhl_la_LDFLAGS) $(libMhl_la_OBJECTS) $(libMhl_la_LIBADD) $(LIBS)
 
467
        $(libMhl_la_LINK) -rpath $(libdir) $(libMhl_la_OBJECTS) $(libMhl_la_LIBADD) $(LIBS)
427
468
 
428
469
mostlyclean-compile:
429
470
        -rm -f *.$(OBJEXT)
434
475
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drive_hilo.Plo@am__quote@
435
476
 
436
477
.c.o:
437
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
438
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
478
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
479
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
439
480
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
440
481
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441
482
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
442
483
 
443
484
.c.obj:
444
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
445
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
485
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
486
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
446
487
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
447
488
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
448
489
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
449
490
 
450
491
.c.lo:
451
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
452
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
492
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
493
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
453
494
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
454
495
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
455
496
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
460
501
clean-libtool:
461
502
        -rm -rf .libs _libs
462
503
 
463
 
distclean-libtool:
464
 
        -rm -f libtool
465
 
uninstall-info-am:
466
 
 
467
504
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
468
505
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
469
506
        unique=`for i in $$list; do \
470
507
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
471
508
          done | \
472
 
          $(AWK) '    { files[$$0] = 1; } \
473
 
               END { for (i in files) print i; }'`; \
 
509
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
510
              END { if (nonempty) { for (i in files) print i; }; }'`; \
474
511
        mkid -fID $$unique
475
512
tags: TAGS
476
513
 
477
514
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
478
515
                $(TAGS_FILES) $(LISP)
479
 
        tags=; \
 
516
        set x; \
480
517
        here=`pwd`; \
481
518
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
482
519
        unique=`for i in $$list; do \
483
520
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
484
521
          done | \
485
 
          $(AWK) '    { files[$$0] = 1; } \
486
 
               END { for (i in files) print i; }'`; \
487
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
522
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
523
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
524
        shift; \
 
525
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
488
526
          test -n "$$unique" || unique=$$empty_fix; \
489
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
490
 
            $$tags $$unique; \
 
527
          if test $$# -gt 0; then \
 
528
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
529
              "$$@" $$unique; \
 
530
          else \
 
531
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
532
              $$unique; \
 
533
          fi; \
491
534
        fi
492
535
ctags: CTAGS
493
536
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
494
537
                $(TAGS_FILES) $(LISP)
495
 
        tags=; \
496
 
        here=`pwd`; \
497
538
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
498
539
        unique=`for i in $$list; do \
499
540
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
500
541
          done | \
501
 
          $(AWK) '    { files[$$0] = 1; } \
502
 
               END { for (i in files) print i; }'`; \
503
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
542
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
543
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
544
        test -z "$(CTAGS_ARGS)$$unique" \
504
545
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
505
 
             $$tags $$unique
 
546
             $$unique
506
547
 
507
548
GTAGS:
508
549
        here=`$(am__cd) $(top_builddir) && pwd` \
509
 
          && cd $(top_srcdir) \
510
 
          && gtags -i $(GTAGS_ARGS) $$here
 
550
          && $(am__cd) $(top_srcdir) \
 
551
          && gtags -i $(GTAGS_ARGS) "$$here"
511
552
 
512
553
distclean-tags:
513
554
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
514
555
 
515
556
distdir: $(DISTFILES)
516
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
517
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
518
 
        list='$(DISTFILES)'; for file in $$list; do \
519
 
          case $$file in \
520
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
521
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
522
 
          esac; \
 
557
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
558
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
559
        list='$(DISTFILES)'; \
 
560
          dist_files=`for file in $$list; do echo $$file; done | \
 
561
          sed -e "s|^$$srcdirstrip/||;t" \
 
562
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
563
        case $$dist_files in \
 
564
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
565
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
566
                           sort -u` ;; \
 
567
        esac; \
 
568
        for file in $$dist_files; do \
523
569
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
524
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
525
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
526
 
            dir="/$$dir"; \
527
 
            $(mkdir_p) "$(distdir)$$dir"; \
528
 
          else \
529
 
            dir=''; \
530
 
          fi; \
531
570
          if test -d $$d/$$file; then \
 
571
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
572
            if test -d "$(distdir)/$$file"; then \
 
573
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
574
            fi; \
532
575
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
533
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
576
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
577
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
534
578
            fi; \
535
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
579
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
536
580
          else \
537
 
            test -f $(distdir)/$$file \
538
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
581
            test -f "$(distdir)/$$file" \
 
582
            || cp -p $$d/$$file "$(distdir)/$$file" \
539
583
            || exit 1; \
540
584
          fi; \
541
585
        done
544
588
all-am: Makefile $(LTLIBRARIES)
545
589
installdirs:
546
590
        for dir in "$(DESTDIR)$(libdir)"; do \
547
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
591
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
548
592
        done
549
593
install: install-am
550
594
install-exec: install-exec-am
566
610
 
567
611
distclean-generic:
568
612
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
613
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
569
614
 
570
615
maintainer-clean-generic:
571
616
        @echo "This command is intended for maintainers to use"
579
624
        -rm -rf ./$(DEPDIR)
580
625
        -rm -f Makefile
581
626
distclean-am: clean-am distclean-compile distclean-generic \
582
 
        distclean-libtool distclean-tags
 
627
        distclean-tags
583
628
 
584
629
dvi: dvi-am
585
630
 
587
632
 
588
633
html: html-am
589
634
 
 
635
html-am:
 
636
 
590
637
info: info-am
591
638
 
592
639
info-am:
593
640
 
594
641
install-data-am:
595
642
 
 
643
install-dvi: install-dvi-am
 
644
 
 
645
install-dvi-am:
 
646
 
596
647
install-exec-am: install-libLTLIBRARIES
597
648
 
 
649
install-html: install-html-am
 
650
 
 
651
install-html-am:
 
652
 
598
653
install-info: install-info-am
599
654
 
 
655
install-info-am:
 
656
 
600
657
install-man:
601
658
 
 
659
install-pdf: install-pdf-am
 
660
 
 
661
install-pdf-am:
 
662
 
 
663
install-ps: install-ps-am
 
664
 
 
665
install-ps-am:
 
666
 
602
667
installcheck-am:
603
668
 
604
669
maintainer-clean: maintainer-clean-am
619
684
 
620
685
ps-am:
621
686
 
622
 
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
 
687
uninstall-am: uninstall-libLTLIBRARIES
 
688
 
 
689
.MAKE: install-am install-strip
623
690
 
624
691
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
625
692
        clean-libLTLIBRARIES clean-libtool ctags distclean \
626
693
        distclean-compile distclean-generic distclean-libtool \
627
694
        distclean-tags distdir dvi dvi-am html html-am info info-am \
628
 
        install install-am install-data install-data-am install-exec \
629
 
        install-exec-am install-info install-info-am \
630
 
        install-libLTLIBRARIES install-man install-strip installcheck \
 
695
        install install-am install-data install-data-am install-dvi \
 
696
        install-dvi-am install-exec install-exec-am install-html \
 
697
        install-html-am install-info install-info-am \
 
698
        install-libLTLIBRARIES install-man install-pdf install-pdf-am \
 
699
        install-ps install-ps-am install-strip installcheck \
631
700
        installcheck-am installdirs maintainer-clean \
632
701
        maintainer-clean-generic mostlyclean mostlyclean-compile \
633
702
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
634
 
        tags uninstall uninstall-am uninstall-info-am \
635
 
        uninstall-libLTLIBRARIES
 
703
        tags uninstall uninstall-am uninstall-libLTLIBRARIES
 
704
 
636
705
 
637
706
# Tell versions [3.59,3.63) of GNU make to not export all variables.
638
707
# Otherwise a system limit (for SysV at least) may be exceeded.