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

Comparing ircd-hybrid-8/src/Makefile.in (file contents):
Revision 1372 by michael, Sat Apr 21 19:56:44 2012 UTC vs.
Revision 1373 by michael, Fri Apr 27 07:32:34 2012 UTC

# Line 1 | Line 1
1 < # Makefile.in generated by automake 1.11.5 from Makefile.am.
1 > # Makefile.in generated by automake 1.12 from Makefile.am.
2   # @configure_input@
3  
4   # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# Line 53 | Line 53 | build_triplet = @build@
53   host_triplet = @host@
54   sbin_PROGRAMS = ircd$(EXEEXT)
55   subdir = src
56 < DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in conf_lexer.c \
56 > DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
57 >        $(top_srcdir)/depcomp $(top_srcdir)/ylwrap conf_lexer.c \
58          conf_parser.c conf_parser.h
59   ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60   am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
# Line 108 | Line 109 | LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFL
109          --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
110   YLWRAP = $(top_srcdir)/ylwrap
111   @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
112 + am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
113 +                   -e s/c++$$/h++/ -e s/c$$/h/
114   YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
115   LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
116          --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
# Line 489 | Line 492 | distclean-compile:
492          $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
493  
494   .y.c:
495 <        $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
495 >        $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
496  
497   mostlyclean-libtool:
498          -rm -f *.lo
# Line 546 | Line 549 | GTAGS:
549            && $(am__cd) $(top_srcdir) \
550            && gtags -i $(GTAGS_ARGS) "$$here"
551  
552 + cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
553 +        list='$(SOURCES) $(HEADERS) $(LISP)'; \
554 +        case "$(srcdir)" in \
555 +          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
556 +          *) sdir=$(subdir)/$(srcdir) ;; \
557 +        esac; \
558 +        for i in $$list; do \
559 +          if test -f "$$i"; then \
560 +            echo "$(subdir)/$$i"; \
561 +          else \
562 +            echo "$$sdir/$$i"; \
563 +          fi; \
564 +        done >> $(top_builddir)/cscope.files
565 +
566   distclean-tags:
567          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
568  
# Line 693 | Line 710 | uninstall-am: uninstall-sbinPROGRAMS
710   .MAKE: install-am install-strip
711  
712   .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
713 <        clean-libtool clean-sbinPROGRAMS ctags distclean \
713 >        clean-libtool clean-sbinPROGRAMS cscopelist ctags distclean \
714          distclean-compile distclean-generic distclean-libtool \
715          distclean-tags distdir dvi dvi-am html html-am info info-am \
716          install install-am install-data install-data-am install-dvi \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines