ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/Makefile.in
(Generate patch)

Comparing deliantra/server/socket/Makefile.in (file contents):
Revision 1.4 by root, Thu Mar 16 21:08:21 2006 UTC vs.
Revision 1.5 by root, Sun May 7 12:49:26 2006 UTC

1# Makefile.in generated by automake 1.9.6 from Makefile.am. 1# Makefile.in generated by automake 1.7.9 from Makefile.am.
2# @configure_input@ 2# @configure_input@
3 3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5# 2003, 2004, 2005 Free Software Foundation, Inc. 5# Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation 6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it, 7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved. 8# with or without modifications, as long as this notice is preserved.
9 9
10# This program is distributed in the hope that it will be useful, 10# This program is distributed in the hope that it will be useful,
44VPATH = @srcdir@ 44VPATH = @srcdir@
45pkgdatadir = $(datadir)/@PACKAGE@ 45pkgdatadir = $(datadir)/@PACKAGE@
46pkglibdir = $(libdir)/@PACKAGE@ 46pkglibdir = $(libdir)/@PACKAGE@
47pkgincludedir = $(includedir)/@PACKAGE@ 47pkgincludedir = $(includedir)/@PACKAGE@
48top_builddir = .. 48top_builddir = ..
49
49am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 50am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
50INSTALL = @INSTALL@ 51INSTALL = @INSTALL@
51install_sh_DATA = $(install_sh) -c -m 644 52install_sh_DATA = $(install_sh) -c -m 644
52install_sh_PROGRAM = $(install_sh) -c 53install_sh_PROGRAM = $(install_sh) -c
53install_sh_SCRIPT = $(install_sh) -c 54install_sh_SCRIPT = $(install_sh) -c
57PRE_INSTALL = : 58PRE_INSTALL = :
58POST_INSTALL = : 59POST_INSTALL = :
59NORMAL_UNINSTALL = : 60NORMAL_UNINSTALL = :
60PRE_UNINSTALL = : 61PRE_UNINSTALL = :
61POST_UNINSTALL = : 62POST_UNINSTALL = :
62build_triplet = @build@
63host_triplet = @host@ 63host_triplet = @host@
64subdir = socket
65DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
66ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
67am__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 $(top_srcdir)/configure.ac
71am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
72 $(ACLOCAL_M4)
73mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
74CONFIG_HEADER = $(top_builddir)/include/autoconf.h
75CONFIG_CLEAN_FILES =
76LIBRARIES = $(noinst_LIBRARIES)
77ARFLAGS = cru
78libsocket_a_AR = $(AR) $(ARFLAGS)
79libsocket_a_LIBADD =
80am_libsocket_a_OBJECTS = image.$(OBJEXT) info.$(OBJEXT) init.$(OBJEXT) \
81 item.$(OBJEXT) loop.$(OBJEXT) lowlevel.$(OBJEXT) \
82 metaserver.$(OBJEXT) request.$(OBJEXT) sounds.$(OBJEXT)
83libsocket_a_OBJECTS = $(am_libsocket_a_OBJECTS)
84DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
85depcomp = $(SHELL) $(top_srcdir)/utils/depcomp
86am__depfiles_maybe = depfiles
87COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
88 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
90 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
91 $(AM_CFLAGS) $(CFLAGS)
92CCLD = $(CC)
93LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
94 $(AM_LDFLAGS) $(LDFLAGS) -o $@
95SOURCES = $(libsocket_a_SOURCES)
96DIST_SOURCES = $(libsocket_a_SOURCES)
97ETAGS = etags
98CTAGS = ctags
99DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100ACLOCAL = @ACLOCAL@ 64ACLOCAL = @ACLOCAL@
101AMDEP_FALSE = @AMDEP_FALSE@ 65AMDEP_FALSE = @AMDEP_FALSE@
102AMDEP_TRUE = @AMDEP_TRUE@ 66AMDEP_TRUE = @AMDEP_TRUE@
103AMTAR = @AMTAR@ 67AMTAR = @AMTAR@
104AR = @AR@ 68AR = @AR@
113CCDEPMODE = @CCDEPMODE@ 77CCDEPMODE = @CCDEPMODE@
114CFLAGS = @CFLAGS@ 78CFLAGS = @CFLAGS@
115COMPRESS = @COMPRESS@ 79COMPRESS = @COMPRESS@
116CPP = @CPP@ 80CPP = @CPP@
117CPPFLAGS = @CPPFLAGS@ 81CPPFLAGS = @CPPFLAGS@
82CROSSEDIT = @CROSSEDIT@
118CYGPATH_W = @CYGPATH_W@ 83CYGPATH_W = @CYGPATH_W@
119DEFS = @DEFS@ 84DEFS = @DEFS@
120DEPDIR = @DEPDIR@ 85DEPDIR = @DEPDIR@
121ECHO = @ECHO@ 86ECHO = @ECHO@
122ECHO_C = @ECHO_C@ 87ECHO_C = @ECHO_C@
191am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 156am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
192am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 157am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
193am__include = @am__include@ 158am__include = @am__include@
194am__leading_dot = @am__leading_dot@ 159am__leading_dot = @am__leading_dot@
195am__quote = @am__quote@ 160am__quote = @am__quote@
196am__tar = @am__tar@
197am__untar = @am__untar@
198bindir = @bindir@ 161bindir = @bindir@
199build = @build@ 162build = @build@
200build_alias = @build_alias@ 163build_alias = @build_alias@
201build_cpu = @build_cpu@ 164build_cpu = @build_cpu@
202build_os = @build_os@ 165build_os = @build_os@
213install_sh = @install_sh@ 176install_sh = @install_sh@
214libdir = @libdir@ 177libdir = @libdir@
215libexecdir = @libexecdir@ 178libexecdir = @libexecdir@
216localstatedir = @localstatedir@ 179localstatedir = @localstatedir@
217mandir = @mandir@ 180mandir = @mandir@
218mkdir_p = @mkdir_p@
219no_x = @no_x@ 181no_x = @no_x@
220oldincludedir = @oldincludedir@ 182oldincludedir = @oldincludedir@
221pkgconfdir = @pkgconfdir@ 183pkgconfdir = @pkgconfdir@
222pkgstatedir = @pkgstatedir@ 184pkgstatedir = @pkgstatedir@
223prefix = @prefix@ 185prefix = @prefix@
226sharedstatedir = @sharedstatedir@ 188sharedstatedir = @sharedstatedir@
227sysconfdir = @sysconfdir@ 189sysconfdir = @sysconfdir@
228target_alias = @target_alias@ 190target_alias = @target_alias@
229x_includes = @x_includes@ 191x_includes = @x_includes@
230x_libraries = @x_libraries@ 192x_libraries = @x_libraries@
193
231noinst_LIBRARIES = libsocket.a 194noinst_LIBRARIES = libsocket.a
232libsocket_a_SOURCES = \ 195libsocket_a_SOURCES = \
233 image.c \ 196 image.c \
234 info.c \ 197 info.c \
235 init.c \ 198 init.c \
238 lowlevel.c\ 201 lowlevel.c\
239 metaserver.c\ 202 metaserver.c\
240 request.c\ 203 request.c\
241 sounds.c 204 sounds.c
242 205
206
243EXTRA_DIST = README 207EXTRA_DIST = README
208
244AM_CPPFLAGS = -I$(top_srcdir)/include 209AM_CPPFLAGS = -I$(top_srcdir)/include
210subdir = socket
211ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
212mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
213CONFIG_HEADER = $(top_builddir)/include/autoconf.h
214CONFIG_CLEAN_FILES =
215LIBRARIES = $(noinst_LIBRARIES)
216
217libsocket_a_AR = $(AR) cru
218libsocket_a_LIBADD =
219am_libsocket_a_OBJECTS = image.$(OBJEXT) info.$(OBJEXT) init.$(OBJEXT) \
220 item.$(OBJEXT) loop.$(OBJEXT) lowlevel.$(OBJEXT) \
221 metaserver.$(OBJEXT) request.$(OBJEXT) sounds.$(OBJEXT)
222libsocket_a_OBJECTS = $(am_libsocket_a_OBJECTS)
223
224DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
225depcomp = $(SHELL) $(top_srcdir)/utils/depcomp
226am__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
232COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
233 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
234LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
235 $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
236CCLD = $(CC)
237LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
238 $(AM_LDFLAGS) $(LDFLAGS) -o $@
239DIST_SOURCES = $(libsocket_a_SOURCES)
240DIST_COMMON = README $(srcdir)/Makefile.in Makefile.am
241SOURCES = $(libsocket_a_SOURCES)
242
245all: all-am 243all: all-am
246 244
247.SUFFIXES: 245.SUFFIXES:
248.SUFFIXES: .c .lo .o .obj 246.SUFFIXES: .c .lo .o .obj
249$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 247$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
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) && \ 248 cd $(top_srcdir) && \
260 $(AUTOMAKE) --gnu socket/Makefile 249 $(AUTOMAKE) --gnu socket/Makefile
261.PRECIOUS: Makefile
262Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 250Makefile: @MAINTAINER_MODE_TRUE@ $(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);; \ 251 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 252
279clean-noinstLIBRARIES: 253clean-noinstLIBRARIES:
280 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) 254 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
281libsocket.a: $(libsocket_a_OBJECTS) $(libsocket_a_DEPENDENCIES) 255libsocket.a: $(libsocket_a_OBJECTS) $(libsocket_a_DEPENDENCIES)
282 -rm -f libsocket.a 256 -rm -f libsocket.a
283 $(libsocket_a_AR) libsocket.a $(libsocket_a_OBJECTS) $(libsocket_a_LIBADD) 257 $(libsocket_a_AR) libsocket.a $(libsocket_a_OBJECTS) $(libsocket_a_LIBADD)
284 $(RANLIB) libsocket.a 258 $(RANLIB) libsocket.a
285 259
286mostlyclean-compile: 260mostlyclean-compile:
287 -rm -f *.$(OBJEXT) 261 -rm -f *.$(OBJEXT) core *.core
288 262
289distclean-compile: 263distclean-compile:
290 -rm -f *.tab.c 264 -rm -f *.tab.c
291 265
292@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image.Po@am__quote@ 266@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image.Po@am__quote@
298@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/metaserver.Po@am__quote@ 272@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/metaserver.Po@am__quote@
299@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/request.Po@am__quote@ 273@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/request.Po@am__quote@
300@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sounds.Po@am__quote@ 274@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sounds.Po@am__quote@
301 275
302.c.o: 276.c.o:
303@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 277@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
278@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
304@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 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
305@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 282@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
283@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
306@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 284@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
307@am__fastdepCC_FALSE@ $(COMPILE) -c $< 285@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
308 286
309.c.obj: 287.c.obj:
310@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ 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`; \
311@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; 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
312@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 293@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
294@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
313@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 295@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
314@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 296@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
315 297
316.c.lo: 298.c.lo:
317@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 299@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
300@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
318@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 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
319@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 304@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
305@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
320@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 306@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
321@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 307@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
322 308
323mostlyclean-libtool: 309mostlyclean-libtool:
324 -rm -f *.lo 310 -rm -f *.lo
325 311
326clean-libtool: 312clean-libtool:
327 -rm -rf .libs _libs 313 -rm -rf .libs _libs
328 314
329distclean-libtool: 315distclean-libtool:
330 -rm -f libtool 316 -rm -f libtool
331uninstall-info-am: 317uninstall-info-am:
318
319ETAGS = etags
320ETAGSFLAGS =
321
322CTAGS = ctags
323CTAGSFLAGS =
324
325tags: TAGS
332 326
333ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 327ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
334 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 328 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
335 unique=`for i in $$list; do \ 329 unique=`for i in $$list; do \
336 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 330 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
337 done | \ 331 done | \
338 $(AWK) ' { files[$$0] = 1; } \ 332 $(AWK) ' { files[$$0] = 1; } \
339 END { for (i in files) print i; }'`; \ 333 END { for (i in files) print i; }'`; \
340 mkid -fID $$unique 334 mkid -fID $$unique
341tags: TAGS
342 335
343TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 336TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
344 $(TAGS_FILES) $(LISP) 337 $(TAGS_FILES) $(LISP)
345 tags=; \ 338 tags=; \
346 here=`pwd`; \ 339 here=`pwd`; \
348 unique=`for i in $$list; do \ 341 unique=`for i in $$list; do \
349 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 342 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
350 done | \ 343 done | \
351 $(AWK) ' { files[$$0] = 1; } \ 344 $(AWK) ' { files[$$0] = 1; } \
352 END { for (i in files) print i; }'`; \ 345 END { for (i in files) print i; }'`; \
353 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 346 test -z "$(ETAGS_ARGS)$$tags$$unique" \
354 test -n "$$unique" || unique=$$empty_fix; \
355 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 347 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
356 $$tags $$unique; \ 348 $$tags $$unique
357 fi 349
358ctags: CTAGS 350ctags: CTAGS
359CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 351CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
360 $(TAGS_FILES) $(LISP) 352 $(TAGS_FILES) $(LISP)
361 tags=; \ 353 tags=; \
362 here=`pwd`; \ 354 here=`pwd`; \
375 && cd $(top_srcdir) \ 367 && cd $(top_srcdir) \
376 && gtags -i $(GTAGS_ARGS) $$here 368 && gtags -i $(GTAGS_ARGS) $$here
377 369
378distclean-tags: 370distclean-tags:
379 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 371 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
372DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
373
374top_distdir = ..
375distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
380 376
381distdir: $(DISTFILES) 377distdir: $(DISTFILES)
382 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 378 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
383 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 379 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
384 list='$(DISTFILES)'; for file in $$list; do \ 380 list='$(DISTFILES)'; for file in $$list; do \
388 esac; \ 384 esac; \
389 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 385 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
390 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 386 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
391 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 387 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
392 dir="/$$dir"; \ 388 dir="/$$dir"; \
393 $(mkdir_p) "$(distdir)$$dir"; \ 389 $(mkinstalldirs) "$(distdir)$$dir"; \
394 else \ 390 else \
395 dir=''; \ 391 dir=''; \
396 fi; \ 392 fi; \
397 if test -d $$d/$$file; then \ 393 if test -d $$d/$$file; then \
398 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 394 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
406 fi; \ 402 fi; \
407 done 403 done
408check-am: all-am 404check-am: all-am
409check: check-am 405check: check-am
410all-am: Makefile $(LIBRARIES) 406all-am: Makefile $(LIBRARIES)
407
411installdirs: 408installdirs:
412install: install-am 409install: install-am
413install-exec: install-exec-am 410install-exec: install-exec-am
414install-data: install-data-am 411install-data: install-data-am
415uninstall: uninstall-am 412uninstall: uninstall-am
426mostlyclean-generic: 423mostlyclean-generic:
427 424
428clean-generic: 425clean-generic:
429 426
430distclean-generic: 427distclean-generic:
431 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 428 -rm -f $(CONFIG_CLEAN_FILES)
432 429
433maintainer-clean-generic: 430maintainer-clean-generic:
434 @echo "This command is intended for maintainers to use" 431 @echo "This command is intended for maintainers to use"
435 @echo "it deletes files that may require special tools to rebuild." 432 @echo "it deletes files that may require special tools to rebuild."
436clean: clean-am 433clean: clean-am
446 443
447dvi: dvi-am 444dvi: dvi-am
448 445
449dvi-am: 446dvi-am:
450 447
451html: html-am
452
453info: info-am 448info: info-am
454 449
455info-am: 450info-am:
456 451
457install-data-am: 452install-data-am:
485uninstall-am: uninstall-info-am 480uninstall-am: uninstall-info-am
486 481
487.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 482.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
488 clean-libtool clean-noinstLIBRARIES ctags distclean \ 483 clean-libtool clean-noinstLIBRARIES ctags distclean \
489 distclean-compile distclean-generic distclean-libtool \ 484 distclean-compile distclean-generic distclean-libtool \
490 distclean-tags distdir dvi dvi-am html html-am info info-am \ 485 distclean-tags distdir dvi dvi-am info info-am install \
491 install install-am install-data install-data-am install-exec \ 486 install-am install-data install-data-am install-exec \
492 install-exec-am install-info install-info-am install-man \ 487 install-exec-am install-info install-info-am install-man \
493 install-strip installcheck installcheck-am installdirs \ 488 install-strip installcheck installcheck-am installdirs \
494 maintainer-clean maintainer-clean-generic mostlyclean \ 489 maintainer-clean maintainer-clean-generic mostlyclean \
495 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 490 mostlyclean-compile mostlyclean-generic mostlyclean-libtool pdf \
496 pdf pdf-am ps ps-am tags uninstall uninstall-am \ 491 pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am
497 uninstall-info-am
498 492
499 493
500proto: 494proto:
501 cproto -D__CEXTRACT__ $(CPPFLAGS) $(AM_CPPFLAGS) $(libsocket_a_SOURCES) > ../include/sockproto.h 495 cproto -D__CEXTRACT__ $(CPPFLAGS) $(AM_CPPFLAGS) $(libsocket_a_SOURCES) > ../include/sockproto.h
502 chmod 644 ../include/sockproto.h 496 chmod 644 ../include/sockproto.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines