1# Makefile.in generated by automake 1.6.2 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5# 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# Copyright (C) 1999 Scott Thomas Haug <scott@id3.org>
18# Copyright (C) 2002 Thijmen Klok <thijmen@id3lib.org>
19#
20# This file is free software; as a special exception the author gives
21# unlimited permission to copy and/or distribute it, with or without
22# modifications, as long as this notice is preserved.
23#
24# This program is distributed in the hope that it will be useful, but
25# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
26# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
27SHELL = @SHELL@
28
29srcdir = @srcdir@
30top_srcdir = @top_srcdir@
31VPATH = @srcdir@
32prefix = @prefix@
33exec_prefix = @exec_prefix@
34
35bindir = @bindir@
36sbindir = @sbindir@
37libexecdir = @libexecdir@
38datadir = @datadir@
39sysconfdir = @sysconfdir@
40sharedstatedir = @sharedstatedir@
41localstatedir = @localstatedir@
42libdir = @libdir@
43infodir = @infodir@
44mandir = @mandir@
45includedir = @includedir@
46oldincludedir = /usr/include
47pkgdatadir = $(datadir)/@PACKAGE@
48pkglibdir = $(libdir)/@PACKAGE@
49pkgincludedir = $(includedir)/@PACKAGE@
50top_builddir = .
51
52ACLOCAL = @ACLOCAL@
53AUTOCONF = @AUTOCONF@
54AUTOMAKE = @AUTOMAKE@
55AUTOHEADER = @AUTOHEADER@
56
57am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
58INSTALL = @INSTALL@
59INSTALL_PROGRAM = @INSTALL_PROGRAM@
60INSTALL_DATA = @INSTALL_DATA@
61install_sh_DATA = $(install_sh) -c -m 644
62install_sh_PROGRAM = $(install_sh) -c
63install_sh_SCRIPT = $(install_sh) -c
64INSTALL_SCRIPT = @INSTALL_SCRIPT@
65INSTALL_HEADER = $(INSTALL_DATA)
66transform = @program_transform_name@
67NORMAL_INSTALL = :
68PRE_INSTALL = :
69POST_INSTALL = :
70NORMAL_UNINSTALL = :
71PRE_UNINSTALL = :
72POST_UNINSTALL = :
73host_alias = @host_alias@
74host_triplet = @host@
75
76EXEEXT = @EXEEXT@
77OBJEXT = @OBJEXT@
78PATH_SEPARATOR = @PATH_SEPARATOR@
79AMTAR = @AMTAR@
80AS = @AS@
81AWK = @AWK@
82CC = @CC@
83CXX = @CXX@
84CXXCPP = @CXXCPP@
85DEPDIR = @DEPDIR@
86DLLTOOL = @DLLTOOL@
87DOX_DIR_HTML = @DOX_DIR_HTML@
88DOX_DIR_LATEX = @DOX_DIR_LATEX@
89DOX_DIR_MAN = @DOX_DIR_MAN@
90DOX_DIR_RTF = @DOX_DIR_RTF@
91ECHO = @ECHO@
92ID3LIB_BINARY_AGE = @ID3LIB_BINARY_AGE@
93ID3LIB_DEBUG_FLAGS = @ID3LIB_DEBUG_FLAGS@
94ID3LIB_FULLNAME = @ID3LIB_FULLNAME@
95ID3LIB_INTERFACE_AGE = @ID3LIB_INTERFACE_AGE@
96ID3LIB_MAJOR_VERSION = @ID3LIB_MAJOR_VERSION@
97ID3LIB_MINOR_VERSION = @ID3LIB_MINOR_VERSION@
98ID3LIB_NAME = @ID3LIB_NAME@
99ID3LIB_PATCH_VERSION = @ID3LIB_PATCH_VERSION@
100ID3LIB_VERSION = @ID3LIB_VERSION@
101INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
102LIBTOOL = @LIBTOOL@
103LN_S = @LN_S@
104LT_AGE = @LT_AGE@
105LT_CURRENT = @LT_CURRENT@
106LT_RELEASE = @LT_RELEASE@
107LT_REVISION = @LT_REVISION@
108MAINT = @MAINT@
109OBJDUMP = @OBJDUMP@
110PACKAGE = @PACKAGE@
111RANLIB = @RANLIB@
112STRIP = @STRIP@
113VERSION = @VERSION@
114am__include = @am__include@
115am__quote = @am__quote@
116cxxflags_set = @cxxflags_set@
117install_sh = @install_sh@
118
119# require automake 1.5
120AUTOMAKE_OPTIONS = 1.5
121
122EXTRA_DIST = \
123        HISTORY                 \
124        config.h.win32          \
125        config.h.win32.in       \
126        id3lib.spec             \
127        id3lib.spec.in          \
128        reconf			\
129	makefile.win32		\
130	makewin32.bat
131
132@ID3_NEEDZLIB_TRUE@zlib_subdir = zlib
133@ID3_NEEDZLIB_FALSE@zlib_subdir =
134
135SUBDIRS = . m4 doc include id3com src examples
136DIST_SUBDIRS = . m4 doc include id3com src examples prj libprj
137
138INCLUDES = @ID3LIB_DEBUG_FLAGS@
139
140docsdistdir = $(PACKAGE)-doc-$(VERSION)
141subdir = .
142ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
143mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
144CONFIG_HEADER = config.h
145CONFIG_CLEAN_FILES =
146DIST_SOURCES =
147
148RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
149	uninstall-info-recursive all-recursive install-data-recursive \
150	install-exec-recursive installdirs-recursive install-recursive \
151	uninstall-recursive check-recursive installcheck-recursive
152DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
153	Makefile.in NEWS THANKS TODO acconfig.h aclocal.m4 config.guess \
154	config.h.in config.sub configure configure.in depcomp \
155	install-sh ltconfig ltmain.sh missing mkinstalldirs
156all: config.h
157	$(MAKE) $(AM_MAKEFLAGS) all-recursive
158
159.SUFFIXES:
160
161am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log
162$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
163	cd $(top_srcdir) && \
164	  $(AUTOMAKE) --gnu  Makefile
165Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
166	cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
167
168$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
169	$(SHELL) ./config.status --recheck
170$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
171	cd $(srcdir) && $(AUTOCONF)
172
173$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
174	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
175
176config.h: stamp-h1
177	@if test ! -f $@; then \
178	  rm -f stamp-h1; \
179	  $(MAKE) stamp-h1; \
180	else :; fi
181
182stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
183	@rm -f stamp-h1
184	cd $(top_builddir) && $(SHELL) ./config.status config.h
185
186$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
187	cd $(top_srcdir) && $(AUTOHEADER)
188	touch $(srcdir)/config.h.in
189
190distclean-hdr:
191	-rm -f config.h stamp-h1
192
193mostlyclean-libtool:
194	-rm -f *.lo
195
196clean-libtool:
197	-rm -rf .libs _libs
198
199distclean-libtool:
200	-rm -f libtool
201uninstall-info-am:
202
203# This directory's subdirectories are mostly independent; you can cd
204# into them and run `make' without going through this Makefile.
205# To change the values of `make' variables: instead of editing Makefiles,
206# (1) if the variable is set in `config.status', edit `config.status'
207#     (which will cause the Makefiles to be regenerated when you run `make');
208# (2) otherwise, pass the desired values on the `make' command line.
209$(RECURSIVE_TARGETS):
210	@set fnord $$MAKEFLAGS; amf=$$2; \
211	dot_seen=no; \
212	target=`echo $@ | sed s/-recursive//`; \
213	list='$(SUBDIRS)'; for subdir in $$list; do \
214	  echo "Making $$target in $$subdir"; \
215	  if test "$$subdir" = "."; then \
216	    dot_seen=yes; \
217	    local_target="$$target-am"; \
218	  else \
219	    local_target="$$target"; \
220	  fi; \
221	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
222	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
223	done; \
224	if test "$$dot_seen" = "no"; then \
225	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
226	fi; test -z "$$fail"
227
228mostlyclean-recursive clean-recursive distclean-recursive \
229maintainer-clean-recursive:
230	@set fnord $$MAKEFLAGS; amf=$$2; \
231	dot_seen=no; \
232	case "$@" in \
233	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
234	  *) list='$(SUBDIRS)' ;; \
235	esac; \
236	rev=''; for subdir in $$list; do \
237	  if test "$$subdir" = "."; then :; else \
238	    rev="$$subdir $$rev"; \
239	  fi; \
240	done; \
241	rev="$$rev ."; \
242	target=`echo $@ | sed s/-recursive//`; \
243	for subdir in $$rev; do \
244	  echo "Making $$target in $$subdir"; \
245	  if test "$$subdir" = "."; then \
246	    local_target="$$target-am"; \
247	  else \
248	    local_target="$$target"; \
249	  fi; \
250	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
251	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
252	done && test -z "$$fail"
253tags-recursive:
254	list='$(SUBDIRS)'; for subdir in $$list; do \
255	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
256	done
257
258ETAGS = etags
259ETAGSFLAGS =
260
261tags: TAGS
262
263ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
264	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
265	unique=`for i in $$list; do \
266	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
267	  done | \
268	  $(AWK) '    { files[$$0] = 1; } \
269	       END { for (i in files) print i; }'`; \
270	mkid -fID $$unique
271
272TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
273		$(TAGS_FILES) $(LISP)
274	tags=; \
275	here=`pwd`; \
276	list='$(SUBDIRS)'; for subdir in $$list; do \
277	  if test "$$subdir" = .; then :; else \
278	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
279	  fi; \
280	done; \
281	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
282	unique=`for i in $$list; do \
283	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
284	  done | \
285	  $(AWK) '    { files[$$0] = 1; } \
286	       END { for (i in files) print i; }'`; \
287	test -z "$(ETAGS_ARGS)$$tags$$unique" \
288	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
289	     $$tags $$unique
290
291GTAGS:
292	here=`$(am__cd) $(top_builddir) && pwd` \
293	  && cd $(top_srcdir) \
294	  && gtags -i $(GTAGS_ARGS) $$here
295
296distclean-tags:
297	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
298DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
299
300top_distdir = .
301distdir = $(PACKAGE)-$(VERSION)
302
303am__remove_distdir = \
304  { test ! -d $(distdir) \
305    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
306         && rm -fr $(distdir); }; }
307
308GZIP_ENV = --best
309distcleancheck_listfiles = find . -type f -print
310
311distdir: $(DISTFILES)
312	$(am__remove_distdir)
313	mkdir $(distdir)
314	@list='$(DISTFILES)'; for file in $$list; do \
315	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
316	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
317	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
318	    dir="/$$dir"; \
319	    $(mkinstalldirs) "$(distdir)$$dir"; \
320	  else \
321	    dir=''; \
322	  fi; \
323	  if test -d $$d/$$file; then \
324	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
325	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
326	    fi; \
327	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
328	  else \
329	    test -f $(distdir)/$$file \
330	    || cp -p $$d/$$file $(distdir)/$$file \
331	    || exit 1; \
332	  fi; \
333	done
334	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
335	  if test "$$subdir" = .; then :; else \
336	    test -d $(distdir)/$$subdir \
337	    || mkdir $(distdir)/$$subdir \
338	    || exit 1; \
339	    (cd $$subdir && \
340	      $(MAKE) $(AM_MAKEFLAGS) \
341	        top_distdir="$(top_distdir)" \
342	        distdir=../$(distdir)/$$subdir \
343	        distdir) \
344	      || exit 1; \
345	  fi; \
346	done
347	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
348	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
349	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
350	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
351	|| chmod -R a+r $(distdir)
352dist-gzip: distdir
353	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
354	$(am__remove_distdir)
355
356dist dist-all: distdir
357	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
358	$(am__remove_distdir)
359
360# This target untars the dist file and tries a VPATH configuration.  Then
361# it guarantees that the distribution is self-contained by making another
362# tarfile.
363distcheck: dist
364	$(am__remove_distdir)
365	GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
366	chmod -R a-w $(distdir); chmod a+w $(distdir)
367	mkdir $(distdir)/=build
368	mkdir $(distdir)/=inst
369	chmod a-w $(distdir)
370	dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
371	  && cd $(distdir)/=build \
372	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
373	    $(DISTCHECK_CONFIGURE_FLAGS) \
374	  && $(MAKE) $(AM_MAKEFLAGS) \
375	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
376	  && $(MAKE) $(AM_MAKEFLAGS) check \
377	  && $(MAKE) $(AM_MAKEFLAGS) install \
378	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
379	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
380	  && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
381	      || { echo "ERROR: files left after uninstall:" ; \
382	           find $$dc_install_base -type f -print ; \
383	           exit 1; } >&2 ) \
384	  && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
385	  && rm -f $(distdir).tar.gz \
386	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
387	$(am__remove_distdir)
388	@echo "$(distdir).tar.gz is ready for distribution" | \
389	  sed 'h;s/./=/g;p;x;p;x'
390distcleancheck: distclean
391	if test '$(srcdir)' = . ; then \
392	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
393	  exit 1 ; \
394	fi
395	test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
396	  || { echo "ERROR: files left after distclean:" ; \
397	       $(distcleancheck_listfiles) ; \
398	       exit 1; } >&2
399check-am: all-am
400check: check-recursive
401all-am: Makefile config.h
402installdirs: installdirs-recursive
403installdirs-am:
404
405install: install-recursive
406install-exec: install-exec-recursive
407install-data: install-data-recursive
408uninstall: uninstall-recursive
409
410install-am: all-am
411	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
412
413installcheck: installcheck-recursive
414install-strip:
415	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
416	  INSTALL_STRIP_FLAG=-s \
417	  `test -z '$(STRIP)' || \
418	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
419mostlyclean-generic:
420
421clean-generic:
422
423distclean-generic:
424	-rm -f Makefile $(CONFIG_CLEAN_FILES)
425
426maintainer-clean-generic:
427	@echo "This command is intended for maintainers to use"
428	@echo "it deletes files that may require special tools to rebuild."
429clean: clean-recursive
430
431clean-am: clean-generic clean-libtool mostlyclean-am
432
433distclean: distclean-recursive
434	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
435distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
436	distclean-tags
437
438dvi: dvi-recursive
439
440dvi-am:
441
442info: info-recursive
443
444info-am:
445
446install-data-am:
447
448install-exec-am:
449
450install-info: install-info-recursive
451
452install-man:
453
454installcheck-am:
455
456maintainer-clean: maintainer-clean-recursive
457	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
458	-rm -rf autom4te.cache
459maintainer-clean-am: distclean-am maintainer-clean-generic
460
461mostlyclean: mostlyclean-recursive
462
463mostlyclean-am: mostlyclean-generic mostlyclean-libtool
464
465uninstall-am: uninstall-info-am
466
467uninstall-info: uninstall-info-recursive
468
469.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
470	clean-generic clean-libtool clean-recursive dist dist-all \
471	dist-gzip distcheck distclean distclean-generic distclean-hdr \
472	distclean-libtool distclean-recursive distclean-tags \
473	distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
474	info-recursive install install-am install-data install-data-am \
475	install-data-recursive install-exec install-exec-am \
476	install-exec-recursive install-info install-info-am \
477	install-info-recursive install-man install-recursive \
478	install-strip installcheck installcheck-am installdirs \
479	installdirs-am installdirs-recursive maintainer-clean \
480	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
481	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
482	tags tags-recursive uninstall uninstall-am uninstall-info-am \
483	uninstall-info-recursive uninstall-recursive
484
485
486config.h.win32: $(top_builddir)/config.status $(top_srcdir)/config.h.win32.in
487	cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
488
489id3lib.spec: $(top_builddir)/config.status $(top_srcdir)/id3lib.spec.in
490	cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
491
492.PHONY: release snapshot docs-release docs
493
494changelog:
495	./cvs2cl.pl --tags --branches --revisions --day-of-week --prune --fsf -U AUTHORS -W 3600
496
497docs:
498	-cd doc && $(MAKE) $(AM_MAKEFLAGS) $@
499
500docs-release: docs
501	-mv doc/$(docsdistdir).* .
502	-cd examples && $(MAKE) $(AM_MAKEFLAGS) clean
503	-mkdir $(docsdistdir)
504	-cp -R examples           $(docsdistdir)
505	-cp    doc/*.*            $(docsdistdir)
506	-cp -R doc/@DOX_DIR_HTML@ $(docsdistdir)
507	-cp    NEWS               $(docsdistdir)/NEWS.txt
508	-cp    ChangeLog          $(docsdistdir)/ChangeLog.txt
509	-find $(docsdistdir) -name "Makefile*" -exec rm -f {} \;
510	-find $(docsdistdir) -name "*.mp3"     -exec rm -f {} \;
511	GZIP=$(GZIP_ENV) $(TAR) zcf $(docsdistdir).tar.gz $(docsdistdir)
512	-rm -rf $(docsdistdir)
513
514release: config.h.win32 id3lib.spec
515	-rm -rf .deps */.deps $(distdir).zip
516	$(MAKE) $(AM_MAKEFLAGS) distcheck
517	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
518	-cp -R id3com/ prj/ libprj/ delphi/ $(distdir)
519	-find $(distdir) -name "*~" -exec rm {} \;
520	-find $(distdir) -type d -name CVS -exec rm -r {} \;
521	-find $(distdir) -name .cvsignore -exec rm {} \;
522	-find $(distdir) \( -name "*.dsp" -or -name "*.dsw" \) -exec unix2dos {} \;
523	cd $(distdir) && cp config.h.win32 config.h
524	cd $(distdir) && zip -r ../$(distdir).zip *
525	cd $(distdir) && ./configure && $(MAKE) $(AM_MAKEFLAGS) docs-release
526	mv $(distdir)/$(docsdistdir).* .
527	-rm -rf $(distdir)
528
529snapshot: config.h.win32
530	ss_distdir=$(PACKAGE)-`date +"%Y%m%d"`; \
531	$(MAKE) $(AM_MAKEFLAGS) distdir distdir=$$ss_distdir; \
532	chmod -R a+r $$ss_distdir; \
533	GZIP=$(GZIP_ENV) $(TAR) chozf $${ss_distdir}.tar.gz $$ss_distdir; \
534	cd $$ss_distdir && cp config.h.win32 config.h && cd ..; \
535	cd $$ss_distdir && zip -r ../$${ss_distdir}.zip * && cd ..; \
536	rm -rf $$ss_distdir
537# Tell versions [3.59,3.63) of GNU make to not export all variables.
538# Otherwise a system limit (for SysV at least) may be exceeded.
539.NOEXPORT:
540