ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/Makefile.in
Revision: 1.4
Committed: Thu Mar 16 21:08:21 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.3: +8 -13 lines
Log Message:
allow perl to save/restore pelr data associated with players

File Contents

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