ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/src/Makefile.in
(Generate patch)

Comparing ircd-hybrid-8/src/Makefile.in (file contents):
Revision 1256 by michael, Thu Sep 29 11:32:21 2011 UTC vs.
Revision 1257 by michael, Sun Jan 15 06:28:46 2012 UTC

# Line 1 | Line 1
1 < # Makefile.in generated by automake 1.11.1 from Makefile.am.
1 > # Makefile.in generated by automake 1.11.2 from Makefile.am.
2   # @configure_input@
3  
4   # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 < # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 < # Inc.
5 > # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 > # Foundation, Inc.
7   # This Makefile.in is free software; the Free Software Foundation
8   # gives unlimited permission to copy and/or distribute it,
9   # with or without modifications, as long as this notice is preserved.
# Line 99 | Line 99 | LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLF
99          --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
100          $(LDFLAGS) -o $@
101   @MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
102 < LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
102 > LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
103   LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
104 <        --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
104 >        --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
105   YLWRAP = $(top_srcdir)/ylwrap
106   @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
107 < YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
107 > YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
108   LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
109 <        --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
109 >        --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
110   SOURCES = $(ircd_SOURCES)
111   DIST_SOURCES = $(am__ircd_SOURCES_DIST)
112   ETAGS = etags
# Line 346 | Line 346 | clean-sbinPROGRAMS:
346          echo " rm -f" $$list; \
347          rm -f $$list
348   ircd_parser.h: ircd_parser.c
349 <        @if test ! -f $@; then \
350 <          rm -f ircd_parser.c; \
351 <          $(MAKE) $(AM_MAKEFLAGS) ircd_parser.c; \
352 <        else :; fi
349 >        @if test ! -f $@; then rm -f ircd_parser.c; else :; fi
350 >        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) ircd_parser.c; else :; fi
351   ircd$(EXEEXT): $(ircd_OBJECTS) $(ircd_DEPENDENCIES)
352          @rm -f ircd$(EXEEXT)
353          $(ircd_LINK) $(ircd_OBJECTS) $(ircd_LDADD) $(LIBS)
# Line 545 | Line 543 | install-am: all-am
543  
544   installcheck: installcheck-am
545   install-strip:
546 <        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
547 <          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
548 <          `test -z '$(STRIP)' || \
549 <            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
546 >        if test -z '$(STRIP)'; then \
547 >          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
548 >            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
549 >              install; \
550 >        else \
551 >          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
552 >            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
553 >            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
554 >        fi
555   mostlyclean-generic:
556  
557   clean-generic:

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)