"Fossies" - the Fresh Open Source Software Archive

Member "portfwd-0.29/tools/Makefile.in" (30 May 2005, 9196 Bytes) of package /linux/privat/old/portfwd-0.29.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
    2 
    3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
    4 # This Makefile.in is free software; the Free Software Foundation
    5 # gives unlimited permission to copy and/or distribute it,
    6 # with or without modifications, as long as this notice is preserved.
    7 
    8 # This program is distributed in the hope that it will be useful,
    9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
   10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
   11 # PARTICULAR PURPOSE.
   12 
   13 
   14 SHELL = @SHELL@
   15 
   16 srcdir = @srcdir@
   17 top_srcdir = @top_srcdir@
   18 VPATH = @srcdir@
   19 prefix = @prefix@
   20 exec_prefix = @exec_prefix@
   21 
   22 bindir = @bindir@
   23 sbindir = @sbindir@
   24 libexecdir = @libexecdir@
   25 datadir = @datadir@
   26 sysconfdir = @sysconfdir@
   27 sharedstatedir = @sharedstatedir@
   28 localstatedir = @localstatedir@
   29 libdir = @libdir@
   30 infodir = @infodir@
   31 mandir = @mandir@
   32 includedir = @includedir@
   33 oldincludedir = /usr/include
   34 
   35 DESTDIR =
   36 
   37 pkgdatadir = $(datadir)/@PACKAGE@
   38 pkglibdir = $(libdir)/@PACKAGE@
   39 pkgincludedir = $(includedir)/@PACKAGE@
   40 
   41 top_builddir = ..
   42 
   43 ACLOCAL = @ACLOCAL@
   44 AUTOCONF = @AUTOCONF@
   45 AUTOMAKE = @AUTOMAKE@
   46 AUTOHEADER = @AUTOHEADER@
   47 
   48 INSTALL = @INSTALL@
   49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
   50 INSTALL_DATA = @INSTALL_DATA@
   51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
   52 transform = @program_transform_name@
   53 
   54 NORMAL_INSTALL = :
   55 PRE_INSTALL = :
   56 POST_INSTALL = :
   57 NORMAL_UNINSTALL = :
   58 PRE_UNINSTALL = :
   59 POST_UNINSTALL = :
   60 host_alias = @host_alias@
   61 host_triplet = @host@
   62 CC = @CC@
   63 CXX = @CXX@
   64 HAVE_LIB = @HAVE_LIB@
   65 LEX = @LEX@
   66 LIB = @LIB@
   67 LIBS = @LIBS@
   68 LTLIB = @LTLIB@
   69 MAKEINFO = @MAKEINFO@
   70 PACKAGE = @PACKAGE@
   71 RANLIB = @RANLIB@
   72 REAL_CC = @REAL_CC@
   73 VERSION = @VERSION@
   74 YACC = @YACC@
   75 
   76 CXXFLAGS = -Wall -g -O3
   77 INCLUDES = -I$(top_srcdir)/src
   78 
   79 noinst_PROGRAMS = t_vector udp_rcv udp_snd
   80 
   81 t_vector_SOURCES = t_vector.cc
   82 udp_rcv_SOURCES = udp_rcv.cc
   83 udp_snd_SOURCES = udp_snd.cc
   84 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
   85 CONFIG_HEADER = ../config.h
   86 CONFIG_CLEAN_FILES = 
   87 PROGRAMS =  $(noinst_PROGRAMS)
   88 
   89 
   90 DEFS = @DEFS@ -I. -I$(srcdir) -I..
   91 CPPFLAGS = @CPPFLAGS@
   92 LDFLAGS = @LDFLAGS@
   93 t_vector_OBJECTS =  t_vector.o
   94 t_vector_LDADD = $(LDADD)
   95 t_vector_DEPENDENCIES = 
   96 t_vector_LDFLAGS = 
   97 udp_rcv_OBJECTS =  udp_rcv.o
   98 udp_rcv_LDADD = $(LDADD)
   99 udp_rcv_DEPENDENCIES = 
  100 udp_rcv_LDFLAGS = 
  101 udp_snd_OBJECTS =  udp_snd.o
  102 udp_snd_LDADD = $(LDADD)
  103 udp_snd_DEPENDENCIES = 
  104 udp_snd_LDFLAGS = 
  105 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  106 CXXLD = $(CXX)
  107 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
  108 DIST_COMMON =  Makefile.am Makefile.in
  109 
  110 
  111 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  112 
  113 TAR = tar
  114 GZIP_ENV = --best
  115 DEP_FILES =  .deps/t_vector.P .deps/udp_rcv.P .deps/udp_snd.P
  116 SOURCES = $(t_vector_SOURCES) $(udp_rcv_SOURCES) $(udp_snd_SOURCES)
  117 OBJECTS = $(t_vector_OBJECTS) $(udp_rcv_OBJECTS) $(udp_snd_OBJECTS)
  118 
  119 all: all-redirect
  120 .SUFFIXES:
  121 .SUFFIXES: .S .c .cc .o .s
  122 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  123 	cd $(top_srcdir) && $(AUTOMAKE) --foreign tools/Makefile
  124 
  125 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
  126 	cd $(top_builddir) \
  127 	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  128 
  129 
  130 mostlyclean-noinstPROGRAMS:
  131 
  132 clean-noinstPROGRAMS:
  133 	-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
  134 
  135 distclean-noinstPROGRAMS:
  136 
  137 maintainer-clean-noinstPROGRAMS:
  138 
  139 .s.o:
  140 	$(COMPILE) -c $<
  141 
  142 .S.o:
  143 	$(COMPILE) -c $<
  144 
  145 mostlyclean-compile:
  146 	-rm -f *.o core *.core
  147 
  148 clean-compile:
  149 
  150 distclean-compile:
  151 	-rm -f *.tab.c
  152 
  153 maintainer-clean-compile:
  154 
  155 t_vector: $(t_vector_OBJECTS) $(t_vector_DEPENDENCIES)
  156 	@rm -f t_vector
  157 	$(CXXLINK) $(t_vector_LDFLAGS) $(t_vector_OBJECTS) $(t_vector_LDADD) $(LIBS)
  158 
  159 udp_rcv: $(udp_rcv_OBJECTS) $(udp_rcv_DEPENDENCIES)
  160 	@rm -f udp_rcv
  161 	$(CXXLINK) $(udp_rcv_LDFLAGS) $(udp_rcv_OBJECTS) $(udp_rcv_LDADD) $(LIBS)
  162 
  163 udp_snd: $(udp_snd_OBJECTS) $(udp_snd_DEPENDENCIES)
  164 	@rm -f udp_snd
  165 	$(CXXLINK) $(udp_snd_LDFLAGS) $(udp_snd_OBJECTS) $(udp_snd_LDADD) $(LIBS)
  166 .cc.o:
  167 	$(CXXCOMPILE) -c $<
  168 
  169 tags: TAGS
  170 
  171 ID: $(HEADERS) $(SOURCES) $(LISP)
  172 	list='$(SOURCES) $(HEADERS)'; \
  173 	unique=`for i in $$list; do echo $$i; done | \
  174 	  awk '    { files[$$0] = 1; } \
  175 	       END { for (i in files) print i; }'`; \
  176 	here=`pwd` && cd $(srcdir) \
  177 	  && mkid -f$$here/ID $$unique $(LISP)
  178 
  179 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  180 	tags=; \
  181 	here=`pwd`; \
  182 	list='$(SOURCES) $(HEADERS)'; \
  183 	unique=`for i in $$list; do echo $$i; done | \
  184 	  awk '    { files[$$0] = 1; } \
  185 	       END { for (i in files) print i; }'`; \
  186 	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  187 	  || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
  188 
  189 mostlyclean-tags:
  190 
  191 clean-tags:
  192 
  193 distclean-tags:
  194 	-rm -f TAGS ID
  195 
  196 maintainer-clean-tags:
  197 
  198 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  199 
  200 subdir = tools
  201 
  202 distdir: $(DISTFILES)
  203 	here=`cd $(top_builddir) && pwd`; \
  204 	top_distdir=`cd $(top_distdir) && pwd`; \
  205 	distdir=`cd $(distdir) && pwd`; \
  206 	cd $(top_srcdir) \
  207 	  && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign tools/Makefile
  208 	@for file in $(DISTFILES); do \
  209 	  d=$(srcdir); \
  210 	  if test -d $$d/$$file; then \
  211 	    cp -pr $$d/$$file $(distdir)/$$file; \
  212 	  else \
  213 	    test -f $(distdir)/$$file \
  214 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  215 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
  216 	  fi; \
  217 	done
  218 
  219 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
  220 
  221 -include $(DEP_FILES)
  222 
  223 mostlyclean-depend:
  224 
  225 clean-depend:
  226 
  227 distclean-depend:
  228 	-rm -rf .deps
  229 
  230 maintainer-clean-depend:
  231 
  232 %.o: %.c
  233 	@echo '$(COMPILE) -c $<'; \
  234 	$(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
  235 	@-cp .deps/$(*F).pp .deps/$(*F).P; \
  236 	tr ' ' '\012' < .deps/$(*F).pp \
  237 	  | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
  238 	    >> .deps/$(*F).P; \
  239 	rm .deps/$(*F).pp
  240 
  241 %.lo: %.c
  242 	@echo '$(LTCOMPILE) -c $<'; \
  243 	$(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
  244 	@-sed -e 's/^\([^:]*\)\.o[ 	]*:/\1.lo \1.o :/' \
  245 	  < .deps/$(*F).pp > .deps/$(*F).P; \
  246 	tr ' ' '\012' < .deps/$(*F).pp \
  247 	  | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
  248 	    >> .deps/$(*F).P; \
  249 	rm -f .deps/$(*F).pp
  250 
  251 %.o: %.cc
  252 	@echo '$(CXXCOMPILE) -c $<'; \
  253 	$(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
  254 	@-cp .deps/$(*F).pp .deps/$(*F).P; \
  255 	tr ' ' '\012' < .deps/$(*F).pp \
  256 	  | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
  257 	    >> .deps/$(*F).P; \
  258 	rm .deps/$(*F).pp
  259 
  260 %.lo: %.cc
  261 	@echo '$(LTCXXCOMPILE) -c $<'; \
  262 	$(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
  263 	@-sed -e 's/^\([^:]*\)\.o[ 	]*:/\1.lo \1.o :/' \
  264 	  < .deps/$(*F).pp > .deps/$(*F).P; \
  265 	tr ' ' '\012' < .deps/$(*F).pp \
  266 	  | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
  267 	    >> .deps/$(*F).P; \
  268 	rm -f .deps/$(*F).pp
  269 info-am:
  270 info: info-am
  271 dvi-am:
  272 dvi: dvi-am
  273 check-am: all-am
  274 check: check-am
  275 installcheck-am:
  276 installcheck: installcheck-am
  277 install-exec-am:
  278 install-exec: install-exec-am
  279 
  280 install-data-am:
  281 install-data: install-data-am
  282 
  283 install-am: all-am
  284 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  285 install: install-am
  286 uninstall-am:
  287 uninstall: uninstall-am
  288 all-am: Makefile $(PROGRAMS)
  289 all-redirect: all-am
  290 install-strip:
  291 	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  292 installdirs:
  293 
  294 
  295 mostlyclean-generic:
  296 
  297 clean-generic:
  298 
  299 distclean-generic:
  300 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
  301 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
  302 
  303 maintainer-clean-generic:
  304 mostlyclean-am:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
  305 		mostlyclean-tags mostlyclean-depend mostlyclean-generic
  306 
  307 mostlyclean: mostlyclean-am
  308 
  309 clean-am:  clean-noinstPROGRAMS clean-compile clean-tags clean-depend \
  310 		clean-generic mostlyclean-am
  311 
  312 clean: clean-am
  313 
  314 distclean-am:  distclean-noinstPROGRAMS distclean-compile distclean-tags \
  315 		distclean-depend distclean-generic clean-am
  316 
  317 distclean: distclean-am
  318 
  319 maintainer-clean-am:  maintainer-clean-noinstPROGRAMS \
  320 		maintainer-clean-compile maintainer-clean-tags \
  321 		maintainer-clean-depend maintainer-clean-generic \
  322 		distclean-am
  323 	@echo "This command is intended for maintainers to use;"
  324 	@echo "it deletes files that may require special tools to rebuild."
  325 
  326 maintainer-clean: maintainer-clean-am
  327 
  328 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
  329 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
  330 mostlyclean-compile distclean-compile clean-compile \
  331 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
  332 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
  333 distclean-depend clean-depend maintainer-clean-depend info-am info \
  334 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
  335 install-exec install-data-am install-data install-am install \
  336 uninstall-am uninstall all-redirect all-am all installdirs \
  337 mostlyclean-generic distclean-generic clean-generic \
  338 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  339 
  340 
  341 # Tell versions [3.59,3.63) of GNU make to not export all variables.
  342 # Otherwise a system limit (for SysV at least) may be exceeded.
  343 .NOEXPORT: