ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/Makefile.in
Revision: 1.3
Committed: Wed Mar 15 15:35:52 2006 UTC (18 years, 3 months ago) by elmex
Branch: MAIN
Changes since 1.2: +13 -8 lines
Log Message:
UPSTREAM merge from 15.03.2006

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