ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/Makefile.in
Revision: 1.6
Committed: Sun Jul 2 15:09:16 2006 UTC (17 years, 10 months ago) by pippijn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +0 -0 lines
State: FILE REMOVED
Log Message:
Removed autogenerated files.

File Contents

# Content
1 # Makefile.in generated by automake 1.7.9 from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5 # Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 #
18 # Makefile for crossfire 0.95.0 and beyond
19 #
20 # This file will eventually be replaced by a configure script. But for
21 # now, this simple makefile should do the job.
22 #
23 # Copyright (C) 1992 Frank Tore Johansen
24 # Copyright (C) 2001 Mark Wedel
25 #
26 # This program is free software; you can redistribute it and/or modify
27 # it under the terms of the GNU General Public License as published by
28 # the Free Software Foundation; either version 2 of the License, or
29 # (at your option) any later version.
30 #
31 # This program is distributed in the hope that it will be useful,
32 # but WITHOUT ANY WARRANTY; without even the implied warranty of
33 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
34 # GNU General Public License for more details.
35 #
36 # You should have received a copy of the GNU General Public License
37 # along with this program; if not, write to the Free Software
38 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
39 #
40 # The author can be reached via e-mail to crossfire-devel@real-time.com
41
42 srcdir = @srcdir@
43 top_srcdir = @top_srcdir@
44 VPATH = @srcdir@
45 pkgdatadir = $(datadir)/@PACKAGE@
46 pkglibdir = $(libdir)/@PACKAGE@
47 pkgincludedir = $(includedir)/@PACKAGE@
48 top_builddir = ..
49
50 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
51 INSTALL = @INSTALL@
52 install_sh_DATA = $(install_sh) -c -m 644
53 install_sh_PROGRAM = $(install_sh) -c
54 install_sh_SCRIPT = $(install_sh) -c
55 INSTALL_HEADER = $(INSTALL_DATA)
56 transform = $(program_transform_name)
57 NORMAL_INSTALL = :
58 PRE_INSTALL = :
59 POST_INSTALL = :
60 NORMAL_UNINSTALL = :
61 PRE_UNINSTALL = :
62 POST_UNINSTALL = :
63 host_triplet = @host@
64 ACLOCAL = @ACLOCAL@
65 AMDEP_FALSE = @AMDEP_FALSE@
66 AMDEP_TRUE = @AMDEP_TRUE@
67 AMTAR = @AMTAR@
68 AR = @AR@
69 AUTOCONF = @AUTOCONF@
70 AUTOHEADER = @AUTOHEADER@
71 AUTOMAKE = @AUTOMAKE@
72 AWK = @AWK@
73 BASENAME = @BASENAME@
74 BUNZIP = @BUNZIP@
75 BZIP = @BZIP@
76 CC = @CC@
77 CCDEPMODE = @CCDEPMODE@
78 CFLAGS = @CFLAGS@
79 COMPRESS = @COMPRESS@
80 CPP = @CPP@
81 CPPFLAGS = @CPPFLAGS@
82 CROSSEDIT = @CROSSEDIT@
83 CYGPATH_W = @CYGPATH_W@
84 DEFS = @DEFS@
85 DEPDIR = @DEPDIR@
86 ECHO = @ECHO@
87 ECHO_C = @ECHO_C@
88 ECHO_N = @ECHO_N@
89 ECHO_T = @ECHO_T@
90 EGREP = @EGREP@
91 EXEEXT = @EXEEXT@
92 GUNZIP = @GUNZIP@
93 GZIP = @GZIP@
94 HAVE_LIBDL_FALSE = @HAVE_LIBDL_FALSE@
95 HAVE_LIBDL_TRUE = @HAVE_LIBDL_TRUE@
96 HAVE_X_FALSE = @HAVE_X_FALSE@
97 HAVE_X_TRUE = @HAVE_X_TRUE@
98 INSTALL_DATA = @INSTALL_DATA@
99 INSTALL_PROGRAM = @INSTALL_PROGRAM@
100 INSTALL_SCRIPT = @INSTALL_SCRIPT@
101 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
102 LATEX = @LATEX@
103 LD = @LD@
104 LDFLAGS = @LDFLAGS@
105 LEX = @LEX@
106 LEXLIB = @LEXLIB@
107 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
108 LIBOBJS = @LIBOBJS@
109 LIBS = @LIBS@
110 LIBTOOL = @LIBTOOL@
111 LN_S = @LN_S@
112 LTLIBOBJS = @LTLIBOBJS@
113 MAINT = @MAINT@
114 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
115 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
116 MAKEINFO = @MAKEINFO@
117 NM = @NM@
118 OBJEXT = @OBJEXT@
119 PACKAGE = @PACKAGE@
120 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
121 PACKAGE_NAME = @PACKAGE_NAME@
122 PACKAGE_STRING = @PACKAGE_STRING@
123 PACKAGE_TARNAME = @PACKAGE_TARNAME@
124 PACKAGE_VERSION = @PACKAGE_VERSION@
125 PATH_SEPARATOR = @PATH_SEPARATOR@
126 PERL = @PERL@
127 PERLFLAGS = @PERLFLAGS@
128 PERLLIB = @PERLLIB@
129 PERLPRIVLIBEXP = @PERLPRIVLIBEXP@
130 PERL_PLUGIN = @PERL_PLUGIN@
131 PERL_PLUGIN_FALSE = @PERL_PLUGIN_FALSE@
132 PERL_PLUGIN_TRUE = @PERL_PLUGIN_TRUE@
133 PLUGIN_PYTHON = @PLUGIN_PYTHON@
134 PYTHON_LIB = @PYTHON_LIB@
135 PYTHON_PLUGIN_FALSE = @PYTHON_PLUGIN_FALSE@
136 PYTHON_PLUGIN_TRUE = @PYTHON_PLUGIN_TRUE@
137 PY_INCLUDES = @PY_INCLUDES@
138 PY_LIBS = @PY_LIBS@
139 RANLIB = @RANLIB@
140 SED = @SED@
141 SET_MAKE = @SET_MAKE@
142 SHELL = @SHELL@
143 STRIP = @STRIP@
144 TAR = @TAR@
145 UNCOMPRESS = @UNCOMPRESS@
146 VERSION = @VERSION@
147 X11LIBS = @X11LIBS@
148 X_CFLAGS = @X_CFLAGS@
149 X_EXTRA_LIBS = @X_EXTRA_LIBS@
150 X_LIBS = @X_LIBS@
151 X_PRE_LIBS = @X_PRE_LIBS@
152 ac_ct_AR = @ac_ct_AR@
153 ac_ct_CC = @ac_ct_CC@
154 ac_ct_RANLIB = @ac_ct_RANLIB@
155 ac_ct_STRIP = @ac_ct_STRIP@
156 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
157 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
158 am__include = @am__include@
159 am__leading_dot = @am__leading_dot@
160 am__quote = @am__quote@
161 bindir = @bindir@
162 build = @build@
163 build_alias = @build_alias@
164 build_cpu = @build_cpu@
165 build_os = @build_os@
166 build_vendor = @build_vendor@
167 datadir = @datadir@
168 exec_prefix = @exec_prefix@
169 host = @host@
170 host_alias = @host_alias@
171 host_cpu = @host_cpu@
172 host_os = @host_os@
173 host_vendor = @host_vendor@
174 includedir = @includedir@
175 infodir = @infodir@
176 install_sh = @install_sh@
177 libdir = @libdir@
178 libexecdir = @libexecdir@
179 localstatedir = @localstatedir@
180 mandir = @mandir@
181 no_x = @no_x@
182 oldincludedir = @oldincludedir@
183 pkgconfdir = @pkgconfdir@
184 pkgstatedir = @pkgstatedir@
185 prefix = @prefix@
186 program_transform_name = @program_transform_name@
187 sbindir = @sbindir@
188 sharedstatedir = @sharedstatedir@
189 sysconfdir = @sysconfdir@
190 target_alias = @target_alias@
191 x_includes = @x_includes@
192 x_libraries = @x_libraries@
193
194 noinst_LIBRARIES = libsocket.a
195 libsocket_a_SOURCES = \
196 image.c \
197 info.c \
198 init.c \
199 item.c\
200 loop.c \
201 lowlevel.c\
202 metaserver.c\
203 request.c\
204 sounds.c
205
206
207 EXTRA_DIST = README
208
209 AM_CPPFLAGS = -I$(top_srcdir)/include
210 subdir = socket
211 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
212 mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
213 CONFIG_HEADER = $(top_builddir)/include/autoconf.h
214 CONFIG_CLEAN_FILES =
215 LIBRARIES = $(noinst_LIBRARIES)
216
217 libsocket_a_AR = $(AR) cru
218 libsocket_a_LIBADD =
219 am_libsocket_a_OBJECTS = image.$(OBJEXT) info.$(OBJEXT) init.$(OBJEXT) \
220 item.$(OBJEXT) loop.$(OBJEXT) lowlevel.$(OBJEXT) \
221 metaserver.$(OBJEXT) request.$(OBJEXT) sounds.$(OBJEXT)
222 libsocket_a_OBJECTS = $(am_libsocket_a_OBJECTS)
223
224 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
225 depcomp = $(SHELL) $(top_srcdir)/utils/depcomp
226 am__depfiles_maybe = depfiles
227 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/image.Po ./$(DEPDIR)/info.Po \
228 @AMDEP_TRUE@ ./$(DEPDIR)/init.Po ./$(DEPDIR)/item.Po \
229 @AMDEP_TRUE@ ./$(DEPDIR)/loop.Po ./$(DEPDIR)/lowlevel.Po \
230 @AMDEP_TRUE@ ./$(DEPDIR)/metaserver.Po ./$(DEPDIR)/request.Po \
231 @AMDEP_TRUE@ ./$(DEPDIR)/sounds.Po
232 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
233 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
234 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
235 $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
236 CCLD = $(CC)
237 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
238 $(AM_LDFLAGS) $(LDFLAGS) -o $@
239 DIST_SOURCES = $(libsocket_a_SOURCES)
240 DIST_COMMON = README $(srcdir)/Makefile.in Makefile.am
241 SOURCES = $(libsocket_a_SOURCES)
242
243 all: all-am
244
245 .SUFFIXES:
246 .SUFFIXES: .c .lo .o .obj
247 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
248 cd $(top_srcdir) && \
249 $(AUTOMAKE) --gnu socket/Makefile
250 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
251 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
252
253 clean-noinstLIBRARIES:
254 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
255 libsocket.a: $(libsocket_a_OBJECTS) $(libsocket_a_DEPENDENCIES)
256 -rm -f libsocket.a
257 $(libsocket_a_AR) libsocket.a $(libsocket_a_OBJECTS) $(libsocket_a_LIBADD)
258 $(RANLIB) libsocket.a
259
260 mostlyclean-compile:
261 -rm -f *.$(OBJEXT) core *.core
262
263 distclean-compile:
264 -rm -f *.tab.c
265
266 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image.Po@am__quote@
267 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/info.Po@am__quote@
268 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Po@am__quote@
269 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/item.Po@am__quote@
270 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loop.Po@am__quote@
271 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lowlevel.Po@am__quote@
272 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/metaserver.Po@am__quote@
273 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/request.Po@am__quote@
274 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sounds.Po@am__quote@
275
276 .c.o:
277 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
278 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
279 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
280 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
281 @am__fastdepCC_TRUE@ fi
282 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
283 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
284 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
285 @am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
286
287 .c.obj:
288 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
289 @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
290 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
291 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
292 @am__fastdepCC_TRUE@ fi
293 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
294 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
295 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
296 @am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
297
298 .c.lo:
299 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
300 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
301 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
302 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
303 @am__fastdepCC_TRUE@ fi
304 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
305 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
306 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
307 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
308
309 mostlyclean-libtool:
310 -rm -f *.lo
311
312 clean-libtool:
313 -rm -rf .libs _libs
314
315 distclean-libtool:
316 -rm -f libtool
317 uninstall-info-am:
318
319 ETAGS = etags
320 ETAGSFLAGS =
321
322 CTAGS = ctags
323 CTAGSFLAGS =
324
325 tags: TAGS
326
327 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
328 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
329 unique=`for i in $$list; do \
330 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
331 done | \
332 $(AWK) ' { files[$$0] = 1; } \
333 END { for (i in files) print i; }'`; \
334 mkid -fID $$unique
335
336 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
337 $(TAGS_FILES) $(LISP)
338 tags=; \
339 here=`pwd`; \
340 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
341 unique=`for i in $$list; do \
342 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
343 done | \
344 $(AWK) ' { files[$$0] = 1; } \
345 END { for (i in files) print i; }'`; \
346 test -z "$(ETAGS_ARGS)$$tags$$unique" \
347 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
348 $$tags $$unique
349
350 ctags: CTAGS
351 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
352 $(TAGS_FILES) $(LISP)
353 tags=; \
354 here=`pwd`; \
355 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
356 unique=`for i in $$list; do \
357 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
358 done | \
359 $(AWK) ' { files[$$0] = 1; } \
360 END { for (i in files) print i; }'`; \
361 test -z "$(CTAGS_ARGS)$$tags$$unique" \
362 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
363 $$tags $$unique
364
365 GTAGS:
366 here=`$(am__cd) $(top_builddir) && pwd` \
367 && cd $(top_srcdir) \
368 && gtags -i $(GTAGS_ARGS) $$here
369
370 distclean-tags:
371 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
372 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
373
374 top_distdir = ..
375 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
376
377 distdir: $(DISTFILES)
378 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
379 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
380 list='$(DISTFILES)'; for file in $$list; do \
381 case $$file in \
382 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
383 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
384 esac; \
385 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
386 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
387 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
388 dir="/$$dir"; \
389 $(mkinstalldirs) "$(distdir)$$dir"; \
390 else \
391 dir=''; \
392 fi; \
393 if test -d $$d/$$file; then \
394 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
395 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
396 fi; \
397 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
398 else \
399 test -f $(distdir)/$$file \
400 || cp -p $$d/$$file $(distdir)/$$file \
401 || exit 1; \
402 fi; \
403 done
404 check-am: all-am
405 check: check-am
406 all-am: Makefile $(LIBRARIES)
407
408 installdirs:
409 install: install-am
410 install-exec: install-exec-am
411 install-data: install-data-am
412 uninstall: uninstall-am
413
414 install-am: all-am
415 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
416
417 installcheck: installcheck-am
418 install-strip:
419 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
420 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
421 `test -z '$(STRIP)' || \
422 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
423 mostlyclean-generic:
424
425 clean-generic:
426
427 distclean-generic:
428 -rm -f $(CONFIG_CLEAN_FILES)
429
430 maintainer-clean-generic:
431 @echo "This command is intended for maintainers to use"
432 @echo "it deletes files that may require special tools to rebuild."
433 clean: clean-am
434
435 clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
436 mostlyclean-am
437
438 distclean: distclean-am
439 -rm -rf ./$(DEPDIR)
440 -rm -f Makefile
441 distclean-am: clean-am distclean-compile distclean-generic \
442 distclean-libtool distclean-tags
443
444 dvi: dvi-am
445
446 dvi-am:
447
448 info: info-am
449
450 info-am:
451
452 install-data-am:
453
454 install-exec-am:
455
456 install-info: install-info-am
457
458 install-man:
459
460 installcheck-am:
461
462 maintainer-clean: maintainer-clean-am
463 -rm -rf ./$(DEPDIR)
464 -rm -f Makefile
465 maintainer-clean-am: distclean-am maintainer-clean-generic
466
467 mostlyclean: mostlyclean-am
468
469 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
470 mostlyclean-libtool
471
472 pdf: pdf-am
473
474 pdf-am:
475
476 ps: ps-am
477
478 ps-am:
479
480 uninstall-am: uninstall-info-am
481
482 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
483 clean-libtool clean-noinstLIBRARIES ctags distclean \
484 distclean-compile distclean-generic distclean-libtool \
485 distclean-tags distdir dvi dvi-am info info-am install \
486 install-am install-data install-data-am install-exec \
487 install-exec-am install-info install-info-am install-man \
488 install-strip installcheck installcheck-am installdirs \
489 maintainer-clean maintainer-clean-generic mostlyclean \
490 mostlyclean-compile mostlyclean-generic mostlyclean-libtool pdf \
491 pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am
492
493
494 proto:
495 cproto -D__CEXTRACT__ $(CPPFLAGS) $(AM_CPPFLAGS) $(libsocket_a_SOURCES) > ../include/sockproto.h
496 chmod 644 ../include/sockproto.h
497 # Tell versions [3.59,3.63) of GNU make to not export all variables.
498 # Otherwise a system limit (for SysV at least) may be exceeded.
499 .NOEXPORT: