~ubuntu-branches/ubuntu/karmic/gtwitter/karmic

6 by Iain Lane
* debian/rules: Update for mono 2.0 transition (LP: #303724)
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
1 by Michael Janssen
Import upstream version 0.2.4
2
# @configure_input@
3
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
6 by Iain Lane
* debian/rules: Update for mono 2.0 transition (LP: #303724)
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
1 by Michael Janssen
Import upstream version 0.2.4
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
VPATH = @srcdir@
17
pkgdatadir = $(datadir)/@PACKAGE@
18
pkglibdir = $(libdir)/@PACKAGE@
19
pkgincludedir = $(includedir)/@PACKAGE@
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
install_sh_DATA = $(install_sh) -c -m 644
22
install_sh_PROGRAM = $(install_sh) -c
23
install_sh_SCRIPT = $(install_sh) -c
24
INSTALL_HEADER = $(INSTALL_DATA)
25
transform = $(program_transform_name)
26
NORMAL_INSTALL = :
27
PRE_INSTALL = :
28
POST_INSTALL = :
29
NORMAL_UNINSTALL = :
30
PRE_UNINSTALL = :
31
POST_UNINSTALL = :
32
subdir = .
33
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
1.1.1 by Michael Janssen
Import upstream version 1.0~beta
34
	$(srcdir)/Makefile.in $(top_srcdir)/configure COPYING \
35
	ChangeLog INSTALL install-sh missing
1 by Michael Janssen
Import upstream version 0.2.4
36
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
38
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
39
	$(ACLOCAL_M4)
40
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
6 by Iain Lane
* debian/rules: Update for mono 2.0 transition (LP: #303724)
41
 configure.lineno config.status.lineno
1 by Michael Janssen
Import upstream version 0.2.4
42
mkinstalldirs = $(install_sh) -d
43
CONFIG_CLEAN_FILES =
44
SOURCES =
45
DIST_SOURCES =
46
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
47
	html-recursive info-recursive install-data-recursive \
6 by Iain Lane
* debian/rules: Update for mono 2.0 transition (LP: #303724)
48
	install-dvi-recursive install-exec-recursive \
49
	install-html-recursive install-info-recursive \
50
	install-pdf-recursive install-ps-recursive install-recursive \
51
	installcheck-recursive installdirs-recursive pdf-recursive \
52
	ps-recursive uninstall-recursive
53
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
54
  distclean-recursive maintainer-clean-recursive
1 by Michael Janssen
Import upstream version 0.2.4
55
ETAGS = etags
56
CTAGS = ctags
57
DIST_SUBDIRS = gtwitter
58
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
59
distdir = $(PACKAGE)-$(VERSION)
60
top_distdir = $(distdir)
61
am__remove_distdir = \
62
  { test ! -d $(distdir) \
63
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
64
         && rm -fr $(distdir); }; }
65
DIST_ARCHIVES = $(distdir).tar.gz
66
GZIP_ENV = --best
67
distuninstallcheck_listfiles = find . -type f -print
68
distcleancheck_listfiles = find . -type f -print
69
ACLOCAL = @ACLOCAL@
70
AMTAR = @AMTAR@
71
AUTOCONF = @AUTOCONF@
72
AUTOHEADER = @AUTOHEADER@
73
AUTOMAKE = @AUTOMAKE@
74
AWK = @AWK@
75
CYGPATH_W = @CYGPATH_W@
76
DEFS = @DEFS@
77
ECHO_C = @ECHO_C@
78
ECHO_N = @ECHO_N@
79
ECHO_T = @ECHO_T@
80
GCONF_SHARP_20_CFLAGS = @GCONF_SHARP_20_CFLAGS@
81
GCONF_SHARP_20_LIBS = @GCONF_SHARP_20_LIBS@
82
GLIB_SHARP_20_CFLAGS = @GLIB_SHARP_20_CFLAGS@
83
GLIB_SHARP_20_LIBS = @GLIB_SHARP_20_LIBS@
6 by Iain Lane
* debian/rules: Update for mono 2.0 transition (LP: #303724)
84
GNOME_SHARP_20_CFLAGS = @GNOME_SHARP_20_CFLAGS@
85
GNOME_SHARP_20_LIBS = @GNOME_SHARP_20_LIBS@
1 by Michael Janssen
Import upstream version 0.2.4
86
GNOME_VFS_SHARP_20_CFLAGS = @GNOME_VFS_SHARP_20_CFLAGS@
87
GNOME_VFS_SHARP_20_LIBS = @GNOME_VFS_SHARP_20_LIBS@
88
GTK_SHARP_20_CFLAGS = @GTK_SHARP_20_CFLAGS@
89
GTK_SHARP_20_LIBS = @GTK_SHARP_20_LIBS@
6 by Iain Lane
* debian/rules: Update for mono 2.0 transition (LP: #303724)
90
INSTALL = @INSTALL@
1 by Michael Janssen
Import upstream version 0.2.4
91
INSTALL_DATA = @INSTALL_DATA@
92
INSTALL_PROGRAM = @INSTALL_PROGRAM@
93
INSTALL_SCRIPT = @INSTALL_SCRIPT@
94
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
95
LIBOBJS = @LIBOBJS@
96
LIBS = @LIBS@
97
LTLIBOBJS = @LTLIBOBJS@
98
MAKEINFO = @MAKEINFO@
99
MCS = @MCS@
6 by Iain Lane
* debian/rules: Update for mono 2.0 transition (LP: #303724)
100
MKDIR_P = @MKDIR_P@
1 by Michael Janssen
Import upstream version 0.2.4
101
MONO_CAIRO_CFLAGS = @MONO_CAIRO_CFLAGS@
102
MONO_CAIRO_LIBS = @MONO_CAIRO_LIBS@
103
PACKAGE = @PACKAGE@
104
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
105
PACKAGE_NAME = @PACKAGE_NAME@
106
PACKAGE_STRING = @PACKAGE_STRING@
107
PACKAGE_TARNAME = @PACKAGE_TARNAME@
108
PACKAGE_VERSION = @PACKAGE_VERSION@
109
PATH_SEPARATOR = @PATH_SEPARATOR@
110
PKG_CONFIG = @PKG_CONFIG@
111
SET_MAKE = @SET_MAKE@
112
SHELL = @SHELL@
113
STRIP = @STRIP@
114
VERSION = @VERSION@
6 by Iain Lane
* debian/rules: Update for mono 2.0 transition (LP: #303724)
115
abs_builddir = @abs_builddir@
116
abs_srcdir = @abs_srcdir@
117
abs_top_builddir = @abs_top_builddir@
118
abs_top_srcdir = @abs_top_srcdir@
1 by Michael Janssen
Import upstream version 0.2.4
119
am__leading_dot = @am__leading_dot@
120
am__tar = @am__tar@
121
am__untar = @am__untar@
122
bindir = @bindir@
123
build_alias = @build_alias@
6 by Iain Lane
* debian/rules: Update for mono 2.0 transition (LP: #303724)
124
builddir = @builddir@
1 by Michael Janssen
Import upstream version 0.2.4
125
datadir = @datadir@
1.1.1 by Michael Janssen
Import upstream version 1.0~beta
126
datarootdir = @datarootdir@
127
docdir = @docdir@
128
dvidir = @dvidir@
1 by Michael Janssen
Import upstream version 0.2.4
129
exec_prefix = @exec_prefix@
130
host_alias = @host_alias@
1.1.1 by Michael Janssen
Import upstream version 1.0~beta
131
htmldir = @htmldir@
1 by Michael Janssen
Import upstream version 0.2.4
132
includedir = @includedir@
133
infodir = @infodir@
134
install_sh = @install_sh@
135
libdir = @libdir@
136
libexecdir = @libexecdir@
1.1.1 by Michael Janssen
Import upstream version 1.0~beta
137
localedir = @localedir@
1 by Michael Janssen
Import upstream version 0.2.4
138
localstatedir = @localstatedir@
139
mandir = @mandir@
140
mkdir_p = @mkdir_p@
141
oldincludedir = @oldincludedir@
1.1.1 by Michael Janssen
Import upstream version 1.0~beta
142
pdfdir = @pdfdir@
1 by Michael Janssen
Import upstream version 0.2.4
143
prefix = @prefix@
144
program_transform_name = @program_transform_name@
1.1.1 by Michael Janssen
Import upstream version 1.0~beta
145
psdir = @psdir@
1 by Michael Janssen
Import upstream version 0.2.4
146
sbindir = @sbindir@
147
sharedstatedir = @sharedstatedir@
6 by Iain Lane
* debian/rules: Update for mono 2.0 transition (LP: #303724)
148
srcdir = @srcdir@
1 by Michael Janssen
Import upstream version 0.2.4
149
sysconfdir = @sysconfdir@
150
target_alias = @target_alias@
6 by Iain Lane
* debian/rules: Update for mono 2.0 transition (LP: #303724)
151
top_builddir = @top_builddir@
152
top_srcdir = @top_srcdir@
1.1.1 by Michael Janssen
Import upstream version 1.0~beta
153
EXTRA_DIST = 
1 by Michael Janssen
Import upstream version 0.2.4
154
155
#Warning: This is an automatically generated file, do not edit!
156
@ENABLE_DEBUG_TRUE@SUBDIRS = gtwitter
157
@ENABLE_RELEASE_TRUE@SUBDIRS = gtwitter
158
all: all-recursive
159
160
.SUFFIXES:
161
am--refresh:
162
	@:
163
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
164
	@for dep in $?; do \
165
	  case '$(am__configure_deps)' in \
166
	    *$$dep*) \
167
	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
168
	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
169
		&& exit 0; \
170
	      exit 1;; \
171
	  esac; \
172
	done; \
1.1.1 by Michael Janssen
Import upstream version 1.0~beta
173
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
1 by Michael Janssen
Import upstream version 0.2.4
174
	cd $(top_srcdir) && \
1.1.1 by Michael Janssen
Import upstream version 1.0~beta
175
	  $(AUTOMAKE) --foreign  Makefile
1 by Michael Janssen
Import upstream version 0.2.4
176
.PRECIOUS: Makefile
177
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
178
	@case '$?' in \
179
	  *config.status*) \
180
	    echo ' $(SHELL) ./config.status'; \
181
	    $(SHELL) ./config.status;; \
182
	  *) \
183
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
184
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
185
	esac;
186
187
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
188
	$(SHELL) ./config.status --recheck
189
190
$(top_srcdir)/configure:  $(am__configure_deps)
191
	cd $(srcdir) && $(AUTOCONF)
192
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
193
	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
194
195
# This directory's subdirectories are mostly independent; you can cd
196
# into them and run `make' without going through this Makefile.
197
# To change the values of `make' variables: instead of editing Makefiles,
198
# (1) if the variable is set in `config.status', edit `config.status'
199
#     (which will cause the Makefiles to be regenerated when you run `make');
200
# (2) otherwise, pass the desired values on the `make' command line.
201
$(RECURSIVE_TARGETS):
202
	@failcom='exit 1'; \
203
	for f in x $$MAKEFLAGS; do \
204
	  case $$f in \
205
	    *=* | --[!k]*);; \
206
	    *k*) failcom='fail=yes';; \
207
	  esac; \
208
	done; \
209
	dot_seen=no; \
210
	target=`echo $@ | sed s/-recursive//`; \
211
	list='$(SUBDIRS)'; for subdir in $$list; do \
212
	  echo "Making $$target in $$subdir"; \
213
	  if test "$$subdir" = "."; then \
214
	    dot_seen=yes; \
215
	    local_target="$$target-am"; \
216
	  else \
217
	    local_target="$$target"; \
218
	  fi; \
219
	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
220
	  || eval $$failcom; \
221
	done; \
222
	if test "$$dot_seen" = "no"; then \
223
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
224
	fi; test -z "$$fail"
225
6 by Iain Lane
* debian/rules: Update for mono 2.0 transition (LP: #303724)
226
$(RECURSIVE_CLEAN_TARGETS):
1 by Michael Janssen
Import upstream version 0.2.4
227
	@failcom='exit 1'; \
228
	for f in x $$MAKEFLAGS; do \
229
	  case $$f in \
230
	    *=* | --[!k]*);; \
231
	    *k*) failcom='fail=yes';; \
232
	  esac; \
233
	done; \
234
	dot_seen=no; \
235
	case "$@" in \
236
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
237
	  *) list='$(SUBDIRS)' ;; \
238
	esac; \
239
	rev=''; for subdir in $$list; do \
240
	  if test "$$subdir" = "."; then :; else \
241
	    rev="$$subdir $$rev"; \
242
	  fi; \
243
	done; \
244
	rev="$$rev ."; \
245
	target=`echo $@ | sed s/-recursive//`; \
246
	for subdir in $$rev; do \
247
	  echo "Making $$target in $$subdir"; \
248
	  if test "$$subdir" = "."; then \
249
	    local_target="$$target-am"; \
250
	  else \
251
	    local_target="$$target"; \
252
	  fi; \
253
	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
254
	  || eval $$failcom; \
255
	done && test -z "$$fail"
256
tags-recursive:
257
	list='$(SUBDIRS)'; for subdir in $$list; do \
258
	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
259
	done
260
ctags-recursive:
261
	list='$(SUBDIRS)'; for subdir in $$list; do \
262
	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
263
	done
264
265
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
266
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
267
	unique=`for i in $$list; do \
268
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
269
	  done | \
6 by Iain Lane
* debian/rules: Update for mono 2.0 transition (LP: #303724)
270
	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
271
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1 by Michael Janssen
Import upstream version 0.2.4
272
	mkid -fID $$unique
273
tags: TAGS
274
275
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
276
		$(TAGS_FILES) $(LISP)
277
	tags=; \
278
	here=`pwd`; \
279
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
280
	  include_option=--etags-include; \
281
	  empty_fix=.; \
282
	else \
283
	  include_option=--include; \
284
	  empty_fix=; \
285
	fi; \
286
	list='$(SUBDIRS)'; for subdir in $$list; do \
287
	  if test "$$subdir" = .; then :; else \
288
	    test ! -f $$subdir/TAGS || \
289
	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
290
	  fi; \
291
	done; \
292
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
293
	unique=`for i in $$list; do \
294
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
295
	  done | \
6 by Iain Lane
* debian/rules: Update for mono 2.0 transition (LP: #303724)
296
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
297
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1 by Michael Janssen
Import upstream version 0.2.4
298
	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
299
	  test -n "$$unique" || unique=$$empty_fix; \
300
	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
301
	    $$tags $$unique; \
302
	fi
303
ctags: CTAGS
304
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
305
		$(TAGS_FILES) $(LISP)
306
	tags=; \
307
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
308
	unique=`for i in $$list; do \
309
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
310
	  done | \
6 by Iain Lane
* debian/rules: Update for mono 2.0 transition (LP: #303724)
311
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
312
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1 by Michael Janssen
Import upstream version 0.2.4
313
	test -z "$(CTAGS_ARGS)$$tags$$unique" \
314
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
315
	     $$tags $$unique
316
317
GTAGS:
318
	here=`$(am__cd) $(top_builddir) && pwd` \
319
	  && cd $(top_srcdir) \
320
	  && gtags -i $(GTAGS_ARGS) $$here
321
322
distclean-tags:
323
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
324
325
distdir: $(DISTFILES)
326
	$(am__remove_distdir)
6 by Iain Lane
* debian/rules: Update for mono 2.0 transition (LP: #303724)
327
	test -d $(distdir) || mkdir $(distdir)
328
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
329
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
330
	list='$(DISTFILES)'; \
331
	  dist_files=`for file in $$list; do echo $$file; done | \
332
	  sed -e "s|^$$srcdirstrip/||;t" \
333
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
334
	case $$dist_files in \
335
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
336
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
337
			   sort -u` ;; \
338
	esac; \
339
	for file in $$dist_files; do \
1 by Michael Janssen
Import upstream version 0.2.4
340
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
341
	  if test -d $$d/$$file; then \
6 by Iain Lane
* debian/rules: Update for mono 2.0 transition (LP: #303724)
342
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1 by Michael Janssen
Import upstream version 0.2.4
343
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
344
	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
345
	    fi; \
346
	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
347
	  else \
348
	    test -f $(distdir)/$$file \
349
	    || cp -p $$d/$$file $(distdir)/$$file \
350
	    || exit 1; \
351
	  fi; \
352
	done
353
	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
354
	  if test "$$subdir" = .; then :; else \
355
	    test -d "$(distdir)/$$subdir" \
6 by Iain Lane
* debian/rules: Update for mono 2.0 transition (LP: #303724)
356
	    || $(MKDIR_P) "$(distdir)/$$subdir" \
1 by Michael Janssen
Import upstream version 0.2.4
357
	    || exit 1; \
358
	    distdir=`$(am__cd) $(distdir) && pwd`; \
359
	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
360
	    (cd $$subdir && \
361
	      $(MAKE) $(AM_MAKEFLAGS) \
362
	        top_distdir="$$top_distdir" \
363
	        distdir="$$distdir/$$subdir" \
6 by Iain Lane
* debian/rules: Update for mono 2.0 transition (LP: #303724)
364
		am__remove_distdir=: \
365
		am__skip_length_check=: \
1 by Michael Janssen
Import upstream version 0.2.4
366
	        distdir) \
367
	      || exit 1; \
368
	  fi; \
369
	done
370
	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
371
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
372
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
6 by Iain Lane
* debian/rules: Update for mono 2.0 transition (LP: #303724)
373
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1 by Michael Janssen
Import upstream version 0.2.4
374
	|| chmod -R a+r $(distdir)
375
dist-gzip: distdir
376
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
377
	$(am__remove_distdir)
378
379
dist-bzip2: distdir
380
	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
381
	$(am__remove_distdir)
382
6 by Iain Lane
* debian/rules: Update for mono 2.0 transition (LP: #303724)
383
dist-lzma: distdir
384
	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
385
	$(am__remove_distdir)
386
1 by Michael Janssen
Import upstream version 0.2.4
387
dist-tarZ: distdir
388
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
389
	$(am__remove_distdir)
390
391
dist-shar: distdir
392
	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
393
	$(am__remove_distdir)
394
395
dist-zip: distdir
396
	-rm -f $(distdir).zip
397
	zip -rq $(distdir).zip $(distdir)
398
	$(am__remove_distdir)
399
400
dist dist-all: distdir
401
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
402
	$(am__remove_distdir)
403
404
# This target untars the dist file and tries a VPATH configuration.  Then
405
# it guarantees that the distribution is self-contained by making another
406
# tarfile.
407
distcheck: dist
408
	case '$(DIST_ARCHIVES)' in \
409
	*.tar.gz*) \
410
	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
411
	*.tar.bz2*) \
412
	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
6 by Iain Lane
* debian/rules: Update for mono 2.0 transition (LP: #303724)
413
	*.tar.lzma*) \
414
	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
1 by Michael Janssen
Import upstream version 0.2.4
415
	*.tar.Z*) \
416
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
417
	*.shar.gz*) \
418
	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
419
	*.zip*) \
420
	  unzip $(distdir).zip ;;\
421
	esac
422
	chmod -R a-w $(distdir); chmod a+w $(distdir)
423
	mkdir $(distdir)/_build
424
	mkdir $(distdir)/_inst
425
	chmod a-w $(distdir)
426
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
427
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
428
	  && cd $(distdir)/_build \
429
	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
430
	    $(DISTCHECK_CONFIGURE_FLAGS) \
431
	  && $(MAKE) $(AM_MAKEFLAGS) \
432
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
433
	  && $(MAKE) $(AM_MAKEFLAGS) check \
434
	  && $(MAKE) $(AM_MAKEFLAGS) install \
435
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
436
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
437
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
438
	        distuninstallcheck \
439
	  && chmod -R a-w "$$dc_install_base" \
440
	  && ({ \
441
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
442
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
443
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
444
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
445
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
446
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
447
	  && rm -rf "$$dc_destdir" \
448
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
449
	  && rm -rf $(DIST_ARCHIVES) \
450
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
451
	$(am__remove_distdir)
452
	@(echo "$(distdir) archives ready for distribution: "; \
453
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
6 by Iain Lane
* debian/rules: Update for mono 2.0 transition (LP: #303724)
454
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1 by Michael Janssen
Import upstream version 0.2.4
455
distuninstallcheck:
456
	@cd $(distuninstallcheck_dir) \
457
	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
458
	   || { echo "ERROR: files left after uninstall:" ; \
459
	        if test -n "$(DESTDIR)"; then \
460
	          echo "  (check DESTDIR support)"; \
461
	        fi ; \
462
	        $(distuninstallcheck_listfiles) ; \
463
	        exit 1; } >&2
464
distcleancheck: distclean
465
	@if test '$(srcdir)' = . ; then \
466
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
467
	  exit 1 ; \
468
	fi
469
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
470
	  || { echo "ERROR: files left in build directory after distclean:" ; \
471
	       $(distcleancheck_listfiles) ; \
472
	       exit 1; } >&2
473
check-am: all-am
474
check: check-recursive
1.1.1 by Michael Janssen
Import upstream version 1.0~beta
475
all-am: Makefile
1 by Michael Janssen
Import upstream version 0.2.4
476
installdirs: installdirs-recursive
477
installdirs-am:
478
install: install-recursive
479
install-exec: install-exec-recursive
480
install-data: install-data-recursive
481
uninstall: uninstall-recursive
482
483
install-am: all-am
484
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
485
486
installcheck: installcheck-recursive
487
install-strip:
488
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
489
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
490
	  `test -z '$(STRIP)' || \
491
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
492
mostlyclean-generic:
493
494
clean-generic:
495
496
distclean-generic:
497
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
498
499
maintainer-clean-generic:
500
	@echo "This command is intended for maintainers to use"
501
	@echo "it deletes files that may require special tools to rebuild."
502
clean: clean-recursive
503
504
clean-am: clean-generic mostlyclean-am
505
506
distclean: distclean-recursive
507
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
508
	-rm -f Makefile
509
distclean-am: clean-am distclean-generic distclean-tags
510
511
dvi: dvi-recursive
512
513
dvi-am:
514
515
html: html-recursive
516
517
info: info-recursive
518
519
info-am:
520
521
install-data-am:
522
6 by Iain Lane
* debian/rules: Update for mono 2.0 transition (LP: #303724)
523
install-dvi: install-dvi-recursive
524
1.1.1 by Michael Janssen
Import upstream version 1.0~beta
525
install-exec-am:
526
6 by Iain Lane
* debian/rules: Update for mono 2.0 transition (LP: #303724)
527
install-html: install-html-recursive
528
1 by Michael Janssen
Import upstream version 0.2.4
529
install-info: install-info-recursive
530
531
install-man:
532
6 by Iain Lane
* debian/rules: Update for mono 2.0 transition (LP: #303724)
533
install-pdf: install-pdf-recursive
534
535
install-ps: install-ps-recursive
536
1 by Michael Janssen
Import upstream version 0.2.4
537
installcheck-am:
538
539
maintainer-clean: maintainer-clean-recursive
540
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
541
	-rm -rf $(top_srcdir)/autom4te.cache
542
	-rm -f Makefile
543
maintainer-clean-am: distclean-am maintainer-clean-generic
544
545
mostlyclean: mostlyclean-recursive
546
547
mostlyclean-am: mostlyclean-generic
548
549
pdf: pdf-recursive
550
551
pdf-am:
552
553
ps: ps-recursive
554
555
ps-am:
556
6 by Iain Lane
* debian/rules: Update for mono 2.0 transition (LP: #303724)
557
uninstall-am:
558
559
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
560
	install-strip
561
562
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
563
	all all-am am--refresh check check-am clean clean-generic \
564
	ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
565
	dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
566
	distclean-generic distclean-tags distcleancheck distdir \
1 by Michael Janssen
Import upstream version 0.2.4
567
	distuninstallcheck dvi dvi-am html html-am info info-am \
6 by Iain Lane
* debian/rules: Update for mono 2.0 transition (LP: #303724)
568
	install install-am install-data install-data-am install-dvi \
569
	install-dvi-am install-exec install-exec-am install-html \
570
	install-html-am install-info install-info-am install-man \
571
	install-pdf install-pdf-am install-ps install-ps-am \
1.1.1 by Michael Janssen
Import upstream version 1.0~beta
572
	install-strip installcheck installcheck-am installdirs \
573
	installdirs-am maintainer-clean maintainer-clean-generic \
6 by Iain Lane
* debian/rules: Update for mono 2.0 transition (LP: #303724)
574
	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
575
	tags-recursive uninstall uninstall-am
1 by Michael Janssen
Import upstream version 0.2.4
576
577
# Tell versions [3.59,3.63) of GNU make to not export all variables.
578
# Otherwise a system limit (for SysV at least) may be exceeded.
579
.NOEXPORT: