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

« back to all changes in this revision

Viewing changes to nero/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.
15
16
@SET_MAKE@
16
17
 
17
18
 
18
 
srcdir = @srcdir@
19
 
top_srcdir = @top_srcdir@
20
19
VPATH = @srcdir@
21
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
22
22
pkglibdir = $(libdir)/@PACKAGE@
23
 
pkgincludedir = $(includedir)/@PACKAGE@
24
 
top_builddir = ../..
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
25
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
 
INSTALL = @INSTALL@
27
25
install_sh_DATA = $(install_sh) -c -m 644
28
26
install_sh_PROGRAM = $(install_sh) -c
29
27
install_sh_SCRIPT = $(install_sh) -c
47
45
        $(ACLOCAL_M4)
48
46
mkinstalldirs = $(install_sh) -d
49
47
CONFIG_CLEAN_FILES =
 
48
CONFIG_CLEAN_VPATH_FILES =
50
49
LIBRARIES = $(noinst_LIBRARIES)
51
50
ARFLAGS = cru
52
51
libU_a_AR = $(AR) $(ARFLAGS)
58
57
        RBox.$(OBJEXT) RMBK.$(OBJEXT)
59
58
libU_a_OBJECTS = $(am_libU_a_OBJECTS)
60
59
am__installdirs = "$(DESTDIR)$(bindir)"
61
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
62
60
PROGRAMS = $(bin_PROGRAMS)
63
61
am_nero_OBJECTS = nero.$(OBJEXT)
64
62
nero_OBJECTS = $(am_nero_OBJECTS)
66
64
am_pdv_OBJECTS = pdv.$(OBJEXT)
67
65
pdv_OBJECTS = $(am_pdv_OBJECTS)
68
66
pdv_DEPENDENCIES =
69
 
DEFAULT_INCLUDES = -I. -I$(srcdir)
 
67
DEFAULT_INCLUDES = -I.@am__isrc@
70
68
depcomp = $(SHELL) $(top_srcdir)/depcomp
71
69
am__depfiles_maybe = depfiles
 
70
am__mv = mv -f
72
71
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
73
72
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
74
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
75
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
76
 
        $(AM_CFLAGS) $(CFLAGS)
 
73
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
74
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
75
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
77
76
CCLD = $(CC)
78
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
79
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
77
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
78
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
79
        $(LDFLAGS) -o $@
80
80
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
81
81
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
82
 
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
83
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
84
 
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
82
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
83
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
84
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
85
85
CXXLD = $(CXX)
86
 
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
87
 
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
86
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
87
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
88
        $(LDFLAGS) -o $@
88
89
SOURCES = $(libU_a_SOURCES) $(nero_SOURCES) $(pdv_SOURCES)
89
90
DIST_SOURCES = $(libU_a_SOURCES) $(nero_SOURCES) $(pdv_SOURCES)
90
91
ETAGS = etags
98
99
ALCBANNER_MAJOR_VERSION = @ALCBANNER_MAJOR_VERSION@
99
100
ALCBANNER_MINOR_VERSION = @ALCBANNER_MINOR_VERSION@
100
101
ALCBANNER_VERSION = @ALCBANNER_VERSION@
101
 
ALLIANCE_BUILD_FALSE = @ALLIANCE_BUILD_FALSE@
102
 
ALLIANCE_BUILD_TRUE = @ALLIANCE_BUILD_TRUE@
103
102
ALLIANCE_CFLAGS = @ALLIANCE_CFLAGS@
104
103
ALLIANCE_LIBS = @ALLIANCE_LIBS@
105
104
ALLIANCE_TOP = @ALLIANCE_TOP@
106
 
AMDEP_FALSE = @AMDEP_FALSE@
107
 
AMDEP_TRUE = @AMDEP_TRUE@
108
105
AMTAR = @AMTAR@
109
106
AR = @AR@
110
107
ATTILA_MAJOR_VERSION = @ATTILA_MAJOR_VERSION@
152
149
DREAL_MAJOR_VERSION = @DREAL_MAJOR_VERSION@
153
150
DREAL_MINOR_VERSION = @DREAL_MINOR_VERSION@
154
151
DREAL_VERSION = @DREAL_VERSION@
155
 
ECHO = @ECHO@
 
152
DSYMUTIL = @DSYMUTIL@
 
153
DUMPBIN = @DUMPBIN@
156
154
ECHO_C = @ECHO_C@
157
155
ECHO_N = @ECHO_N@
158
156
ECHO_T = @ECHO_T@
162
160
EXP_MAJOR_VERSION = @EXP_MAJOR_VERSION@
163
161
EXP_MINOR_VERSION = @EXP_MINOR_VERSION@
164
162
EXP_VERSION = @EXP_VERSION@
165
 
F77 = @F77@
166
 
FFLAGS = @FFLAGS@
 
163
FGREP = @FGREP@
167
164
FKS_DLL_VERSION = @FKS_DLL_VERSION@
168
165
FLATBEH_MAJOR_VERSION = @FLATBEH_MAJOR_VERSION@
169
166
FLATBEH_MINOR_VERSION = @FLATBEH_MINOR_VERSION@
180
177
GRAAL_MAJOR_VERSION = @GRAAL_MAJOR_VERSION@
181
178
GRAAL_MINOR_VERSION = @GRAAL_MINOR_VERSION@
182
179
GRAAL_VERSION = @GRAAL_VERSION@
 
180
GREP = @GREP@
183
181
INCLUDE_MOTIF = @INCLUDE_MOTIF@
 
182
INSTALL = @INSTALL@
184
183
INSTALL_DATA = @INSTALL_DATA@
185
184
INSTALL_PROGRAM = @INSTALL_PROGRAM@
186
185
INSTALL_SCRIPT = @INSTALL_SCRIPT@
191
190
L2P_MAJOR_VERSION = @L2P_MAJOR_VERSION@
192
191
L2P_MINOR_VERSION = @L2P_MINOR_VERSION@
193
192
L2P_VERSION = @L2P_VERSION@
 
193
LD = @LD@
194
194
LDFLAGS = @LDFLAGS@
195
195
LEX = @LEX@
196
196
LEXLIB = @LEXLIB@
200
200
LIBTOOL = @LIBTOOL@
201
201
LINK_MOTIF = @LINK_MOTIF@
202
202
LINK_XPM = @LINK_XPM@
 
203
LIPO = @LIPO@
203
204
LN_S = @LN_S@
204
205
LOG_DLL_VERSION = @LOG_DLL_VERSION@
205
206
LOON_MAJOR_VERSION = @LOON_MAJOR_VERSION@
232
233
MIPS_ASM_MAJOR_VERSION = @MIPS_ASM_MAJOR_VERSION@
233
234
MIPS_ASM_MINOR_VERSION = @MIPS_ASM_MINOR_VERSION@
234
235
MIPS_ASM_VERSION = @MIPS_ASM_VERSION@
 
236
MKDIR_P = @MKDIR_P@
235
237
MMG_DLL_VERSION = @MMG_DLL_VERSION@
236
238
MOCHA_MAJOR_VERSION = @MOCHA_MAJOR_VERSION@
237
239
MOCHA_MINOR_VERSION = @MOCHA_MINOR_VERSION@
242
244
NERO_MAJOR_VERSION = @NERO_MAJOR_VERSION@
243
245
NERO_MINOR_VERSION = @NERO_MINOR_VERSION@
244
246
NERO_VERSION = @NERO_VERSION@
 
247
NM = @NM@
 
248
NMEDIT = @NMEDIT@
 
249
OBJDUMP = @OBJDUMP@
245
250
OBJEXT = @OBJEXT@
246
251
OCP_MAJOR_VERSION = @OCP_MAJOR_VERSION@
247
252
OCP_MINOR_VERSION = @OCP_MINOR_VERSION@
248
253
OCP_VERSION = @OCP_VERSION@
 
254
OTOOL = @OTOOL@
 
255
OTOOL64 = @OTOOL64@
249
256
PACKAGE = @PACKAGE@
250
257
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
251
258
PACKAGE_NAME = @PACKAGE_NAME@
316
323
XGRA_MAJOR_VERSION = @XGRA_MAJOR_VERSION@
317
324
XGRA_MINOR_VERSION = @XGRA_MINOR_VERSION@
318
325
XGRA_VERSION = @XGRA_VERSION@
 
326
XMKMF = @XMKMF@
319
327
XM_LIBS = @XM_LIBS@
320
328
XPAT_MAJOR_VERSION = @XPAT_MAJOR_VERSION@
321
329
XPAT_MINOR_VERSION = @XPAT_MINOR_VERSION@
334
342
X_LIBS = @X_LIBS@
335
343
X_PRE_LIBS = @X_PRE_LIBS@
336
344
YACC = @YACC@
337
 
ac_ct_AR = @ac_ct_AR@
 
345
YFLAGS = @YFLAGS@
 
346
abs_builddir = @abs_builddir@
 
347
abs_srcdir = @abs_srcdir@
 
348
abs_top_builddir = @abs_top_builddir@
 
349
abs_top_srcdir = @abs_top_srcdir@
338
350
ac_ct_CC = @ac_ct_CC@
339
351
ac_ct_CXX = @ac_ct_CXX@
340
 
ac_ct_F77 = @ac_ct_F77@
341
 
ac_ct_RANLIB = @ac_ct_RANLIB@
342
 
ac_ct_STRIP = @ac_ct_STRIP@
343
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
344
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
345
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
346
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
352
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
347
353
am__include = @am__include@
348
354
am__leading_dot = @am__leading_dot@
349
355
am__quote = @am__quote@
355
361
build_cpu = @build_cpu@
356
362
build_os = @build_os@
357
363
build_vendor = @build_vendor@
 
364
builddir = @builddir@
358
365
datadir = @datadir@
 
366
datarootdir = @datarootdir@
 
367
docdir = @docdir@
 
368
dvidir = @dvidir@
359
369
exec_prefix = @exec_prefix@
360
370
host = @host@
361
371
host_alias = @host_alias@
362
372
host_cpu = @host_cpu@
363
373
host_os = @host_os@
364
374
host_vendor = @host_vendor@
 
375
htmldir = @htmldir@
365
376
includedir = @includedir@
366
377
infodir = @infodir@
367
378
install_sh = @install_sh@
368
379
libdir = @libdir@
369
380
libexecdir = @libexecdir@
 
381
localedir = @localedir@
370
382
localstatedir = @localstatedir@
 
383
lt_ECHO = @lt_ECHO@
371
384
mandir = @mandir@
372
385
mkdir_p = @mkdir_p@
373
386
oldincludedir = @oldincludedir@
 
387
pdfdir = @pdfdir@
374
388
prefix = @prefix@
375
389
program_transform_name = @program_transform_name@
 
390
psdir = @psdir@
376
391
sbindir = @sbindir@
377
392
sharedstatedir = @sharedstatedir@
 
393
srcdir = @srcdir@
378
394
sysconfdir = @sysconfdir@
379
395
target_alias = @target_alias@
 
396
top_build_prefix = @top_build_prefix@
 
397
top_builddir = @top_builddir@
 
398
top_srcdir = @top_srcdir@
380
399
#CXXFLAGS        = -O2
381
400
AM_CXXFLAGS = @ALLIANCE_CFLAGS@ \
382
401
-I$(top_srcdir)/abl/src \
475
494
        @for dep in $?; do \
476
495
          case '$(am__configure_deps)' in \
477
496
            *$$dep*) \
478
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
479
 
                && exit 0; \
 
497
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
498
                && { if test -f $@; then exit 0; else break; fi; }; \
480
499
              exit 1;; \
481
500
          esac; \
482
501
        done; \
483
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  nero/src/Makefile'; \
484
 
        cd $(top_srcdir) && \
485
 
          $(AUTOMAKE) --foreign  nero/src/Makefile
 
502
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign nero/src/Makefile'; \
 
503
        $(am__cd) $(top_srcdir) && \
 
504
          $(AUTOMAKE) --foreign nero/src/Makefile
486
505
.PRECIOUS: Makefile
487
506
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
488
507
        @case '$?' in \
500
519
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
501
520
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
502
521
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
522
$(am__aclocal_m4_deps):
503
523
 
504
524
clean-noinstLIBRARIES:
505
525
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
509
529
        $(RANLIB) libU.a
510
530
install-binPROGRAMS: $(bin_PROGRAMS)
511
531
        @$(NORMAL_INSTALL)
512
 
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
513
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
514
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
515
 
          if test -f $$p \
516
 
             || test -f $$p1 \
517
 
          ; then \
518
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
519
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
520
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
521
 
          else :; fi; \
522
 
        done
 
532
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
 
533
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
534
        for p in $$list; do echo "$$p $$p"; done | \
 
535
        sed 's/$(EXEEXT)$$//' | \
 
536
        while read p p1; do if test -f $$p || test -f $$p1; \
 
537
          then echo "$$p"; echo "$$p"; else :; fi; \
 
538
        done | \
 
539
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
540
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
541
        sed 'N;N;N;s,\n, ,g' | \
 
542
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
543
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
544
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
545
            else { print "f", $$3 "/" $$4, $$1; } } \
 
546
          END { for (d in files) print "f", d, files[d] }' | \
 
547
        while read type dir files; do \
 
548
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
549
            test -z "$$files" || { \
 
550
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
551
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
552
            } \
 
553
        ; done
523
554
 
524
555
uninstall-binPROGRAMS:
525
556
        @$(NORMAL_UNINSTALL)
526
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
527
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
528
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
529
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
530
 
        done
 
557
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
558
        files=`for p in $$list; do echo "$$p"; done | \
 
559
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
560
              -e 's/$$/$(EXEEXT)/' `; \
 
561
        test -n "$$list" || exit 0; \
 
562
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
563
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
531
564
 
532
565
clean-binPROGRAMS:
533
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
534
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
535
 
          echo " rm -f $$p $$f"; \
536
 
          rm -f $$p $$f ; \
537
 
        done
 
566
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
567
        echo " rm -f" $$list; \
 
568
        rm -f $$list || exit $$?; \
 
569
        test -n "$(EXEEXT)" || exit 0; \
 
570
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
571
        echo " rm -f" $$list; \
 
572
        rm -f $$list
538
573
nero$(EXEEXT): $(nero_OBJECTS) $(nero_DEPENDENCIES) 
539
574
        @rm -f nero$(EXEEXT)
540
 
        $(CXXLINK) $(nero_LDFLAGS) $(nero_OBJECTS) $(nero_LDADD) $(LIBS)
 
575
        $(CXXLINK) $(nero_OBJECTS) $(nero_LDADD) $(LIBS)
541
576
pdv$(EXEEXT): $(pdv_OBJECTS) $(pdv_DEPENDENCIES) 
542
577
        @rm -f pdv$(EXEEXT)
543
 
        $(LINK) $(pdv_LDFLAGS) $(pdv_OBJECTS) $(pdv_LDADD) $(LIBS)
 
578
        $(LINK) $(pdv_OBJECTS) $(pdv_LDADD) $(LIBS)
544
579
 
545
580
mostlyclean-compile:
546
581
        -rm -f *.$(OBJEXT)
566
601
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdv.Po@am__quote@
567
602
 
568
603
.c.o:
569
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
570
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
604
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
605
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
571
606
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
572
607
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
573
608
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
574
609
 
575
610
.c.obj:
576
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
577
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
611
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
612
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
578
613
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
579
614
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
580
615
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
581
616
 
582
617
.c.lo:
583
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
584
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
618
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
619
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
585
620
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
586
621
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
587
622
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
588
623
 
589
624
.cpp.o:
590
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
591
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
625
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
626
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
592
627
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
593
628
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
594
629
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
595
630
 
596
631
.cpp.obj:
597
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
598
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
632
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
633
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
599
634
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
600
635
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
601
636
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
602
637
 
603
638
.cpp.lo:
604
 
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
605
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
639
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
640
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
606
641
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
607
642
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
608
643
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
613
648
clean-libtool:
614
649
        -rm -rf .libs _libs
615
650
 
616
 
distclean-libtool:
617
 
        -rm -f libtool
618
 
uninstall-info-am:
619
 
 
620
651
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
621
652
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
622
653
        unique=`for i in $$list; do \
623
654
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
624
655
          done | \
625
 
          $(AWK) '    { files[$$0] = 1; } \
626
 
               END { for (i in files) print i; }'`; \
 
656
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
657
              END { if (nonempty) { for (i in files) print i; }; }'`; \
627
658
        mkid -fID $$unique
628
659
tags: TAGS
629
660
 
630
661
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
631
662
                $(TAGS_FILES) $(LISP)
632
 
        tags=; \
 
663
        set x; \
633
664
        here=`pwd`; \
634
665
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
635
666
        unique=`for i in $$list; do \
636
667
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
637
668
          done | \
638
 
          $(AWK) '    { files[$$0] = 1; } \
639
 
               END { for (i in files) print i; }'`; \
640
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
669
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
670
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
671
        shift; \
 
672
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
641
673
          test -n "$$unique" || unique=$$empty_fix; \
642
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
643
 
            $$tags $$unique; \
 
674
          if test $$# -gt 0; then \
 
675
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
676
              "$$@" $$unique; \
 
677
          else \
 
678
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
679
              $$unique; \
 
680
          fi; \
644
681
        fi
645
682
ctags: CTAGS
646
683
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
647
684
                $(TAGS_FILES) $(LISP)
648
 
        tags=; \
649
 
        here=`pwd`; \
650
685
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
651
686
        unique=`for i in $$list; do \
652
687
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
653
688
          done | \
654
 
          $(AWK) '    { files[$$0] = 1; } \
655
 
               END { for (i in files) print i; }'`; \
656
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
689
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
690
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
691
        test -z "$(CTAGS_ARGS)$$unique" \
657
692
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
658
 
             $$tags $$unique
 
693
             $$unique
659
694
 
660
695
GTAGS:
661
696
        here=`$(am__cd) $(top_builddir) && pwd` \
662
 
          && cd $(top_srcdir) \
663
 
          && gtags -i $(GTAGS_ARGS) $$here
 
697
          && $(am__cd) $(top_srcdir) \
 
698
          && gtags -i $(GTAGS_ARGS) "$$here"
664
699
 
665
700
distclean-tags:
666
701
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
667
702
 
668
703
distdir: $(DISTFILES)
669
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
670
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
671
 
        list='$(DISTFILES)'; for file in $$list; do \
672
 
          case $$file in \
673
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
674
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
675
 
          esac; \
 
704
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
705
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
706
        list='$(DISTFILES)'; \
 
707
          dist_files=`for file in $$list; do echo $$file; done | \
 
708
          sed -e "s|^$$srcdirstrip/||;t" \
 
709
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
710
        case $$dist_files in \
 
711
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
712
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
713
                           sort -u` ;; \
 
714
        esac; \
 
715
        for file in $$dist_files; do \
676
716
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
677
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
678
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
679
 
            dir="/$$dir"; \
680
 
            $(mkdir_p) "$(distdir)$$dir"; \
681
 
          else \
682
 
            dir=''; \
683
 
          fi; \
684
717
          if test -d $$d/$$file; then \
 
718
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
719
            if test -d "$(distdir)/$$file"; then \
 
720
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
721
            fi; \
685
722
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
686
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
723
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
724
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
687
725
            fi; \
688
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
726
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
689
727
          else \
690
 
            test -f $(distdir)/$$file \
691
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
728
            test -f "$(distdir)/$$file" \
 
729
            || cp -p $$d/$$file "$(distdir)/$$file" \
692
730
            || exit 1; \
693
731
          fi; \
694
732
        done
697
735
all-am: Makefile $(LIBRARIES) $(PROGRAMS)
698
736
installdirs:
699
737
        for dir in "$(DESTDIR)$(bindir)"; do \
700
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
738
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
701
739
        done
702
740
install: install-am
703
741
install-exec: install-exec-am
719
757
 
720
758
distclean-generic:
721
759
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
760
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
722
761
 
723
762
maintainer-clean-generic:
724
763
        @echo "This command is intended for maintainers to use"
732
771
        -rm -rf ./$(DEPDIR)
733
772
        -rm -f Makefile
734
773
distclean-am: clean-am distclean-compile distclean-generic \
735
 
        distclean-libtool distclean-tags
 
774
        distclean-tags
736
775
 
737
776
dvi: dvi-am
738
777
 
740
779
 
741
780
html: html-am
742
781
 
 
782
html-am:
 
783
 
743
784
info: info-am
744
785
 
745
786
info-am:
746
787
 
747
788
install-data-am:
748
789
 
 
790
install-dvi: install-dvi-am
 
791
 
 
792
install-dvi-am:
 
793
 
749
794
install-exec-am: install-binPROGRAMS
750
795
 
 
796
install-html: install-html-am
 
797
 
 
798
install-html-am:
 
799
 
751
800
install-info: install-info-am
752
801
 
 
802
install-info-am:
 
803
 
753
804
install-man:
754
805
 
 
806
install-pdf: install-pdf-am
 
807
 
 
808
install-pdf-am:
 
809
 
 
810
install-ps: install-ps-am
 
811
 
 
812
install-ps-am:
 
813
 
755
814
installcheck-am:
756
815
 
757
816
maintainer-clean: maintainer-clean-am
772
831
 
773
832
ps-am:
774
833
 
775
 
uninstall-am: uninstall-binPROGRAMS uninstall-info-am
 
834
uninstall-am: uninstall-binPROGRAMS
 
835
 
 
836
.MAKE: install-am install-strip
776
837
 
777
838
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
778
839
        clean-generic clean-libtool clean-noinstLIBRARIES ctags \
779
840
        distclean distclean-compile distclean-generic \
780
841
        distclean-libtool distclean-tags distdir dvi dvi-am html \
781
842
        html-am info info-am install install-am install-binPROGRAMS \
782
 
        install-data install-data-am install-exec install-exec-am \
783
 
        install-info install-info-am install-man install-strip \
 
843
        install-data install-data-am install-dvi install-dvi-am \
 
844
        install-exec install-exec-am install-html install-html-am \
 
845
        install-info install-info-am install-man install-pdf \
 
846
        install-pdf-am install-ps install-ps-am install-strip \
784
847
        installcheck installcheck-am installdirs maintainer-clean \
785
848
        maintainer-clean-generic mostlyclean mostlyclean-compile \
786
849
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
787
 
        tags uninstall uninstall-am uninstall-binPROGRAMS \
788
 
        uninstall-info-am
 
850
        tags uninstall uninstall-am uninstall-binPROGRAMS
789
851
 
790
852
 
791
853
#debug_SOURCES    = debug.cpp
 
854
 
792
855
# Tell versions [3.59,3.63) of GNU make to not export all variables.
793
856
# Otherwise a system limit (for SysV at least) may be exceeded.
794
857
.NOEXPORT: