blob: de239f61731d5a66d3f6bd7242f204a4f147b9ef [file] [log] [blame]
Rafaël Carré6832c632013-01-16 21:37:01 +00001# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, 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@SET_MAKE@
17
18VPATH = @srcdir@
19am__make_dryrun = \
20 { \
21 am__dry=no; \
22 case $$MAKEFLAGS in \
23 *\\[\ \ ]*) \
24 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
25 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26 *) \
27 for am__flg in $$MAKEFLAGS; do \
28 case $$am__flg in \
29 *=*|--*) ;; \
30 *n*) am__dry=yes; break;; \
31 esac; \
32 done;; \
33 esac; \
34 test $$am__dry = yes; \
35 }
36pkgdatadir = $(datadir)/@PACKAGE@
37pkgincludedir = $(includedir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkglibexecdir = $(libexecdir)/@PACKAGE@
40am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41install_sh_DATA = $(install_sh) -c -m 644
42install_sh_PROGRAM = $(install_sh) -c
43install_sh_SCRIPT = $(install_sh) -c
44INSTALL_HEADER = $(INSTALL_DATA)
45transform = $(program_transform_name)
46NORMAL_INSTALL = :
47PRE_INSTALL = :
48POST_INSTALL = :
49NORMAL_UNINSTALL = :
50PRE_UNINSTALL = :
51POST_UNINSTALL = :
52subdir = .
53DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
54 $(srcdir)/Makefile.in $(top_srcdir)/configure COPYING \
55 ChangeLog INSTALL build-aux/config.guess build-aux/config.sub \
56 build-aux/depcomp build-aux/install-sh build-aux/missing
57ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58am__aclocal_m4_deps = $(top_srcdir)/configure.ac
59am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60 $(ACLOCAL_M4)
61am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
62 configure.lineno config.status.lineno
63mkinstalldirs = $(install_sh) -d
64CONFIG_CLEAN_FILES =
65CONFIG_CLEAN_VPATH_FILES =
66am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
67am__vpath_adj = case $$p in \
68 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
69 *) f=$$p;; \
70 esac;
71am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
72am__install_max = 40
73am__nobase_strip_setup = \
74 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
75am__nobase_strip = \
76 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
77am__nobase_list = $(am__nobase_strip_setup); \
78 for p in $$list; do echo "$$p $$p"; done | \
79 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
80 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
81 if (++n[$$2] == $(am__install_max)) \
82 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
83 END { for (dir in files) print dir, files[dir] }'
84am__base_list = \
85 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
86 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
87am__uninstall_files_from_dir = { \
88 test -z "$$files" \
89 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
90 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
91 $(am__cd) "$$dir" && rm -f $$files; }; \
92 }
93am__installdirs = "$(DESTDIR)$(libdir)"
94LIBRARIES = $(lib_LIBRARIES)
95ARFLAGS = cru
96libwinstorecompat_a_AR = $(AR) $(ARFLAGS)
97libwinstorecompat_a_LIBADD =
98am__dirstamp = $(am__leading_dot)dirstamp
99am_libwinstorecompat_a_OBJECTS = src/CreateEventW.$(OBJEXT)
100libwinstorecompat_a_OBJECTS = $(am_libwinstorecompat_a_OBJECTS)
101DEFAULT_INCLUDES = -I.@am__isrc@
102depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
103am__depfiles_maybe = depfiles
104am__mv = mv -f
105COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
106 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
107CCLD = $(CC)
108LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
109SOURCES = $(libwinstorecompat_a_SOURCES)
110DIST_SOURCES = $(libwinstorecompat_a_SOURCES)
111am__can_run_installinfo = \
112 case $$AM_UPDATE_INFO_DIR in \
113 n|no|NO) false;; \
114 *) (install-info --version) >/dev/null 2>&1;; \
115 esac
116ETAGS = etags
117CTAGS = ctags
118DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
119distdir = $(PACKAGE)-$(VERSION)
120top_distdir = $(distdir)
121am__remove_distdir = \
122 if test -d "$(distdir)"; then \
123 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
124 && rm -rf "$(distdir)" \
125 || { sleep 5 && rm -rf "$(distdir)"; }; \
126 else :; fi
127DIST_ARCHIVES = $(distdir).tar.gz
128GZIP_ENV = --best
129distuninstallcheck_listfiles = find . -type f -print
130am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
131 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
132distcleancheck_listfiles = find . -type f -print
133ACLOCAL = @ACLOCAL@
134AMTAR = @AMTAR@
135AR = @AR@
136AUTOCONF = @AUTOCONF@
137AUTOHEADER = @AUTOHEADER@
138AUTOMAKE = @AUTOMAKE@
139AWK = @AWK@
140CC = @CC@
141CCDEPMODE = @CCDEPMODE@
142CFLAGS = @CFLAGS@
143CPPFLAGS = @CPPFLAGS@
144CYGPATH_W = @CYGPATH_W@
145DEFS = @DEFS@
146DEPDIR = @DEPDIR@
147ECHO_C = @ECHO_C@
148ECHO_N = @ECHO_N@
149ECHO_T = @ECHO_T@
150EXEEXT = @EXEEXT@
151INSTALL = @INSTALL@
152INSTALL_DATA = @INSTALL_DATA@
153INSTALL_PROGRAM = @INSTALL_PROGRAM@
154INSTALL_SCRIPT = @INSTALL_SCRIPT@
155INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
156LDFLAGS = @LDFLAGS@
157LIBOBJS = @LIBOBJS@
158LIBS = @LIBS@
159LTLIBOBJS = @LTLIBOBJS@
160MAINT = @MAINT@
161MAKEINFO = @MAKEINFO@
162MKDIR_P = @MKDIR_P@
163OBJEXT = @OBJEXT@
164PACKAGE = @PACKAGE@
165PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
166PACKAGE_NAME = @PACKAGE_NAME@
167PACKAGE_STRING = @PACKAGE_STRING@
168PACKAGE_TARNAME = @PACKAGE_TARNAME@
169PACKAGE_URL = @PACKAGE_URL@
170PACKAGE_VERSION = @PACKAGE_VERSION@
171PATH_SEPARATOR = @PATH_SEPARATOR@
172RANLIB = @RANLIB@
173SET_MAKE = @SET_MAKE@
174SHELL = @SHELL@
175STRIP = @STRIP@
176VERSION = @VERSION@
177abs_builddir = @abs_builddir@
178abs_srcdir = @abs_srcdir@
179abs_top_builddir = @abs_top_builddir@
180abs_top_srcdir = @abs_top_srcdir@
181ac_ct_AR = @ac_ct_AR@
182ac_ct_CC = @ac_ct_CC@
183am__include = @am__include@
184am__leading_dot = @am__leading_dot@
185am__quote = @am__quote@
186am__tar = @am__tar@
187am__untar = @am__untar@
188bindir = @bindir@
189build_alias = @build_alias@
190builddir = @builddir@
191datadir = @datadir@
192datarootdir = @datarootdir@
193docdir = @docdir@
194dvidir = @dvidir@
195exec_prefix = @exec_prefix@
196host_alias = @host_alias@
197htmldir = @htmldir@
198includedir = @includedir@
199infodir = @infodir@
200install_sh = @install_sh@
201libdir = @libdir@
202libexecdir = @libexecdir@
203localedir = @localedir@
204localstatedir = @localstatedir@
205mandir = @mandir@
206mkdir_p = @mkdir_p@
207oldincludedir = @oldincludedir@
208pdfdir = @pdfdir@
209prefix = @prefix@
210program_transform_name = @program_transform_name@
211psdir = @psdir@
212sbindir = @sbindir@
213sharedstatedir = @sharedstatedir@
214srcdir = @srcdir@
215sysconfdir = @sysconfdir@
216target_alias = @target_alias@
217top_build_prefix = @top_build_prefix@
218top_builddir = @top_builddir@
219top_srcdir = @top_srcdir@
220AUTOMAKE_OPTIONS = foreign subdir-objects
221AM_CFLAGS = -Wall -Wstrict-aliasing=2 -pedantic
222lib_LIBRARIES = libwinstorecompat.a
223libwinstorecompat_a_SOURCES = \
224 src/CreateEventW.c
225
226all: all-am
227
228.SUFFIXES:
229.SUFFIXES: .c .o .obj
230am--refresh: Makefile
231 @:
232$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
233 @for dep in $?; do \
234 case '$(am__configure_deps)' in \
235 *$$dep*) \
236 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
237 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
238 && exit 0; \
239 exit 1;; \
240 esac; \
241 done; \
242 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
243 $(am__cd) $(top_srcdir) && \
244 $(AUTOMAKE) --foreign Makefile
245.PRECIOUS: Makefile
246Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
247 @case '$?' in \
248 *config.status*) \
249 echo ' $(SHELL) ./config.status'; \
250 $(SHELL) ./config.status;; \
251 *) \
252 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
253 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
254 esac;
255
256$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
257 $(SHELL) ./config.status --recheck
258
259$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
260 $(am__cd) $(srcdir) && $(AUTOCONF)
261$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
262 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
263$(am__aclocal_m4_deps):
264install-libLIBRARIES: $(lib_LIBRARIES)
265 @$(NORMAL_INSTALL)
266 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
267 list2=; for p in $$list; do \
268 if test -f $$p; then \
269 list2="$$list2 $$p"; \
270 else :; fi; \
271 done; \
272 test -z "$$list2" || { \
273 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
274 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
275 echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
276 $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
277 @$(POST_INSTALL)
278 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
279 for p in $$list; do \
280 if test -f $$p; then \
281 $(am__strip_dir) \
282 echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
283 ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
284 else :; fi; \
285 done
286
287uninstall-libLIBRARIES:
288 @$(NORMAL_UNINSTALL)
289 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
290 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
291 dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
292
293clean-libLIBRARIES:
294 -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
295src/$(am__dirstamp):
296 @$(MKDIR_P) src
297 @: > src/$(am__dirstamp)
298src/$(DEPDIR)/$(am__dirstamp):
299 @$(MKDIR_P) src/$(DEPDIR)
300 @: > src/$(DEPDIR)/$(am__dirstamp)
301src/CreateEventW.$(OBJEXT): src/$(am__dirstamp) \
302 src/$(DEPDIR)/$(am__dirstamp)
303libwinstorecompat.a: $(libwinstorecompat_a_OBJECTS) $(libwinstorecompat_a_DEPENDENCIES) $(EXTRA_libwinstorecompat_a_DEPENDENCIES)
304 -rm -f libwinstorecompat.a
305 $(libwinstorecompat_a_AR) libwinstorecompat.a $(libwinstorecompat_a_OBJECTS) $(libwinstorecompat_a_LIBADD)
306 $(RANLIB) libwinstorecompat.a
307
308mostlyclean-compile:
309 -rm -f *.$(OBJEXT)
310 -rm -f src/CreateEventW.$(OBJEXT)
311
312distclean-compile:
313 -rm -f *.tab.c
314
315@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/CreateEventW.Po@am__quote@
316
317.c.o:
318@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
319@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
320@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
321@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
322@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
323@am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ $<
324
325.c.obj:
326@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
327@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
328@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
329@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
330@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
331@am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
332
333ID: $(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; nonempty = 1; } \
339 END { if (nonempty) { for (i in files) print i; }; }'`; \
340 mkid -fID $$unique
341tags: TAGS
342
343TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
344 $(TAGS_FILES) $(LISP)
345 set x; \
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; nonempty = 1; } \
352 END { if (nonempty) { for (i in files) print i; }; }'`; \
353 shift; \
354 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
355 test -n "$$unique" || unique=$$empty_fix; \
356 if test $$# -gt 0; then \
357 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
358 "$$@" $$unique; \
359 else \
360 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
361 $$unique; \
362 fi; \
363 fi
364ctags: CTAGS
365CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
366 $(TAGS_FILES) $(LISP)
367 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
368 unique=`for i in $$list; do \
369 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
370 done | \
371 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
372 END { if (nonempty) { for (i in files) print i; }; }'`; \
373 test -z "$(CTAGS_ARGS)$$unique" \
374 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
375 $$unique
376
377GTAGS:
378 here=`$(am__cd) $(top_builddir) && pwd` \
379 && $(am__cd) $(top_srcdir) \
380 && gtags -i $(GTAGS_ARGS) "$$here"
381
382distclean-tags:
383 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
384
385distdir: $(DISTFILES)
386 $(am__remove_distdir)
387 test -d "$(distdir)" || mkdir "$(distdir)"
388 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
389 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
390 list='$(DISTFILES)'; \
391 dist_files=`for file in $$list; do echo $$file; done | \
392 sed -e "s|^$$srcdirstrip/||;t" \
393 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
394 case $$dist_files in \
395 */*) $(MKDIR_P) `echo "$$dist_files" | \
396 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
397 sort -u` ;; \
398 esac; \
399 for file in $$dist_files; do \
400 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
401 if test -d $$d/$$file; then \
402 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
403 if test -d "$(distdir)/$$file"; then \
404 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
405 fi; \
406 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
407 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
408 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
409 fi; \
410 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
411 else \
412 test -f "$(distdir)/$$file" \
413 || cp -p $$d/$$file "$(distdir)/$$file" \
414 || exit 1; \
415 fi; \
416 done
417 -test -n "$(am__skip_mode_fix)" \
418 || find "$(distdir)" -type d ! -perm -755 \
419 -exec chmod u+rwx,go+rx {} \; -o \
420 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
421 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
422 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
423 || chmod -R a+r "$(distdir)"
424dist-gzip: distdir
425 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
426 $(am__remove_distdir)
427
428dist-bzip2: distdir
429 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
430 $(am__remove_distdir)
431
432dist-lzip: distdir
433 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
434 $(am__remove_distdir)
435
436dist-lzma: distdir
437 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
438 $(am__remove_distdir)
439
440dist-xz: distdir
441 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
442 $(am__remove_distdir)
443
444dist-tarZ: distdir
445 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
446 $(am__remove_distdir)
447
448dist-shar: distdir
449 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
450 $(am__remove_distdir)
451
452dist-zip: distdir
453 -rm -f $(distdir).zip
454 zip -rq $(distdir).zip $(distdir)
455 $(am__remove_distdir)
456
457dist dist-all: distdir
458 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
459 $(am__remove_distdir)
460
461# This target untars the dist file and tries a VPATH configuration. Then
462# it guarantees that the distribution is self-contained by making another
463# tarfile.
464distcheck: dist
465 case '$(DIST_ARCHIVES)' in \
466 *.tar.gz*) \
467 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
468 *.tar.bz2*) \
469 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
470 *.tar.lzma*) \
471 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
472 *.tar.lz*) \
473 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
474 *.tar.xz*) \
475 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
476 *.tar.Z*) \
477 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
478 *.shar.gz*) \
479 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
480 *.zip*) \
481 unzip $(distdir).zip ;;\
482 esac
483 chmod -R a-w $(distdir); chmod u+w $(distdir)
484 mkdir $(distdir)/_build
485 mkdir $(distdir)/_inst
486 chmod a-w $(distdir)
487 test -d $(distdir)/_build || exit 0; \
488 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
489 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
490 && am__cwd=`pwd` \
491 && $(am__cd) $(distdir)/_build \
492 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
493 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
494 $(DISTCHECK_CONFIGURE_FLAGS) \
495 && $(MAKE) $(AM_MAKEFLAGS) \
496 && $(MAKE) $(AM_MAKEFLAGS) dvi \
497 && $(MAKE) $(AM_MAKEFLAGS) check \
498 && $(MAKE) $(AM_MAKEFLAGS) install \
499 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
500 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
501 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
502 distuninstallcheck \
503 && chmod -R a-w "$$dc_install_base" \
504 && ({ \
505 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
506 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
507 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
508 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
509 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
510 } || { rm -rf "$$dc_destdir"; exit 1; }) \
511 && rm -rf "$$dc_destdir" \
512 && $(MAKE) $(AM_MAKEFLAGS) dist \
513 && rm -rf $(DIST_ARCHIVES) \
514 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
515 && cd "$$am__cwd" \
516 || exit 1
517 $(am__remove_distdir)
518 @(echo "$(distdir) archives ready for distribution: "; \
519 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
520 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
521distuninstallcheck:
522 @test -n '$(distuninstallcheck_dir)' || { \
523 echo 'ERROR: trying to run $@ with an empty' \
524 '$$(distuninstallcheck_dir)' >&2; \
525 exit 1; \
526 }; \
527 $(am__cd) '$(distuninstallcheck_dir)' || { \
528 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
529 exit 1; \
530 }; \
531 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
532 || { echo "ERROR: files left after uninstall:" ; \
533 if test -n "$(DESTDIR)"; then \
534 echo " (check DESTDIR support)"; \
535 fi ; \
536 $(distuninstallcheck_listfiles) ; \
537 exit 1; } >&2
538distcleancheck: distclean
539 @if test '$(srcdir)' = . ; then \
540 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
541 exit 1 ; \
542 fi
543 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
544 || { echo "ERROR: files left in build directory after distclean:" ; \
545 $(distcleancheck_listfiles) ; \
546 exit 1; } >&2
547check-am: all-am
548check: check-am
549all-am: Makefile $(LIBRARIES)
550installdirs:
551 for dir in "$(DESTDIR)$(libdir)"; do \
552 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
553 done
554install: install-am
555install-exec: install-exec-am
556install-data: install-data-am
557uninstall: uninstall-am
558
559install-am: all-am
560 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
561
562installcheck: installcheck-am
563install-strip:
564 if test -z '$(STRIP)'; then \
565 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
566 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
567 install; \
568 else \
569 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
570 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
571 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
572 fi
573mostlyclean-generic:
574
575clean-generic:
576
577distclean-generic:
578 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
579 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
580 -rm -f src/$(DEPDIR)/$(am__dirstamp)
581 -rm -f src/$(am__dirstamp)
582
583maintainer-clean-generic:
584 @echo "This command is intended for maintainers to use"
585 @echo "it deletes files that may require special tools to rebuild."
586clean: clean-am
587
588clean-am: clean-generic clean-libLIBRARIES mostlyclean-am
589
590distclean: distclean-am
591 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
592 -rm -rf src/$(DEPDIR)
593 -rm -f Makefile
594distclean-am: clean-am distclean-compile distclean-generic \
595 distclean-tags
596
597dvi: dvi-am
598
599dvi-am:
600
601html: html-am
602
603html-am:
604
605info: info-am
606
607info-am:
608
609install-data-am:
610
611install-dvi: install-dvi-am
612
613install-dvi-am:
614
615install-exec-am: install-libLIBRARIES
616
617install-html: install-html-am
618
619install-html-am:
620
621install-info: install-info-am
622
623install-info-am:
624
625install-man:
626
627install-pdf: install-pdf-am
628
629install-pdf-am:
630
631install-ps: install-ps-am
632
633install-ps-am:
634
635installcheck-am:
636
637maintainer-clean: maintainer-clean-am
638 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
639 -rm -rf $(top_srcdir)/autom4te.cache
640 -rm -rf src/$(DEPDIR)
641 -rm -f Makefile
642maintainer-clean-am: distclean-am maintainer-clean-generic
643
644mostlyclean: mostlyclean-am
645
646mostlyclean-am: mostlyclean-compile mostlyclean-generic
647
648pdf: pdf-am
649
650pdf-am:
651
652ps: ps-am
653
654ps-am:
655
656uninstall-am: uninstall-libLIBRARIES
657
658.MAKE: install-am install-strip
659
660.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
661 clean-generic clean-libLIBRARIES ctags dist dist-all \
662 dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ \
663 dist-xz dist-zip distcheck distclean distclean-compile \
664 distclean-generic distclean-tags distcleancheck distdir \
665 distuninstallcheck dvi dvi-am html html-am info info-am \
666 install install-am install-data install-data-am install-dvi \
667 install-dvi-am install-exec install-exec-am install-html \
668 install-html-am install-info install-info-am \
669 install-libLIBRARIES install-man install-pdf install-pdf-am \
670 install-ps install-ps-am install-strip installcheck \
671 installcheck-am installdirs maintainer-clean \
672 maintainer-clean-generic mostlyclean mostlyclean-compile \
673 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
674 uninstall-am uninstall-libLIBRARIES
675
676
677# Tell versions [3.59,3.63) of GNU make to not export all variables.
678# Otherwise a system limit (for SysV at least) may be exceeded.
679.NOEXPORT: