~ubuntu-branches/ubuntu/warty/proj/warty

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