blob: 5f2383791c452f9f3f423c6a84196554909f2b79 [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# w32/Makefile. Generated from Makefile.in by configure.
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16
17
18# Copyright (C) 1999-2005 Open Source Telecom Corporation.
19# Copyright (C) 2006-2008 David Sugar, Tycho Softworks.
20#
21# This file is free software; as a special exception the author gives
22# unlimited permission to copy and/or distribute it, with or without
23# modifications, as long as this notice is preserved.
24#
25# This program is distributed in the hope that it will be useful, but
26# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
27# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
28
29pkgdatadir = $(datadir)/commoncpp2
30pkgincludedir = $(includedir)/commoncpp2
31pkglibdir = $(libdir)/commoncpp2
32pkglibexecdir = $(libexecdir)/commoncpp2
33am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
34install_sh_DATA = $(install_sh) -c -m 644
35install_sh_PROGRAM = $(install_sh) -c
36install_sh_SCRIPT = $(install_sh) -c
37INSTALL_HEADER = $(INSTALL_DATA)
38transform = $(program_transform_name)
39NORMAL_INSTALL = :
40PRE_INSTALL = :
41POST_INSTALL = :
42NORMAL_UNINSTALL = :
43PRE_UNINSTALL = :
44POST_UNINSTALL = :
45build_triplet = x86_64-unknown-linux-gnu
46host_triplet = arm-unknown-linux-androideabi
47target_triplet = arm-unknown-linux-androideabi
48subdir = w32
49DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
50 $(srcdir)/ccext2.dsp.in $(srcdir)/ccext2.vcproj.in \
51 $(srcdir)/ccgnu2.dsp.in $(srcdir)/ccgnu2.vcproj.in
52ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
53am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
54 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
55 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
56 $(top_srcdir)/m4/ost_cxx.m4 $(top_srcdir)/m4/ost_debug.m4 \
57 $(top_srcdir)/m4/ost_dynamic.m4 $(top_srcdir)/m4/ost_endian.m4 \
58 $(top_srcdir)/m4/ost_getopt.m4 $(top_srcdir)/m4/ost_maint.m4 \
59 $(top_srcdir)/m4/ost_misc.m4 $(top_srcdir)/m4/ost_poll.m4 \
60 $(top_srcdir)/m4/ost_posix.m4 $(top_srcdir)/m4/ost_prog.m4 \
61 $(top_srcdir)/m4/ost_pthread.m4 \
62 $(top_srcdir)/m4/ost_reentrant.m4 \
63 $(top_srcdir)/m4/ost_signal.m4 $(top_srcdir)/m4/ost_socket.m4 \
64 $(top_srcdir)/m4/ost_ssl.m4 $(top_srcdir)/m4/ost_stlport.m4 \
65 $(top_srcdir)/m4/ost_string.m4 $(top_srcdir)/m4/ost_systime.m4 \
66 $(top_srcdir)/m4/ost_types.m4 $(top_srcdir)/m4/ost_win32.m4 \
67 $(top_srcdir)/m4/win32msc.m4 $(top_srcdir)/configure.ac
68am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
69 $(ACLOCAL_M4)
70mkinstalldirs = $(install_sh) -d
71CONFIG_HEADER = $(top_builddir)/config.h
72CONFIG_CLEAN_FILES = ccgnu2.dsp ccext2.dsp ccgnu2.vcproj ccext2.vcproj
73CONFIG_CLEAN_VPATH_FILES =
74SOURCES =
75DIST_SOURCES =
76RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
77 html-recursive info-recursive install-data-recursive \
78 install-dvi-recursive install-exec-recursive \
79 install-html-recursive install-info-recursive \
80 install-pdf-recursive install-ps-recursive install-recursive \
81 installcheck-recursive installdirs-recursive pdf-recursive \
82 ps-recursive uninstall-recursive
83RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
84 distclean-recursive maintainer-clean-recursive
85AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
86 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
87 distdir
88ETAGS = etags
89CTAGS = ctags
90DIST_SUBDIRS = $(SUBDIRS)
91DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
92am__relativize = \
93 dir0=`pwd`; \
94 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
95 sed_rest='s,^[^/]*/*,,'; \
96 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
97 sed_butlast='s,/*[^/]*$$,,'; \
98 while test -n "$$dir1"; do \
99 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
100 if test "$$first" != "."; then \
101 if test "$$first" = ".."; then \
102 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
103 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
104 else \
105 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
106 if test "$$first2" = "$$first"; then \
107 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
108 else \
109 dir2="../$$dir2"; \
110 fi; \
111 dir0="$$dir0"/"$$first"; \
112 fi; \
113 fi; \
114 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
115 done; \
116 reldir="$$dir2"
117ACLOCAL = ${SHELL} /home/evigier/git/commoncpp2-1.8.1-android/autoconf/missing --run aclocal-1.11
118AMTAR = ${SHELL} /home/evigier/git/commoncpp2-1.8.1-android/autoconf/missing --run tar
119AR = arm-linux-androideabi-ar
120AS = as
121AUTOCONF = ${SHELL} /home/evigier/git/commoncpp2-1.8.1-android/autoconf/missing --run autoconf
122AUTOHEADER = ${SHELL} /home/evigier/git/commoncpp2-1.8.1-android/autoconf/missing --run autoheader
123AUTOMAKE = ${SHELL} /home/evigier/git/commoncpp2-1.8.1-android/autoconf/missing --run automake-1.11
124AWK = gawk
125BASE_LIB = ../src/libccgnu2.la
126CC = arm-linux-androideabi-gcc
127CCDEPMODE = depmode=gcc3
128CCXX_DIR = $(top_srcdir)/inc
129CFLAGS = -g -O2
130COMMON_FLAGS = -D_GNU_SOURCE -I/home/evigier/android-ndk-r8b/platforms/android-14/arch-arm/usr/include
131CPP = arm-linux-androideabi-gcc -E
132CPPFLAGS =
133CPPUNIT_LIBS =
134CXX = arm-linux-androideabi-g++
135CXXCPP = arm-linux-androideabi-g++ -E
136CXXDEPMODE = depmode=gcc3
137CXXFLAGS = -Wno-psabi
138CYGPATH_W = echo
139DEFS = -DHAVE_CONFIG_H
140DEPDIR = .deps
141DLLTOOL = dlltool
142DOXYGEN = no
143DSYMUTIL =
144DUMPBIN =
145DYN_LOADER = -ldl
146ECHO_C =
147ECHO_N = -n
148ECHO_T =
149EGREP = /bin/grep -E
150EXEEXT =
151FGREP = /bin/grep -F
152FTPDIR =
153GETOPT_LIBS =
154GREP = /bin/grep
155INSTALL = /usr/bin/install -c
156INSTALL_DATA = ${INSTALL} -m 644
157INSTALL_PROGRAM = ${INSTALL}
158INSTALL_SCRIPT = ${INSTALL}
159INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
160KDOC_DIR = $(top_srcdir)/doc
161LD = /home/evigier/android-14b-toolchain/arm-linux-androideabi/bin/ld
162LDFLAGS =
163LIBGETOPTOBJS =
164LIBOBJS =
165LIBS = -L/home/evigier/android-ndk-r8b/platforms/android-14/arch-arm/usr/lib
166LIBTOOL = $(SHELL) $(top_builddir)/libtool
167LIB_MAJOR = 0
168LIB_VERSION = 1_8
169LIPO =
170LN_S = ln -s
171LTLIBOBJS =
172LT_CCXX_VERSION = -version-info 0:1
173LT_MAJOR = 0
174LT_MINOR = 1
175LT_RELEASE = 1.8
176LT_SUBVER = 0.1
177MAINT = #
178MAKEINFO = ${SHELL} /home/evigier/git/commoncpp2-1.8.1-android/autoconf/missing --run makeinfo
179MANIFEST_TOOL = :
180MKDIR_P = /bin/mkdir -p
181MODULE_FLAGS = -module -shared -avoid-version
182NM = /home/evigier/android-14b-toolchain/bin/arm-linux-androideabi-nm -B
183NMEDIT =
184OBJDUMP = objdump
185OBJEXT = o
186OTOOL =
187OTOOL64 =
188PACKAGE = commoncpp2
189PACKAGE_BUGREPORT =
190PACKAGE_NAME =
191PACKAGE_STRING =
192PACKAGE_TARNAME =
193PACKAGE_URL =
194PACKAGE_VERSION =
195PATH_SEPARATOR = :
196PTHREAD_CC =
197RANLIB = arm-linux-androideabi-ranlib
198SED = /bin/sed
199SET_MAKE =
200SHARED_FLAGS =
201SHELL = /bin/bash
202SOCKET_LIBS =
203SSL_LIBS =
204STAGE2 =
205STRIP = arm-linux-androideabi-strip
206THREAD_FLAGS =
207THREAD_LIBS = -pthread
208VERSION = 1.8.1
209WARN_FLAGS = -pedantic -Wall
210WINVERSION = 1,8,1,0
211ZSTREAM_LIBS = -lz
212abs_builddir = /home/evigier/git/commoncpp2-1.8.1-android/w32
213abs_srcdir = /home/evigier/git/commoncpp2-1.8.1-android/w32
214abs_top_builddir = /home/evigier/git/commoncpp2-1.8.1-android
215abs_top_srcdir = /home/evigier/git/commoncpp2-1.8.1-android
216ac_ct_AR =
217ac_ct_CC =
218ac_ct_CXX =
219ac_ct_DUMPBIN =
220am__include = include
221am__leading_dot = .
222am__quote =
223am__tar = ${AMTAR} chof - "$$tardir"
224am__untar = ${AMTAR} xf -
225bindir = ${exec_prefix}/bin
226build = x86_64-unknown-linux-gnu
227build_alias =
228build_cpu = x86_64
229build_os = linux-gnu
230build_vendor = unknown
231builddir = .
232ccincludedir = ${includedir}/cc++2
233datadir = ${datarootdir}
234datarootdir = ${prefix}/share
235docdir = ${datarootdir}/doc/${PACKAGE}
236dvidir = ${docdir}
237etc_confdir = /home/evigier/android-ndk-r8b/platforms/android-14/arch-arm/usr/etc
238exec_prefix = ${prefix}
239host = arm-unknown-linux-androideabi
240host_alias = arm-linux-androideabi
241host_cpu = arm
242host_os = linux-androideabi
243host_vendor = unknown
244htmldir = ${docdir}
245includedir = ${prefix}/include
246incprefix =
247infodir = ${datarootdir}/info
248install_sh = ${SHELL} /home/evigier/git/commoncpp2-1.8.1-android/autoconf/install-sh
249libdir = ${exec_prefix}/lib
250libexecdir = ${exec_prefix}/libexec
251localedir = ${datarootdir}/locale
252localstatedir = ${prefix}/var
253mandir = ${datarootdir}/man
254mkdir_p = /bin/mkdir -p
255oldincludedir = /usr/include
256ost_cv_dynloader = yes
257pdfdir = ${docdir}
258prefix = /home/evigier/android-ndk-r8b/platforms/android-14/arch-arm/usr
259program_transform_name = s,x,x,
260psdir = ${docdir}
261sbindir = ${exec_prefix}/sbin
262sharedstatedir = ${prefix}/com
263srcdir = .
264sysconfdir = ${prefix}/etc
265target = arm-unknown-linux-androideabi
266target_alias =
267target_cpu = arm
268target_os = linux-androideabi
269target_vendor = unknown
270thrprefix = /usr/include
271top_build_prefix = ../
272top_builddir = ..
273top_srcdir = ..
274MAINTAINERCLEANFILES = Makefile.in Makefile
275SUBDIRS = vs2008
276EXTRA_DIST = cc++/config.h \
277 common.dsw ccgnu2.dsp ccext2.dsp common.sln *.vcproj demo/*.vcproj \
278 tests/*.dsp demo/*.dsp Makefile.gcc Makefile.bcc common.reg *.bat
279
280INCLUDES = -I$(CCXX_DIR)
281all: all-recursive
282
283.SUFFIXES:
284$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
285 @for dep in $?; do \
286 case '$(am__configure_deps)' in \
287 *$$dep*) \
288 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
289 && { if test -f $@; then exit 0; else break; fi; }; \
290 exit 1;; \
291 esac; \
292 done; \
293 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu w32/Makefile'; \
294 $(am__cd) $(top_srcdir) && \
295 $(AUTOMAKE) --gnu w32/Makefile
296.PRECIOUS: Makefile
297Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
298 @case '$?' in \
299 *config.status*) \
300 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
301 *) \
302 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
303 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
304 esac;
305
306$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
307 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
308
309$(top_srcdir)/configure: # $(am__configure_deps)
310 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
311$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
312 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
313$(am__aclocal_m4_deps):
314ccgnu2.dsp: $(top_builddir)/config.status $(srcdir)/ccgnu2.dsp.in
315 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
316ccext2.dsp: $(top_builddir)/config.status $(srcdir)/ccext2.dsp.in
317 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
318ccgnu2.vcproj: $(top_builddir)/config.status $(srcdir)/ccgnu2.vcproj.in
319 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
320ccext2.vcproj: $(top_builddir)/config.status $(srcdir)/ccext2.vcproj.in
321 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
322
323mostlyclean-libtool:
324 -rm -f *.lo
325
326clean-libtool:
327 -rm -rf .libs _libs
328
329# This directory's subdirectories are mostly independent; you can cd
330# into them and run `make' without going through this Makefile.
331# To change the values of `make' variables: instead of editing Makefiles,
332# (1) if the variable is set in `config.status', edit `config.status'
333# (which will cause the Makefiles to be regenerated when you run `make');
334# (2) otherwise, pass the desired values on the `make' command line.
335$(RECURSIVE_TARGETS):
336 @fail= failcom='exit 1'; \
337 for f in x $$MAKEFLAGS; do \
338 case $$f in \
339 *=* | --[!k]*);; \
340 *k*) failcom='fail=yes';; \
341 esac; \
342 done; \
343 dot_seen=no; \
344 target=`echo $@ | sed s/-recursive//`; \
345 list='$(SUBDIRS)'; for subdir in $$list; do \
346 echo "Making $$target in $$subdir"; \
347 if test "$$subdir" = "."; then \
348 dot_seen=yes; \
349 local_target="$$target-am"; \
350 else \
351 local_target="$$target"; \
352 fi; \
353 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
354 || eval $$failcom; \
355 done; \
356 if test "$$dot_seen" = "no"; then \
357 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
358 fi; test -z "$$fail"
359
360$(RECURSIVE_CLEAN_TARGETS):
361 @fail= failcom='exit 1'; \
362 for f in x $$MAKEFLAGS; do \
363 case $$f in \
364 *=* | --[!k]*);; \
365 *k*) failcom='fail=yes';; \
366 esac; \
367 done; \
368 dot_seen=no; \
369 case "$@" in \
370 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
371 *) list='$(SUBDIRS)' ;; \
372 esac; \
373 rev=''; for subdir in $$list; do \
374 if test "$$subdir" = "."; then :; else \
375 rev="$$subdir $$rev"; \
376 fi; \
377 done; \
378 rev="$$rev ."; \
379 target=`echo $@ | sed s/-recursive//`; \
380 for subdir in $$rev; do \
381 echo "Making $$target in $$subdir"; \
382 if test "$$subdir" = "."; then \
383 local_target="$$target-am"; \
384 else \
385 local_target="$$target"; \
386 fi; \
387 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
388 || eval $$failcom; \
389 done && test -z "$$fail"
390tags-recursive:
391 list='$(SUBDIRS)'; for subdir in $$list; do \
392 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
393 done
394ctags-recursive:
395 list='$(SUBDIRS)'; for subdir in $$list; do \
396 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
397 done
398
399ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
400 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
401 unique=`for i in $$list; do \
402 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
403 done | \
404 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
405 END { if (nonempty) { for (i in files) print i; }; }'`; \
406 mkid -fID $$unique
407tags: TAGS
408
409TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
410 $(TAGS_FILES) $(LISP)
411 set x; \
412 here=`pwd`; \
413 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
414 include_option=--etags-include; \
415 empty_fix=.; \
416 else \
417 include_option=--include; \
418 empty_fix=; \
419 fi; \
420 list='$(SUBDIRS)'; for subdir in $$list; do \
421 if test "$$subdir" = .; then :; else \
422 test ! -f $$subdir/TAGS || \
423 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
424 fi; \
425 done; \
426 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
427 unique=`for i in $$list; do \
428 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
429 done | \
430 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
431 END { if (nonempty) { for (i in files) print i; }; }'`; \
432 shift; \
433 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
434 test -n "$$unique" || unique=$$empty_fix; \
435 if test $$# -gt 0; then \
436 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
437 "$$@" $$unique; \
438 else \
439 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
440 $$unique; \
441 fi; \
442 fi
443ctags: CTAGS
444CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
445 $(TAGS_FILES) $(LISP)
446 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
447 unique=`for i in $$list; do \
448 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
449 done | \
450 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
451 END { if (nonempty) { for (i in files) print i; }; }'`; \
452 test -z "$(CTAGS_ARGS)$$unique" \
453 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
454 $$unique
455
456GTAGS:
457 here=`$(am__cd) $(top_builddir) && pwd` \
458 && $(am__cd) $(top_srcdir) \
459 && gtags -i $(GTAGS_ARGS) "$$here"
460
461distclean-tags:
462 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
463
464distdir: $(DISTFILES)
465 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
466 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
467 list='$(DISTFILES)'; \
468 dist_files=`for file in $$list; do echo $$file; done | \
469 sed -e "s|^$$srcdirstrip/||;t" \
470 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
471 case $$dist_files in \
472 */*) $(MKDIR_P) `echo "$$dist_files" | \
473 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
474 sort -u` ;; \
475 esac; \
476 for file in $$dist_files; do \
477 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
478 if test -d $$d/$$file; then \
479 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
480 if test -d "$(distdir)/$$file"; then \
481 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
482 fi; \
483 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
484 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
485 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
486 fi; \
487 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
488 else \
489 test -f "$(distdir)/$$file" \
490 || cp -p $$d/$$file "$(distdir)/$$file" \
491 || exit 1; \
492 fi; \
493 done
494 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
495 if test "$$subdir" = .; then :; else \
496 test -d "$(distdir)/$$subdir" \
497 || $(MKDIR_P) "$(distdir)/$$subdir" \
498 || exit 1; \
499 fi; \
500 done
501 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
502 if test "$$subdir" = .; then :; else \
503 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
504 $(am__relativize); \
505 new_distdir=$$reldir; \
506 dir1=$$subdir; dir2="$(top_distdir)"; \
507 $(am__relativize); \
508 new_top_distdir=$$reldir; \
509 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
510 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
511 ($(am__cd) $$subdir && \
512 $(MAKE) $(AM_MAKEFLAGS) \
513 top_distdir="$$new_top_distdir" \
514 distdir="$$new_distdir" \
515 am__remove_distdir=: \
516 am__skip_length_check=: \
517 am__skip_mode_fix=: \
518 distdir) \
519 || exit 1; \
520 fi; \
521 done
522check-am: all-am
523check: check-recursive
524all-am: Makefile
525installdirs: installdirs-recursive
526installdirs-am:
527install: install-recursive
528install-exec: install-exec-recursive
529install-data: install-data-recursive
530uninstall: uninstall-recursive
531
532install-am: all-am
533 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
534
535installcheck: installcheck-recursive
536install-strip:
537 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
538 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
539 `test -z '$(STRIP)' || \
540 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
541mostlyclean-generic:
542
543clean-generic:
544
545distclean-generic:
546 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
547 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
548
549maintainer-clean-generic:
550 @echo "This command is intended for maintainers to use"
551 @echo "it deletes files that may require special tools to rebuild."
552 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
553clean: clean-recursive
554
555clean-am: clean-generic clean-libtool mostlyclean-am
556
557distclean: distclean-recursive
558 -rm -f Makefile
559distclean-am: clean-am distclean-generic distclean-tags
560
561dvi: dvi-recursive
562
563dvi-am:
564
565html: html-recursive
566
567html-am:
568
569info: info-recursive
570
571info-am:
572
573install-data-am:
574
575install-dvi: install-dvi-recursive
576
577install-dvi-am:
578
579install-exec-am:
580
581install-html: install-html-recursive
582
583install-html-am:
584
585install-info: install-info-recursive
586
587install-info-am:
588
589install-man:
590
591install-pdf: install-pdf-recursive
592
593install-pdf-am:
594
595install-ps: install-ps-recursive
596
597install-ps-am:
598
599installcheck-am:
600
601maintainer-clean: maintainer-clean-recursive
602 -rm -f Makefile
603maintainer-clean-am: distclean-am maintainer-clean-generic
604
605mostlyclean: mostlyclean-recursive
606
607mostlyclean-am: mostlyclean-generic mostlyclean-libtool
608
609pdf: pdf-recursive
610
611pdf-am:
612
613ps: ps-recursive
614
615ps-am:
616
617uninstall-am:
618
619.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
620 install-am install-strip tags-recursive
621
622.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
623 all all-am check check-am clean clean-generic clean-libtool \
624 ctags ctags-recursive distclean distclean-generic \
625 distclean-libtool distclean-tags distdir dvi dvi-am html \
626 html-am info info-am install install-am install-data \
627 install-data-am install-dvi install-dvi-am install-exec \
628 install-exec-am install-html install-html-am install-info \
629 install-info-am install-man install-pdf install-pdf-am \
630 install-ps install-ps-am install-strip installcheck \
631 installcheck-am installdirs installdirs-am maintainer-clean \
632 maintainer-clean-generic mostlyclean mostlyclean-generic \
633 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
634 uninstall uninstall-am
635
636
637# freddy77, now use posix dirs, gnuwin32 not tested
638#lib_LTLIBRARIES = libccxx.la libccio.la
639
640#libccxx_la_SOURCES = inaddr.cpp socket.cpp peer.cpp mutex.cpp event.cpp \
641# thread.cpp buffer.cpp threadkey.cpp url.cpp config.cpp
642
643#libccio_la_SOURCES = pipe.cpp file.cpp
644
645#libccxx_la_LDFLAGS = -lwsock32
646
647#pkginclude_HEADERS = thread.h socket.h common.h file.h url.h
648#noinst_HEADERS = export.h
649
650# Tell versions [3.59,3.63) of GNU make to not export all variables.
651# Otherwise a system limit (for SysV at least) may be exceeded.
652.NOEXPORT: