Diff for /rpl/rpltags/Attic/Makefile.in between versions 1.43 and 1.44

version 1.43, 2011/10/10 10:58:11 version 1.44, 2011/11/15 07:01:36
Line 57  DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top Line 57  DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top
 depcomp = $(SHELL) $(top_srcdir)/depcomp  depcomp = $(SHELL) $(top_srcdir)/depcomp
 am__depfiles_maybe = depfiles  am__depfiles_maybe = depfiles
 am__mv = mv -f  am__mv = mv -f
   AM_V_lt = $(am__v_lt_$(V))
   am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
   am__v_lt_0 = --silent
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \  COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)      $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   AM_V_CC = $(am__v_CC_$(V))
   am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
   am__v_CC_0 = @echo "  CC    " $@;
   AM_V_at = $(am__v_at_$(V))
   am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
   am__v_at_0 = @
 CCLD = $(CC)  CCLD = $(CC)
 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@  LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
   AM_V_CCLD = $(am__v_CCLD_$(V))
   am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
   am__v_CCLD_0 = @echo "  CCLD  " $@;
   AM_V_GEN = $(am__v_GEN_$(V))
   am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
   am__v_GEN_0 = @echo "  GEN   " $@;
 SOURCES = rpltags.c  SOURCES = rpltags.c
 DIST_SOURCES = rpltags.c  DIST_SOURCES = rpltags.c
 ETAGS = etags  ETAGS = etags
Line 69  DISTFILES = $(DIST_COMMON) $(DIST_SOURCE Line 84  DISTFILES = $(DIST_COMMON) $(DIST_SOURCE
 ABI = @ABI@  ABI = @ABI@
 ACLOCAL = @ACLOCAL@  ACLOCAL = @ACLOCAL@
 AMTAR = @AMTAR@  AMTAR = @AMTAR@
   AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 AUTOCONF = @AUTOCONF@  AUTOCONF = @AUTOCONF@
 AUTOHEADER = @AUTOHEADER@  AUTOHEADER = @AUTOHEADER@
 AUTOMAKE = @AUTOMAKE@  AUTOMAKE = @AUTOMAKE@
Line 333  clean-binPROGRAMS: Line 349  clean-binPROGRAMS:
     -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)      -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
 rpltags$(EXEEXT): $(rpltags_OBJECTS) $(rpltags_DEPENDENCIES)   rpltags$(EXEEXT): $(rpltags_OBJECTS) $(rpltags_DEPENDENCIES) 
     @rm -f rpltags$(EXEEXT)      @rm -f rpltags$(EXEEXT)
     $(rpltags_LINK) $(rpltags_OBJECTS) $(rpltags_LDADD) $(LIBS)      $(AM_V_CCLD)$(rpltags_LINK) $(rpltags_OBJECTS) $(rpltags_LDADD) $(LIBS)
   
 mostlyclean-compile:  mostlyclean-compile:
     -rm -f *.$(OBJEXT)      -rm -f *.$(OBJEXT)
Line 344  distclean-compile: Line 360  distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rpltags-rpltags.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rpltags-rpltags.Po@am__quote@
   
 .c.o:  .c.o:
 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<  @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po  @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
   @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@  @AMDEP_TRUE@@am__fastdepCC_FALSE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@   DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@  @AMDEP_TRUE@@am__fastdepCC_FALSE@   DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(COMPILE) -c $<  @am__fastdepCC_FALSE@   $(COMPILE) -c $<
   
 .c.obj:  .c.obj:
 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`  @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po  @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
   @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@  @AMDEP_TRUE@@am__fastdepCC_FALSE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@   DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@  @AMDEP_TRUE@@am__fastdepCC_FALSE@   DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`  @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
   
 rpltags-rpltags.o: rpltags.c  rpltags-rpltags.o: rpltags.c
 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpltags_CFLAGS) $(CFLAGS) -MT rpltags-rpltags.o -MD -MP -MF $(DEPDIR)/rpltags-rpltags.Tpo -c -o rpltags-rpltags.o `test -f 'rpltags.c' || echo '$(srcdir)/'`rpltags.c  @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpltags_CFLAGS) $(CFLAGS) -MT rpltags-rpltags.o -MD -MP -MF $(DEPDIR)/rpltags-rpltags.Tpo -c -o rpltags-rpltags.o `test -f 'rpltags.c' || echo '$(srcdir)/'`rpltags.c
 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/rpltags-rpltags.Tpo $(DEPDIR)/rpltags-rpltags.Po  @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/rpltags-rpltags.Tpo $(DEPDIR)/rpltags-rpltags.Po
   @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@   source='rpltags.c' object='rpltags-rpltags.o' libtool=no @AMDEPBACKSLASH@  @AMDEP_TRUE@@am__fastdepCC_FALSE@   source='rpltags.c' object='rpltags-rpltags.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@   DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@  @AMDEP_TRUE@@am__fastdepCC_FALSE@   DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpltags_CFLAGS) $(CFLAGS) -c -o rpltags-rpltags.o `test -f 'rpltags.c' || echo '$(srcdir)/'`rpltags.c  @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpltags_CFLAGS) $(CFLAGS) -c -o rpltags-rpltags.o `test -f 'rpltags.c' || echo '$(srcdir)/'`rpltags.c
   
 rpltags-rpltags.obj: rpltags.c  rpltags-rpltags.obj: rpltags.c
 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpltags_CFLAGS) $(CFLAGS) -MT rpltags-rpltags.obj -MD -MP -MF $(DEPDIR)/rpltags-rpltags.Tpo -c -o rpltags-rpltags.obj `if test -f 'rpltags.c'; then $(CYGPATH_W) 'rpltags.c'; else $(CYGPATH_W) '$(srcdir)/rpltags.c'; fi`  @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpltags_CFLAGS) $(CFLAGS) -MT rpltags-rpltags.obj -MD -MP -MF $(DEPDIR)/rpltags-rpltags.Tpo -c -o rpltags-rpltags.obj `if test -f 'rpltags.c'; then $(CYGPATH_W) 'rpltags.c'; else $(CYGPATH_W) '$(srcdir)/rpltags.c'; fi`
 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/rpltags-rpltags.Tpo $(DEPDIR)/rpltags-rpltags.Po  @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/rpltags-rpltags.Tpo $(DEPDIR)/rpltags-rpltags.Po
   @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@   source='rpltags.c' object='rpltags-rpltags.obj' libtool=no @AMDEPBACKSLASH@  @AMDEP_TRUE@@am__fastdepCC_FALSE@   source='rpltags.c' object='rpltags-rpltags.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@   DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@  @AMDEP_TRUE@@am__fastdepCC_FALSE@   DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpltags_CFLAGS) $(CFLAGS) -c -o rpltags-rpltags.obj `if test -f 'rpltags.c'; then $(CYGPATH_W) 'rpltags.c'; else $(CYGPATH_W) '$(srcdir)/rpltags.c'; fi`  @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rpltags_CFLAGS) $(CFLAGS) -c -o rpltags-rpltags.obj `if test -f 'rpltags.c'; then $(CYGPATH_W) 'rpltags.c'; else $(CYGPATH_W) '$(srcdir)/rpltags.c'; fi`

Removed from v.1.43  
changed lines
  Added in v.1.44


CVSweb interface <joel.bertrand@systella.fr>