1# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62AR = @AR@
63AS = @AS@
64CC = @CC@
65CXX = @CXX@
66CXXCPP = @CXXCPP@
67DLLTOOL = @DLLTOOL@
68ECHO = @ECHO@
69EGREP = @EGREP@
70EXEEXT = @EXEEXT@
71F77 = @F77@
72GCJ = @GCJ@
73GCJFLAGS = @GCJFLAGS@
74LIBTOOL = @LIBTOOL@
75LN_S = @LN_S@
76MAKEINFO = @MAKEINFO@
77OBJDUMP = @OBJDUMP@
78OBJEXT = @OBJEXT@
79PACKAGE = @PACKAGE@
80RANLIB = @RANLIB@
81RC = @RC@
82STRIP = @STRIP@
83VERSION = @VERSION@
84
85SUBDIRS = libsrs2 tools
86EXTRA_DIST = perl python win32 dist debian LICENSE.BSD LICENSE.GPL-2
87ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
88mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
89CONFIG_HEADER = config.h
90CONFIG_CLEAN_FILES =
91DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
92Makefile.am Makefile.in NEWS aclocal.m4 config.guess config.h.in \
93config.sub configure configure.ac install-sh ltmain.sh missing \
94mkinstalldirs
95
96
97DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
98
99TAR = tar
100GZIP_ENV = --best
101all: all-redirect
102.SUFFIXES:
103$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
104	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
105
106Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
107	cd $(top_builddir) \
108	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
109
110$(ACLOCAL_M4):  configure.ac
111	cd $(srcdir) && $(ACLOCAL)
112
113config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
114	$(SHELL) ./config.status --recheck
115$(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
116	cd $(srcdir) && $(AUTOCONF)
117
118config.h: stamp-h
119	@if test ! -f $@; then \
120		rm -f stamp-h; \
121		$(MAKE) stamp-h; \
122	else :; fi
123stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
124	cd $(top_builddir) \
125	  && CONFIG_FILES= CONFIG_HEADERS=config.h \
126	     $(SHELL) ./config.status
127	@echo timestamp > stamp-h 2> /dev/null
128$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
129	@if test ! -f $@; then \
130		rm -f $(srcdir)/stamp-h.in; \
131		$(MAKE) $(srcdir)/stamp-h.in; \
132	else :; fi
133$(srcdir)/stamp-h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4)
134	cd $(top_srcdir) && $(AUTOHEADER)
135	@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
136
137mostlyclean-hdr:
138
139clean-hdr:
140
141distclean-hdr:
142	-rm -f config.h
143
144maintainer-clean-hdr:
145
146# This directory's subdirectories are mostly independent; you can cd
147# into them and run `make' without going through this Makefile.
148# To change the values of `make' variables: instead of editing Makefiles,
149# (1) if the variable is set in `config.status', edit `config.status'
150#     (which will cause the Makefiles to be regenerated when you run `make');
151# (2) otherwise, pass the desired values on the `make' command line.
152
153@SET_MAKE@
154
155all-recursive install-data-recursive install-exec-recursive \
156installdirs-recursive install-recursive uninstall-recursive  \
157check-recursive installcheck-recursive info-recursive dvi-recursive:
158	@set fnord $(MAKEFLAGS); amf=$$2; \
159	dot_seen=no; \
160	target=`echo $@ | sed s/-recursive//`; \
161	list='$(SUBDIRS)'; for subdir in $$list; do \
162	  echo "Making $$target in $$subdir"; \
163	  if test "$$subdir" = "."; then \
164	    dot_seen=yes; \
165	    local_target="$$target-am"; \
166	  else \
167	    local_target="$$target"; \
168	  fi; \
169	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
170	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
171	done; \
172	if test "$$dot_seen" = "no"; then \
173	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
174	fi; test -z "$$fail"
175
176mostlyclean-recursive clean-recursive distclean-recursive \
177maintainer-clean-recursive:
178	@set fnord $(MAKEFLAGS); amf=$$2; \
179	dot_seen=no; \
180	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
181	  rev="$$subdir $$rev"; \
182	  test "$$subdir" != "." || dot_seen=yes; \
183	done; \
184	test "$$dot_seen" = "no" && rev=". $$rev"; \
185	target=`echo $@ | sed s/-recursive//`; \
186	for subdir in $$rev; do \
187	  echo "Making $$target in $$subdir"; \
188	  if test "$$subdir" = "."; then \
189	    local_target="$$target-am"; \
190	  else \
191	    local_target="$$target"; \
192	  fi; \
193	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
194	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
195	done && test -z "$$fail"
196tags-recursive:
197	list='$(SUBDIRS)'; for subdir in $$list; do \
198	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
199	done
200
201tags: TAGS
202
203ID: $(HEADERS) $(SOURCES) $(LISP)
204	list='$(SOURCES) $(HEADERS)'; \
205	unique=`for i in $$list; do echo $$i; done | \
206	  awk '    { files[$$0] = 1; } \
207	       END { for (i in files) print i; }'`; \
208	here=`pwd` && cd $(srcdir) \
209	  && mkid -f$$here/ID $$unique $(LISP)
210
211TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
212	tags=; \
213	here=`pwd`; \
214	list='$(SUBDIRS)'; for subdir in $$list; do \
215   if test "$$subdir" = .; then :; else \
216	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
217   fi; \
218	done; \
219	list='$(SOURCES) $(HEADERS)'; \
220	unique=`for i in $$list; do echo $$i; done | \
221	  awk '    { files[$$0] = 1; } \
222	       END { for (i in files) print i; }'`; \
223	test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
224	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
225
226mostlyclean-tags:
227
228clean-tags:
229
230distclean-tags:
231	-rm -f TAGS ID
232
233maintainer-clean-tags:
234
235distdir = $(PACKAGE)-$(VERSION)
236top_distdir = $(distdir)
237
238# This target untars the dist file and tries a VPATH configuration.  Then
239# it guarantees that the distribution is self-contained by making another
240# tarfile.
241distcheck: dist
242	-rm -rf $(distdir)
243	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
244	mkdir $(distdir)/=build
245	mkdir $(distdir)/=inst
246	dc_install_base=`cd $(distdir)/=inst && pwd`; \
247	cd $(distdir)/=build \
248	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
249	  && $(MAKE) $(AM_MAKEFLAGS) \
250	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
251	  && $(MAKE) $(AM_MAKEFLAGS) check \
252	  && $(MAKE) $(AM_MAKEFLAGS) install \
253	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
254	  && $(MAKE) $(AM_MAKEFLAGS) dist
255	-rm -rf $(distdir)
256	@banner="$(distdir).tar.gz is ready for distribution"; \
257	dashes=`echo "$$banner" | sed s/./=/g`; \
258	echo "$$dashes"; \
259	echo "$$banner"; \
260	echo "$$dashes"
261dist: distdir
262	-chmod -R a+r $(distdir)
263	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
264	-rm -rf $(distdir)
265dist-all: distdir
266	-chmod -R a+r $(distdir)
267	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
268	-rm -rf $(distdir)
269distdir: $(DISTFILES)
270	-rm -rf $(distdir)
271	mkdir $(distdir)
272	-chmod 777 $(distdir)
273	@for file in $(DISTFILES); do \
274	  d=$(srcdir); \
275	  if test -d $$d/$$file; then \
276	    cp -pr $$d/$$file $(distdir)/$$file; \
277	  else \
278	    test -f $(distdir)/$$file \
279	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
280	    || cp -p $$d/$$file $(distdir)/$$file || :; \
281	  fi; \
282	done
283	for subdir in $(SUBDIRS); do \
284	  if test "$$subdir" = .; then :; else \
285	    test -d $(distdir)/$$subdir \
286	    || mkdir $(distdir)/$$subdir \
287	    || exit 1; \
288	    chmod 777 $(distdir)/$$subdir; \
289	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
290	      || exit 1; \
291	  fi; \
292	done
293	$(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
294base.o: base.c srs.h main.h util.h crypto.h error.h base.h
295crypto.o: crypto.c srs.h crypto.h util.h main.h error.h base.h
296error.o: error.c error.h srs.h util.h main.h crypto.h
297main.o: main.c srs.h util.h main.h crypto.h error.h base.h
298util.o: util.c util.h main.h srs.h crypto.h error.h
299
300info-am:
301info: info-recursive
302dvi-am:
303dvi: dvi-recursive
304check-am: all-am
305check: check-recursive
306installcheck-am:
307installcheck: installcheck-recursive
308all-recursive-am: config.h
309	$(MAKE) $(AM_MAKEFLAGS) all-recursive
310
311install-exec-am:
312install-exec: install-exec-recursive
313
314install-data-am:
315install-data: install-data-recursive
316
317install-am: all-am
318	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
319install: install-recursive
320uninstall-am:
321uninstall: uninstall-recursive
322all-am: Makefile config.h
323all-redirect: all-recursive-am
324install-strip:
325	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
326installdirs: installdirs-recursive
327installdirs-am:
328
329
330mostlyclean-generic:
331
332clean-generic:
333
334distclean-generic:
335	-rm -f Makefile $(CONFIG_CLEAN_FILES)
336	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
337
338maintainer-clean-generic:
339mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
340
341mostlyclean: mostlyclean-recursive
342
343clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
344
345clean: clean-recursive
346
347distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
348	-rm -f libtool
349
350distclean: distclean-recursive
351	-rm -f config.status
352
353maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
354		maintainer-clean-generic distclean-am
355	@echo "This command is intended for maintainers to use;"
356	@echo "it deletes files that may require special tools to rebuild."
357
358maintainer-clean: maintainer-clean-recursive
359	-rm -f config.status
360
361.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
362install-data-recursive uninstall-data-recursive install-exec-recursive \
363uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
364all-recursive check-recursive installcheck-recursive info-recursive \
365dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
366maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
367distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
368dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
369install-exec-am install-exec install-data-am install-data install-am \
370install uninstall-am uninstall all-redirect all-am all installdirs-am \
371installdirs mostlyclean-generic distclean-generic clean-generic \
372maintainer-clean-generic clean mostlyclean distclean maintainer-clean
373
374
375dist-hook:
376	@for file in $(EXTRA_DIST); do \
377		find $(distdir)/$$file -name .svn | xargs rm -rf; \
378	done
379	rm -f $(distdir)/perl/Makefile.old
380
381# Tell versions [3.59,3.63) of GNU make to not export all variables.
382# Otherwise a system limit (for SysV at least) may be exceeded.
383.NOEXPORT:
384