"Fossies" - the Fresh Open Source Software Archive 
Member "portfwd-0.29/src/Makefile.in" (30 May 2005, 10191 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 CFLAGS = -Wall -ggdb -O3 -DPORTFWD_CONF=\"$(sysconfdir)/portfwd.cfg\"
77 CXXFLAGS = $(CFLAGS)
78 INCLUDES = -I$(top_srcdir)/src
79
80 sbin_PROGRAMS = portfwd
81 portfwd_SOURCES = addr.cc from_addr.cc host_map.cc portfwd.cc dst_addr.cc director.cc entry.cc net_portion.cc proto_map.cc forward.cc port_pair.cc solve.cc yconf.c lexconf.c util.cc fd_set.cc
82
83
84 LDADD = getopt.o getopt1.o
85 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
86 CONFIG_HEADER = ../config.h
87 CONFIG_CLEAN_FILES =
88 PROGRAMS = $(sbin_PROGRAMS)
89
90
91 DEFS = @DEFS@ -I. -I$(srcdir) -I..
92 CPPFLAGS = @CPPFLAGS@
93 LDFLAGS = @LDFLAGS@
94 portfwd_OBJECTS = addr.o from_addr.o host_map.o portfwd.o dst_addr.o \
95 director.o entry.o net_portion.o proto_map.o forward.o port_pair.o \
96 solve.o yconf.o lexconf.o util.o fd_set.o
97 portfwd_LDADD = $(LDADD)
98 portfwd_DEPENDENCIES = getopt.o getopt1.o
99 portfwd_LDFLAGS =
100 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
101 CXXLD = $(CXX)
102 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
103 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
104 CCLD = $(CC)
105 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
106 DIST_COMMON = Makefile.am Makefile.in
107
108
109 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
110
111 TAR = tar
112 GZIP_ENV = --best
113 DEP_FILES = .deps/addr.P .deps/director.P .deps/dst_addr.P \
114 .deps/entry.P .deps/fd_set.P .deps/forward.P .deps/from_addr.P \
115 .deps/host_map.P .deps/lexconf.P .deps/net_portion.P .deps/port_pair.P \
116 .deps/portfwd.P .deps/proto_map.P .deps/solve.P .deps/util.P \
117 .deps/yconf.P
118 SOURCES = $(portfwd_SOURCES)
119 OBJECTS = $(portfwd_OBJECTS)
120
121 all: all-redirect
122 .SUFFIXES:
123 .SUFFIXES: .S .c .cc .o .s
124 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
125 cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile
126
127 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
128 cd $(top_builddir) \
129 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
130
131
132 mostlyclean-sbinPROGRAMS:
133
134 clean-sbinPROGRAMS:
135 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
136
137 distclean-sbinPROGRAMS:
138
139 maintainer-clean-sbinPROGRAMS:
140
141 install-sbinPROGRAMS: $(sbin_PROGRAMS)
142 @$(NORMAL_INSTALL)
143 $(mkinstalldirs) $(DESTDIR)$(sbindir)
144 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
145 if test -f $$p; then \
146 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
147 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
148 else :; fi; \
149 done
150
151 uninstall-sbinPROGRAMS:
152 @$(NORMAL_UNINSTALL)
153 list='$(sbin_PROGRAMS)'; for p in $$list; do \
154 rm -f $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
155 done
156
157 .s.o:
158 $(COMPILE) -c $<
159
160 .S.o:
161 $(COMPILE) -c $<
162
163 mostlyclean-compile:
164 -rm -f *.o core *.core
165
166 clean-compile:
167
168 distclean-compile:
169 -rm -f *.tab.c
170
171 maintainer-clean-compile:
172
173 portfwd: $(portfwd_OBJECTS) $(portfwd_DEPENDENCIES)
174 @rm -f portfwd
175 $(CXXLINK) $(portfwd_LDFLAGS) $(portfwd_OBJECTS) $(portfwd_LDADD) $(LIBS)
176 .cc.o:
177 $(CXXCOMPILE) -c $<
178
179 tags: TAGS
180
181 ID: $(HEADERS) $(SOURCES) $(LISP)
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 here=`pwd` && cd $(srcdir) \
187 && mkid -f$$here/ID $$unique $(LISP)
188
189 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
190 tags=; \
191 here=`pwd`; \
192 list='$(SOURCES) $(HEADERS)'; \
193 unique=`for i in $$list; do echo $$i; done | \
194 awk ' { files[$$0] = 1; } \
195 END { for (i in files) print i; }'`; \
196 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
197 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP))
198
199 mostlyclean-tags:
200
201 clean-tags:
202
203 distclean-tags:
204 -rm -f TAGS ID
205
206 maintainer-clean-tags:
207
208 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
209
210 subdir = src
211
212 distdir: $(DISTFILES)
213 here=`cd $(top_builddir) && pwd`; \
214 top_distdir=`cd $(top_distdir) && pwd`; \
215 distdir=`cd $(distdir) && pwd`; \
216 cd $(top_srcdir) \
217 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign src/Makefile
218 @for file in $(DISTFILES); do \
219 d=$(srcdir); \
220 if test -d $$d/$$file; then \
221 cp -pr $$d/$$file $(distdir)/$$file; \
222 else \
223 test -f $(distdir)/$$file \
224 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
225 || cp -p $$d/$$file $(distdir)/$$file || :; \
226 fi; \
227 done
228
229 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
230
231 -include $(DEP_FILES)
232
233 mostlyclean-depend:
234
235 clean-depend:
236
237 distclean-depend:
238 -rm -rf .deps
239
240 maintainer-clean-depend:
241
242 %.o: %.c
243 @echo '$(COMPILE) -c $<'; \
244 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
245 @-cp .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 .deps/$(*F).pp
250
251 %.lo: %.c
252 @echo '$(LTCOMPILE) -c $<'; \
253 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
254 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
255 < .deps/$(*F).pp > .deps/$(*F).P; \
256 tr ' ' '\012' < .deps/$(*F).pp \
257 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
258 >> .deps/$(*F).P; \
259 rm -f .deps/$(*F).pp
260
261 %.o: %.cc
262 @echo '$(CXXCOMPILE) -c $<'; \
263 $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
264 @-cp .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 .deps/$(*F).pp
269
270 %.lo: %.cc
271 @echo '$(LTCXXCOMPILE) -c $<'; \
272 $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
273 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
274 < .deps/$(*F).pp > .deps/$(*F).P; \
275 tr ' ' '\012' < .deps/$(*F).pp \
276 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
277 >> .deps/$(*F).P; \
278 rm -f .deps/$(*F).pp
279 info-am:
280 info: info-am
281 dvi-am:
282 dvi: dvi-am
283 check-am: all-am
284 check: check-am
285 installcheck-am:
286 installcheck: installcheck-am
287 install-exec-am: install-sbinPROGRAMS
288 install-exec: install-exec-am
289
290 install-data-am:
291 install-data: install-data-am
292
293 install-am: all-am
294 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
295 install: install-am
296 uninstall-am: uninstall-sbinPROGRAMS
297 uninstall: uninstall-am
298 all-am: Makefile $(PROGRAMS)
299 all-redirect: all-am
300 install-strip:
301 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
302 installdirs:
303 $(mkinstalldirs) $(DESTDIR)$(sbindir)
304
305
306 mostlyclean-generic:
307
308 clean-generic:
309
310 distclean-generic:
311 -rm -f Makefile $(CONFIG_CLEAN_FILES)
312 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
313
314 maintainer-clean-generic:
315 mostlyclean-am: mostlyclean-sbinPROGRAMS mostlyclean-compile \
316 mostlyclean-tags mostlyclean-depend mostlyclean-generic
317
318 mostlyclean: mostlyclean-am
319
320 clean-am: clean-sbinPROGRAMS clean-compile clean-tags clean-depend \
321 clean-generic mostlyclean-am
322
323 clean: clean-am
324
325 distclean-am: distclean-sbinPROGRAMS distclean-compile distclean-tags \
326 distclean-depend distclean-generic clean-am
327
328 distclean: distclean-am
329
330 maintainer-clean-am: maintainer-clean-sbinPROGRAMS \
331 maintainer-clean-compile maintainer-clean-tags \
332 maintainer-clean-depend maintainer-clean-generic \
333 distclean-am
334 @echo "This command is intended for maintainers to use;"
335 @echo "it deletes files that may require special tools to rebuild."
336
337 maintainer-clean: maintainer-clean-am
338
339 .PHONY: mostlyclean-sbinPROGRAMS distclean-sbinPROGRAMS \
340 clean-sbinPROGRAMS maintainer-clean-sbinPROGRAMS uninstall-sbinPROGRAMS \
341 install-sbinPROGRAMS mostlyclean-compile distclean-compile \
342 clean-compile maintainer-clean-compile tags mostlyclean-tags \
343 distclean-tags clean-tags maintainer-clean-tags distdir \
344 mostlyclean-depend distclean-depend clean-depend \
345 maintainer-clean-depend info-am info dvi-am dvi check check-am \
346 installcheck-am installcheck install-exec-am install-exec \
347 install-data-am install-data install-am install uninstall-am uninstall \
348 all-redirect all-am all installdirs mostlyclean-generic \
349 distclean-generic clean-generic maintainer-clean-generic clean \
350 mostlyclean distclean maintainer-clean
351
352
353 yconf.c: conf.y
354 $(YACC) -v -d -o $@ $<
355
356 lexconf.c: conf.lex
357 $(LEX) -t $< > $@
358
359 # Tell versions [3.59,3.63) of GNU make to not export all variables.
360 # Otherwise a system limit (for SysV at least) may be exceeded.
361 .NOEXPORT: