~ubuntu-branches/ubuntu/trusty/libapache2-mod-rivet/trusty

« back to all changes in this revision

Viewing changes to src/apache-2/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Massimo Manghi
  • Date: 2013-10-02 11:44:17 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20131002114417-aimbnyf22r39iv39
Tags: 2.1.3-1
* New upstream code 2.1.3 
* Removed package dh-apache2 from Build-Depends
* Undone patch removing distclean target from doc/Makefile.am

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
# See the License for the specific language governing permissions and
32
32
# limitations under the License.
33
33
 
34
 
# AM_CFLAGS = @TCL_INCLUDES@ @GM_CPPFLAGS@
35
 
 
36
34
VPATH = @srcdir@
37
35
am__make_dryrun = \
38
36
  { \
113
111
am__installdirs = "$(DESTDIR)$(apxs_libexecdir)"
114
112
LTLIBRARIES = $(apxs_libexec_LTLIBRARIES)
115
113
mod_rivet_la_DEPENDENCIES =
 
114
am__dirstamp = $(am__leading_dot)dirstamp
116
115
am_mod_rivet_la_OBJECTS = mod_rivet_la-apache_multipart_buffer.lo \
117
116
        mod_rivet_la-apache_request.lo mod_rivet_la-mod_rivet.lo \
118
 
        mod_rivet_la-TclWebapache.lo mod_rivet_la-rivetCore.lo \
119
 
        mod_rivet_la-rivetConf.lo mod_rivet_la-rivetChannel.lo \
120
 
        mod_rivet_la-rivetParser.lo
 
117
        mod_rivet_la-TclWebapache.lo \
 
118
        ../rivetcmds/mod_rivet_la-rivetCore.lo \
 
119
        ../rivetcmds/mod_rivet_la-rivetInspect.lo \
 
120
        ../mod_rivet_la-rivetChannel.lo \
 
121
        ../parser/mod_rivet_la-rivetParser.lo
121
122
mod_rivet_la_OBJECTS = $(am_mod_rivet_la_OBJECTS)
122
123
mod_rivet_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
123
124
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
331
332
top_srcdir = @top_srcdir@
332
333
with_apr_config = @with_apr_config@
333
334
with_apxs = @with_apxs@
 
335
AUTOMAKE_OPTIONS = subdir-objects
 
336
 
 
337
# AM_CFLAGS = @TCL_INCLUDES@ @GM_CPPFLAGS@
334
338
 
335
339
# The weird and wild magic of auto* associates these two.
336
340
apxs_libexecdir = @APXS_LIBEXECDIR@
337
341
apxs_libexec_LTLIBRARIES = mod_rivet.la
338
 
INCLUDES = @apache_include@ -I@RIVET_BASE_INCLUDE@ -I../parser
 
342
 
 
343
#AM_CPPFLAGS = 
339
344
 
340
345
# ... and these two.  We want to put the libs in the package path,
341
346
# rather than the standard library location for the system.
348
353
                apache_request.c                        \
349
354
                mod_rivet.c                             \
350
355
                TclWebapache.c                          \
351
 
                rivetCore.c                                     \
352
 
            rivetConf.c                 \
353
 
                ../rivetChannel.c                       \
 
356
                ../rivetcmds/rivetCore.c    \
 
357
            ../rivetcmds/rivetInspect.c \
 
358
                ../rivetChannel.c           \
354
359
            ../parser/rivetParser.c
355
360
 
356
 
mod_rivet_la_LDFLAGS = @TCL_LIB_SPEC@ @APXS_LDFLAGS@  @APR_LDFLAGS@ -module -avoid-version
357
 
mod_rivet_la_LIBADD = @TCL_LIBS@ @APXS_LIBS@
358
 
mod_rivet_la_CPPFLAGS = @TCL_INCLUDES@ @APXS_CPPFLAGS@ @APXS_INCLUDES@ @APR_CPPFLAGS@ @APR_INCLUDES@ -DSTART_TAG='"<?"' -DEND_TAG='"?>"'
 
361
mod_rivet_la_LDFLAGS = @TCL_LIB_SPEC@ @APXS_LDFLAGS@ @APR_LDFLAGS@ -module -avoid-version
 
362
mod_rivet_la_LIBADD = @TCL_LIBS@ @APXS_LIBS@ 
 
363
mod_rivet_la_CPPFLAGS = @apache_include@ -I@RIVET_BASE_INCLUDE@ -I../parser @TCL_INCLUDES@ @APXS_CPPFLAGS@ @APXS_INCLUDES@ @APR_CPPFLAGS@ @APR_INCLUDES@ -DSTART_TAG='"<?"' -DEND_TAG='"?>"'
359
364
all: all-am
360
365
 
361
366
.SUFFIXES:
422
427
          echo "rm -f \"$${dir}/so_locations\""; \
423
428
          rm -f "$${dir}/so_locations"; \
424
429
        done
 
430
../rivetcmds/$(am__dirstamp):
 
431
        @$(MKDIR_P) ../rivetcmds
 
432
        @: > ../rivetcmds/$(am__dirstamp)
 
433
../rivetcmds/$(DEPDIR)/$(am__dirstamp):
 
434
        @$(MKDIR_P) ../rivetcmds/$(DEPDIR)
 
435
        @: > ../rivetcmds/$(DEPDIR)/$(am__dirstamp)
 
436
../rivetcmds/mod_rivet_la-rivetCore.lo: ../rivetcmds/$(am__dirstamp) \
 
437
        ../rivetcmds/$(DEPDIR)/$(am__dirstamp)
 
438
../rivetcmds/mod_rivet_la-rivetInspect.lo:  \
 
439
        ../rivetcmds/$(am__dirstamp) \
 
440
        ../rivetcmds/$(DEPDIR)/$(am__dirstamp)
 
441
../$(am__dirstamp):
 
442
        @$(MKDIR_P) ..
 
443
        @: > ../$(am__dirstamp)
 
444
../$(DEPDIR)/$(am__dirstamp):
 
445
        @$(MKDIR_P) ../$(DEPDIR)
 
446
        @: > ../$(DEPDIR)/$(am__dirstamp)
 
447
../mod_rivet_la-rivetChannel.lo: ../$(am__dirstamp) \
 
448
        ../$(DEPDIR)/$(am__dirstamp)
 
449
../parser/$(am__dirstamp):
 
450
        @$(MKDIR_P) ../parser
 
451
        @: > ../parser/$(am__dirstamp)
 
452
../parser/$(DEPDIR)/$(am__dirstamp):
 
453
        @$(MKDIR_P) ../parser/$(DEPDIR)
 
454
        @: > ../parser/$(DEPDIR)/$(am__dirstamp)
 
455
../parser/mod_rivet_la-rivetParser.lo: ../parser/$(am__dirstamp) \
 
456
        ../parser/$(DEPDIR)/$(am__dirstamp)
425
457
mod_rivet.la: $(mod_rivet_la_OBJECTS) $(mod_rivet_la_DEPENDENCIES) $(EXTRA_mod_rivet_la_DEPENDENCIES) 
426
458
        $(mod_rivet_la_LINK) -rpath $(apxs_libexecdir) $(mod_rivet_la_OBJECTS) $(mod_rivet_la_LIBADD) $(LIBS)
427
459
 
428
460
mostlyclean-compile:
429
461
        -rm -f *.$(OBJEXT)
 
462
        -rm -f ../mod_rivet_la-rivetChannel.$(OBJEXT)
 
463
        -rm -f ../mod_rivet_la-rivetChannel.lo
 
464
        -rm -f ../parser/mod_rivet_la-rivetParser.$(OBJEXT)
 
465
        -rm -f ../parser/mod_rivet_la-rivetParser.lo
 
466
        -rm -f ../rivetcmds/mod_rivet_la-rivetCore.$(OBJEXT)
 
467
        -rm -f ../rivetcmds/mod_rivet_la-rivetCore.lo
 
468
        -rm -f ../rivetcmds/mod_rivet_la-rivetInspect.$(OBJEXT)
 
469
        -rm -f ../rivetcmds/mod_rivet_la-rivetInspect.lo
430
470
 
431
471
distclean-compile:
432
472
        -rm -f *.tab.c
433
473
 
 
474
@AMDEP_TRUE@@am__include@ @am__quote@../$(DEPDIR)/mod_rivet_la-rivetChannel.Plo@am__quote@
 
475
@AMDEP_TRUE@@am__include@ @am__quote@../parser/$(DEPDIR)/mod_rivet_la-rivetParser.Plo@am__quote@
 
476
@AMDEP_TRUE@@am__include@ @am__quote@../rivetcmds/$(DEPDIR)/mod_rivet_la-rivetCore.Plo@am__quote@
 
477
@AMDEP_TRUE@@am__include@ @am__quote@../rivetcmds/$(DEPDIR)/mod_rivet_la-rivetInspect.Plo@am__quote@
434
478
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_rivet_la-TclWebapache.Plo@am__quote@
435
479
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_rivet_la-apache_multipart_buffer.Plo@am__quote@
436
480
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_rivet_la-apache_request.Plo@am__quote@
437
481
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_rivet_la-mod_rivet.Plo@am__quote@
438
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_rivet_la-rivetChannel.Plo@am__quote@
439
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_rivet_la-rivetConf.Plo@am__quote@
440
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_rivet_la-rivetCore.Plo@am__quote@
441
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_rivet_la-rivetParser.Plo@am__quote@
442
482
 
443
483
.c.o:
444
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
445
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
484
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
 
485
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
486
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.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
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
489
@am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ $<
449
490
 
450
491
.c.obj:
451
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
452
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
492
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
 
493
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
 
494
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
453
495
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
454
496
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
455
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
497
@am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
456
498
 
457
499
.c.lo:
458
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
459
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
500
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
 
501
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
502
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
460
503
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
461
504
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
462
505
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
489
532
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
490
533
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_rivet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mod_rivet_la-TclWebapache.lo `test -f 'TclWebapache.c' || echo '$(srcdir)/'`TclWebapache.c
491
534
 
492
 
mod_rivet_la-rivetCore.lo: rivetCore.c
493
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_rivet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mod_rivet_la-rivetCore.lo -MD -MP -MF $(DEPDIR)/mod_rivet_la-rivetCore.Tpo -c -o mod_rivet_la-rivetCore.lo `test -f 'rivetCore.c' || echo '$(srcdir)/'`rivetCore.c
494
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mod_rivet_la-rivetCore.Tpo $(DEPDIR)/mod_rivet_la-rivetCore.Plo
495
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rivetCore.c' object='mod_rivet_la-rivetCore.lo' libtool=yes @AMDEPBACKSLASH@
496
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
497
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_rivet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mod_rivet_la-rivetCore.lo `test -f 'rivetCore.c' || echo '$(srcdir)/'`rivetCore.c
498
 
 
499
 
mod_rivet_la-rivetConf.lo: rivetConf.c
500
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_rivet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mod_rivet_la-rivetConf.lo -MD -MP -MF $(DEPDIR)/mod_rivet_la-rivetConf.Tpo -c -o mod_rivet_la-rivetConf.lo `test -f 'rivetConf.c' || echo '$(srcdir)/'`rivetConf.c
501
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mod_rivet_la-rivetConf.Tpo $(DEPDIR)/mod_rivet_la-rivetConf.Plo
502
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rivetConf.c' object='mod_rivet_la-rivetConf.lo' libtool=yes @AMDEPBACKSLASH@
503
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
504
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_rivet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mod_rivet_la-rivetConf.lo `test -f 'rivetConf.c' || echo '$(srcdir)/'`rivetConf.c
505
 
 
506
 
mod_rivet_la-rivetChannel.lo: ../rivetChannel.c
507
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_rivet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mod_rivet_la-rivetChannel.lo -MD -MP -MF $(DEPDIR)/mod_rivet_la-rivetChannel.Tpo -c -o mod_rivet_la-rivetChannel.lo `test -f '../rivetChannel.c' || echo '$(srcdir)/'`../rivetChannel.c
508
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mod_rivet_la-rivetChannel.Tpo $(DEPDIR)/mod_rivet_la-rivetChannel.Plo
509
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../rivetChannel.c' object='mod_rivet_la-rivetChannel.lo' libtool=yes @AMDEPBACKSLASH@
510
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
511
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_rivet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mod_rivet_la-rivetChannel.lo `test -f '../rivetChannel.c' || echo '$(srcdir)/'`../rivetChannel.c
512
 
 
513
 
mod_rivet_la-rivetParser.lo: ../parser/rivetParser.c
514
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_rivet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mod_rivet_la-rivetParser.lo -MD -MP -MF $(DEPDIR)/mod_rivet_la-rivetParser.Tpo -c -o mod_rivet_la-rivetParser.lo `test -f '../parser/rivetParser.c' || echo '$(srcdir)/'`../parser/rivetParser.c
515
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/mod_rivet_la-rivetParser.Tpo $(DEPDIR)/mod_rivet_la-rivetParser.Plo
516
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../parser/rivetParser.c' object='mod_rivet_la-rivetParser.lo' libtool=yes @AMDEPBACKSLASH@
517
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
518
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_rivet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mod_rivet_la-rivetParser.lo `test -f '../parser/rivetParser.c' || echo '$(srcdir)/'`../parser/rivetParser.c
 
535
../rivetcmds/mod_rivet_la-rivetCore.lo: ../rivetcmds/rivetCore.c
 
536
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_rivet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ../rivetcmds/mod_rivet_la-rivetCore.lo -MD -MP -MF ../rivetcmds/$(DEPDIR)/mod_rivet_la-rivetCore.Tpo -c -o ../rivetcmds/mod_rivet_la-rivetCore.lo `test -f '../rivetcmds/rivetCore.c' || echo '$(srcdir)/'`../rivetcmds/rivetCore.c
 
537
@am__fastdepCC_TRUE@    $(am__mv) ../rivetcmds/$(DEPDIR)/mod_rivet_la-rivetCore.Tpo ../rivetcmds/$(DEPDIR)/mod_rivet_la-rivetCore.Plo
 
538
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../rivetcmds/rivetCore.c' object='../rivetcmds/mod_rivet_la-rivetCore.lo' libtool=yes @AMDEPBACKSLASH@
 
539
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
540
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_rivet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ../rivetcmds/mod_rivet_la-rivetCore.lo `test -f '../rivetcmds/rivetCore.c' || echo '$(srcdir)/'`../rivetcmds/rivetCore.c
 
541
 
 
542
../rivetcmds/mod_rivet_la-rivetInspect.lo: ../rivetcmds/rivetInspect.c
 
543
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_rivet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ../rivetcmds/mod_rivet_la-rivetInspect.lo -MD -MP -MF ../rivetcmds/$(DEPDIR)/mod_rivet_la-rivetInspect.Tpo -c -o ../rivetcmds/mod_rivet_la-rivetInspect.lo `test -f '../rivetcmds/rivetInspect.c' || echo '$(srcdir)/'`../rivetcmds/rivetInspect.c
 
544
@am__fastdepCC_TRUE@    $(am__mv) ../rivetcmds/$(DEPDIR)/mod_rivet_la-rivetInspect.Tpo ../rivetcmds/$(DEPDIR)/mod_rivet_la-rivetInspect.Plo
 
545
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../rivetcmds/rivetInspect.c' object='../rivetcmds/mod_rivet_la-rivetInspect.lo' libtool=yes @AMDEPBACKSLASH@
 
546
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
547
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_rivet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ../rivetcmds/mod_rivet_la-rivetInspect.lo `test -f '../rivetcmds/rivetInspect.c' || echo '$(srcdir)/'`../rivetcmds/rivetInspect.c
 
548
 
 
549
../mod_rivet_la-rivetChannel.lo: ../rivetChannel.c
 
550
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_rivet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ../mod_rivet_la-rivetChannel.lo -MD -MP -MF ../$(DEPDIR)/mod_rivet_la-rivetChannel.Tpo -c -o ../mod_rivet_la-rivetChannel.lo `test -f '../rivetChannel.c' || echo '$(srcdir)/'`../rivetChannel.c
 
551
@am__fastdepCC_TRUE@    $(am__mv) ../$(DEPDIR)/mod_rivet_la-rivetChannel.Tpo ../$(DEPDIR)/mod_rivet_la-rivetChannel.Plo
 
552
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../rivetChannel.c' object='../mod_rivet_la-rivetChannel.lo' libtool=yes @AMDEPBACKSLASH@
 
553
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
554
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_rivet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ../mod_rivet_la-rivetChannel.lo `test -f '../rivetChannel.c' || echo '$(srcdir)/'`../rivetChannel.c
 
555
 
 
556
../parser/mod_rivet_la-rivetParser.lo: ../parser/rivetParser.c
 
557
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_rivet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ../parser/mod_rivet_la-rivetParser.lo -MD -MP -MF ../parser/$(DEPDIR)/mod_rivet_la-rivetParser.Tpo -c -o ../parser/mod_rivet_la-rivetParser.lo `test -f '../parser/rivetParser.c' || echo '$(srcdir)/'`../parser/rivetParser.c
 
558
@am__fastdepCC_TRUE@    $(am__mv) ../parser/$(DEPDIR)/mod_rivet_la-rivetParser.Tpo ../parser/$(DEPDIR)/mod_rivet_la-rivetParser.Plo
 
559
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../parser/rivetParser.c' object='../parser/mod_rivet_la-rivetParser.lo' libtool=yes @AMDEPBACKSLASH@
 
560
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
561
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_rivet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ../parser/mod_rivet_la-rivetParser.lo `test -f '../parser/rivetParser.c' || echo '$(srcdir)/'`../parser/rivetParser.c
519
562
 
520
563
mostlyclean-libtool:
521
564
        -rm -f *.lo
522
565
 
523
566
clean-libtool:
524
567
        -rm -rf .libs _libs
 
568
        -rm -rf ../.libs ../_libs
 
569
        -rm -rf ../parser/.libs ../parser/_libs
 
570
        -rm -rf ../rivetcmds/.libs ../rivetcmds/_libs
525
571
 
526
572
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
527
573
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
639
685
distclean-generic:
640
686
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
641
687
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
688
        -rm -f ../$(DEPDIR)/$(am__dirstamp)
 
689
        -rm -f ../$(am__dirstamp)
 
690
        -rm -f ../parser/$(DEPDIR)/$(am__dirstamp)
 
691
        -rm -f ../parser/$(am__dirstamp)
 
692
        -rm -f ../rivetcmds/$(DEPDIR)/$(am__dirstamp)
 
693
        -rm -f ../rivetcmds/$(am__dirstamp)
642
694
 
643
695
maintainer-clean-generic:
644
696
        @echo "This command is intended for maintainers to use"
649
701
        mostlyclean-am
650
702
 
651
703
distclean: distclean-am
652
 
        -rm -rf ./$(DEPDIR)
 
704
        -rm -rf ../$(DEPDIR) ../parser/$(DEPDIR) ../rivetcmds/$(DEPDIR) ./$(DEPDIR)
653
705
        -rm -f Makefile
654
706
distclean-am: clean-am distclean-compile distclean-generic \
655
707
        distclean-tags
696
748
installcheck-am:
697
749
 
698
750
maintainer-clean: maintainer-clean-am
699
 
        -rm -rf ./$(DEPDIR)
 
751
        -rm -rf ../$(DEPDIR) ../parser/$(DEPDIR) ../rivetcmds/$(DEPDIR) ./$(DEPDIR)
700
752
        -rm -f Makefile
701
753
maintainer-clean-am: distclean-am maintainer-clean-generic
702
754