ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/Makefile.in
Revision: 1.1
Committed: Fri Feb 3 07:14:43 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Branch point for: UPSTREAM
Log Message:
Initial revision

File Contents

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