~ubuntu-branches/ubuntu/raring/alacarte/raring

1.1.19 by Didier Roche
Import upstream version 0.13.1
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
2
# @configure_input@
3
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
# Inc.
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
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
18
VPATH = @srcdir@
19
pkgdatadir = $(datadir)/@PACKAGE@
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
20
pkgincludedir = $(includedir)/@PACKAGE@
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
21
pkglibdir = $(libdir)/@PACKAGE@
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
install_sh_DATA = $(install_sh) -c -m 644
25
install_sh_PROGRAM = $(install_sh) -c
26
install_sh_SCRIPT = $(install_sh) -c
27
INSTALL_HEADER = $(INSTALL_DATA)
28
transform = $(program_transform_name)
29
NORMAL_INSTALL = :
30
PRE_INSTALL = :
31
POST_INSTALL = :
32
NORMAL_UNINSTALL = :
33
PRE_UNINSTALL = :
34
POST_UNINSTALL = :
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
35
subdir = .
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
36
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
37
	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
38
	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
39
	install-sh missing mkinstalldirs py-compile
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
42
	$(top_srcdir)/configure.ac
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44
	$(ACLOCAL_M4)
45
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
46
 configure.lineno config.status.lineno
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
47
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
48
CONFIG_HEADER = config.h
1.1.11 by Andreas Moog
Import upstream version 0.11.6
49
CONFIG_CLEAN_FILES =
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
50
CONFIG_CLEAN_VPATH_FILES =
51
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
52
am__vpath_adj = case $$p in \
53
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
54
    *) f=$$p;; \
55
  esac;
56
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
57
am__install_max = 40
58
am__nobase_strip_setup = \
59
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
60
am__nobase_strip = \
61
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
62
am__nobase_list = $(am__nobase_strip_setup); \
63
  for p in $$list; do echo "$$p $$p"; done | \
64
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
65
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
66
    if (++n[$$2] == $(am__install_max)) \
67
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
68
    END { for (dir in files) print dir, files[dir] }'
69
am__base_list = \
70
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
71
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1.1.11 by Andreas Moog
Import upstream version 0.11.6
72
am__installdirs = "$(DESTDIR)$(bindir)"
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
73
SCRIPTS = $(bin_SCRIPTS)
74
SOURCES =
75
DIST_SOURCES =
76
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
77
	html-recursive info-recursive install-data-recursive \
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
78
	install-dvi-recursive install-exec-recursive \
79
	install-html-recursive install-info-recursive \
80
	install-pdf-recursive install-ps-recursive install-recursive \
81
	installcheck-recursive installdirs-recursive pdf-recursive \
82
	ps-recursive uninstall-recursive
83
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
84
  distclean-recursive maintainer-clean-recursive
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
85
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
86
	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
87
	distdir dist dist-all distcheck
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
88
ETAGS = etags
89
CTAGS = ctags
90
DIST_SUBDIRS = $(SUBDIRS)
91
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
92
distdir = $(PACKAGE)-$(VERSION)
93
top_distdir = $(distdir)
94
am__remove_distdir = \
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
95
  { test ! -d "$(distdir)" \
96
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
97
         && rm -fr "$(distdir)"; }; }
98
am__relativize = \
99
  dir0=`pwd`; \
100
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
101
  sed_rest='s,^[^/]*/*,,'; \
102
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
103
  sed_butlast='s,/*[^/]*$$,,'; \
104
  while test -n "$$dir1"; do \
105
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
106
    if test "$$first" != "."; then \
107
      if test "$$first" = ".."; then \
108
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
109
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
110
      else \
111
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
112
        if test "$$first2" = "$$first"; then \
113
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
114
        else \
115
          dir2="../$$dir2"; \
116
        fi; \
117
        dir0="$$dir0"/"$$first"; \
118
      fi; \
119
    fi; \
120
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
121
  done; \
122
  reldir="$$dir2"
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
123
DIST_ARCHIVES = $(distdir).tar.gz
124
GZIP_ENV = --best
125
distuninstallcheck_listfiles = find . -type f -print
126
distcleancheck_listfiles = find . -type f -print
127
ACLOCAL = @ACLOCAL@
128
ALACARTE_CFLAGS = @ALACARTE_CFLAGS@
129
ALACARTE_LIBS = @ALACARTE_LIBS@
130
ALL_LINGUAS = @ALL_LINGUAS@
131
AMTAR = @AMTAR@
132
AUTOCONF = @AUTOCONF@
133
AUTOHEADER = @AUTOHEADER@
134
AUTOMAKE = @AUTOMAKE@
135
AWK = @AWK@
136
CATALOGS = @CATALOGS@
137
CATOBJEXT = @CATOBJEXT@
138
CC = @CC@
139
CCDEPMODE = @CCDEPMODE@
140
CFLAGS = @CFLAGS@
141
CPP = @CPP@
142
CPPFLAGS = @CPPFLAGS@
143
CYGPATH_W = @CYGPATH_W@
144
DATADIRNAME = @DATADIRNAME@
145
DEFS = @DEFS@
146
DEPDIR = @DEPDIR@
147
ECHO_C = @ECHO_C@
148
ECHO_N = @ECHO_N@
149
ECHO_T = @ECHO_T@
150
EGREP = @EGREP@
151
EXEEXT = @EXEEXT@
152
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
153
GMOFILES = @GMOFILES@
154
GMSGFMT = @GMSGFMT@
1.1.3 by Daniel Holbach
Import upstream version 0.10.0
155
GREP = @GREP@
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
156
INSTALL = @INSTALL@
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
157
INSTALL_DATA = @INSTALL_DATA@
158
INSTALL_PROGRAM = @INSTALL_PROGRAM@
159
INSTALL_SCRIPT = @INSTALL_SCRIPT@
160
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
161
INSTOBJEXT = @INSTOBJEXT@
162
INTLLIBS = @INTLLIBS@
163
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
164
INTLTOOL_MERGE = @INTLTOOL_MERGE@
165
INTLTOOL_PERL = @INTLTOOL_PERL@
166
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
167
LDFLAGS = @LDFLAGS@
168
LIBOBJS = @LIBOBJS@
169
LIBS = @LIBS@
170
LTLIBOBJS = @LTLIBOBJS@
171
MAINT = @MAINT@
172
MAKEINFO = @MAKEINFO@
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
173
MKDIR_P = @MKDIR_P@
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
174
MKINSTALLDIRS = @MKINSTALLDIRS@
175
MSGFMT = @MSGFMT@
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
176
MSGFMT_OPTS = @MSGFMT_OPTS@
177
MSGMERGE = @MSGMERGE@
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
178
OBJEXT = @OBJEXT@
179
PACKAGE = @PACKAGE@
180
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
181
PACKAGE_NAME = @PACKAGE_NAME@
182
PACKAGE_STRING = @PACKAGE_STRING@
183
PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.1.19 by Didier Roche
Import upstream version 0.13.1
184
PACKAGE_URL = @PACKAGE_URL@
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
185
PACKAGE_VERSION = @PACKAGE_VERSION@
186
PATH_SEPARATOR = @PATH_SEPARATOR@
187
PKG_CONFIG = @PKG_CONFIG@
1.1.20 by Didier Roche
Import upstream version 0.13.2
188
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
189
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
190
POFILES = @POFILES@
191
POSUB = @POSUB@
192
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
193
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
194
PYTHON = @PYTHON@
195
PYTHON2_4 = @PYTHON2_4@
1.1.5 by Sebastien Bacher
Import upstream version 0.10.2
196
PYTHON2_5 = @PYTHON2_5@
1.1.11 by Andreas Moog
Import upstream version 0.11.6
197
PYTHON2_6 = @PYTHON2_6@
1.1.20 by Didier Roche
Import upstream version 0.13.2
198
PYTHON2_7 = @PYTHON2_7@
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
199
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
200
PYTHON_PLATFORM = @PYTHON_PLATFORM@
201
PYTHON_PREFIX = @PYTHON_PREFIX@
202
PYTHON_VERSION = @PYTHON_VERSION@
203
SET_MAKE = @SET_MAKE@
204
SHELL = @SHELL@
205
STRIP = @STRIP@
206
USE_NLS = @USE_NLS@
207
VERSION = @VERSION@
208
XGETTEXT = @XGETTEXT@
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
209
abs_builddir = @abs_builddir@
210
abs_srcdir = @abs_srcdir@
211
abs_top_builddir = @abs_top_builddir@
212
abs_top_srcdir = @abs_top_srcdir@
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
213
ac_ct_CC = @ac_ct_CC@
214
am__include = @am__include@
215
am__leading_dot = @am__leading_dot@
216
am__quote = @am__quote@
217
am__tar = @am__tar@
218
am__untar = @am__untar@
219
bindir = @bindir@
220
build_alias = @build_alias@
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
221
builddir = @builddir@
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
222
datadir = @datadir@
1.1.3 by Daniel Holbach
Import upstream version 0.10.0
223
datarootdir = @datarootdir@
224
docdir = @docdir@
225
dvidir = @dvidir@
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
226
exec_prefix = @exec_prefix@
227
host_alias = @host_alias@
1.1.3 by Daniel Holbach
Import upstream version 0.10.0
228
htmldir = @htmldir@
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
229
includedir = @includedir@
230
infodir = @infodir@
231
install_sh = @install_sh@
232
libdir = @libdir@
233
libexecdir = @libexecdir@
1.1.3 by Daniel Holbach
Import upstream version 0.10.0
234
localedir = @localedir@
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
235
localstatedir = @localstatedir@
236
mandir = @mandir@
237
mkdir_p = @mkdir_p@
238
oldincludedir = @oldincludedir@
1.1.3 by Daniel Holbach
Import upstream version 0.10.0
239
pdfdir = @pdfdir@
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
240
pkgpyexecdir = @pkgpyexecdir@
241
pkgpythondir = @pkgpythondir@
242
prefix = @prefix@
243
program_transform_name = @program_transform_name@
1.1.3 by Daniel Holbach
Import upstream version 0.10.0
244
psdir = @psdir@
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
245
pyexecdir = @pyexecdir@
246
pythondir = @pythondir@
247
sbindir = @sbindir@
248
sharedstatedir = @sharedstatedir@
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
249
srcdir = @srcdir@
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
250
sysconfdir = @sysconfdir@
251
target_alias = @target_alias@
1.1.11 by Andreas Moog
Import upstream version 0.11.6
252
top_build_prefix = @top_build_prefix@
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
253
top_builddir = @top_builddir@
254
top_srcdir = @top_srcdir@
1.1.11 by Andreas Moog
Import upstream version 0.11.6
255
SUBDIRS = data po Alacarte
256
CLEANFILES = alacarte
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
257
bin_SCRIPTS = alacarte
1.1.16 by Andreas Moog
Import upstream version 0.12.1
258
DISTCLEANFILES = ChangeLog
259
EXTRA_DIST = \
260
	alacarte.in \
261
	MAINTAINERS \
262
	ChangeLog.pre-git
263
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
264
all: config.h
265
	$(MAKE) $(AM_MAKEFLAGS) all-recursive
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
266
267
.SUFFIXES:
268
am--refresh:
269
	@:
270
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
271
	@for dep in $?; do \
272
	  case '$(am__configure_deps)' in \
273
	    *$$dep*) \
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
274
	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
275
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
276
		&& exit 0; \
277
	      exit 1;; \
278
	  esac; \
279
	done; \
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
280
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
281
	$(am__cd) $(top_srcdir) && \
282
	  $(AUTOMAKE) --gnu Makefile
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
283
.PRECIOUS: Makefile
284
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
285
	@case '$?' in \
286
	  *config.status*) \
287
	    echo ' $(SHELL) ./config.status'; \
288
	    $(SHELL) ./config.status;; \
289
	  *) \
290
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
291
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
292
	esac;
293
294
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
295
	$(SHELL) ./config.status --recheck
296
297
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
298
	$(am__cd) $(srcdir) && $(AUTOCONF)
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
299
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
300
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
301
$(am__aclocal_m4_deps):
302
303
config.h: stamp-h1
304
	@if test ! -f $@; then \
305
	  rm -f stamp-h1; \
306
	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
307
	else :; fi
308
309
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
310
	@rm -f stamp-h1
311
	cd $(top_builddir) && $(SHELL) ./config.status config.h
312
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
313
	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
314
	rm -f stamp-h1
315
	touch $@
316
317
distclean-hdr:
318
	-rm -f config.h stamp-h1
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
319
install-binSCRIPTS: $(bin_SCRIPTS)
320
	@$(NORMAL_INSTALL)
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
321
	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
322
	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
323
	for p in $$list; do \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
324
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
325
	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
326
	done | \
327
	sed -e 'p;s,.*/,,;n' \
328
	    -e 'h;s|.*|.|' \
329
	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
330
	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
331
	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
332
	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
333
	      if (++n[d] == $(am__install_max)) { \
334
		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
335
	    else { print "f", d "/" $$4, $$1 } } \
336
	  END { for (d in files) print "f", d, files[d] }' | \
337
	while read type dir files; do \
338
	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
339
	     test -z "$$files" || { \
340
	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
341
	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
342
	     } \
343
	; done
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
344
345
uninstall-binSCRIPTS:
346
	@$(NORMAL_UNINSTALL)
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
347
	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
348
	files=`for p in $$list; do echo "$$p"; done | \
349
	       sed -e 's,.*/,,;$(transform)'`; \
350
	test -n "$$list" || exit 0; \
351
	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
352
	cd "$(DESTDIR)$(bindir)" && rm -f $$files
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
353
354
# This directory's subdirectories are mostly independent; you can cd
355
# into them and run `make' without going through this Makefile.
356
# To change the values of `make' variables: instead of editing Makefiles,
357
# (1) if the variable is set in `config.status', edit `config.status'
358
#     (which will cause the Makefiles to be regenerated when you run `make');
359
# (2) otherwise, pass the desired values on the `make' command line.
360
$(RECURSIVE_TARGETS):
1.1.19 by Didier Roche
Import upstream version 0.13.1
361
	@fail= failcom='exit 1'; \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
362
	for f in x $$MAKEFLAGS; do \
363
	  case $$f in \
364
	    *=* | --[!k]*);; \
365
	    *k*) failcom='fail=yes';; \
366
	  esac; \
367
	done; \
368
	dot_seen=no; \
369
	target=`echo $@ | sed s/-recursive//`; \
370
	list='$(SUBDIRS)'; for subdir in $$list; do \
371
	  echo "Making $$target in $$subdir"; \
372
	  if test "$$subdir" = "."; then \
373
	    dot_seen=yes; \
374
	    local_target="$$target-am"; \
375
	  else \
376
	    local_target="$$target"; \
377
	  fi; \
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
378
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
379
	  || eval $$failcom; \
380
	done; \
381
	if test "$$dot_seen" = "no"; then \
382
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
383
	fi; test -z "$$fail"
384
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
385
$(RECURSIVE_CLEAN_TARGETS):
1.1.19 by Didier Roche
Import upstream version 0.13.1
386
	@fail= failcom='exit 1'; \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
387
	for f in x $$MAKEFLAGS; do \
388
	  case $$f in \
389
	    *=* | --[!k]*);; \
390
	    *k*) failcom='fail=yes';; \
391
	  esac; \
392
	done; \
393
	dot_seen=no; \
394
	case "$@" in \
395
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
396
	  *) list='$(SUBDIRS)' ;; \
397
	esac; \
398
	rev=''; for subdir in $$list; do \
399
	  if test "$$subdir" = "."; then :; else \
400
	    rev="$$subdir $$rev"; \
401
	  fi; \
402
	done; \
403
	rev="$$rev ."; \
404
	target=`echo $@ | sed s/-recursive//`; \
405
	for subdir in $$rev; do \
406
	  echo "Making $$target in $$subdir"; \
407
	  if test "$$subdir" = "."; then \
408
	    local_target="$$target-am"; \
409
	  else \
410
	    local_target="$$target"; \
411
	  fi; \
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
412
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
413
	  || eval $$failcom; \
414
	done && test -z "$$fail"
415
tags-recursive:
416
	list='$(SUBDIRS)'; for subdir in $$list; do \
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
417
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
418
	done
419
ctags-recursive:
420
	list='$(SUBDIRS)'; for subdir in $$list; do \
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
421
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
422
	done
423
424
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
425
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
426
	unique=`for i in $$list; do \
427
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
428
	  done | \
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
429
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
430
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
431
	mkid -fID $$unique
432
tags: TAGS
433
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
434
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
435
		$(TAGS_FILES) $(LISP)
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
436
	set x; \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
437
	here=`pwd`; \
438
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
439
	  include_option=--etags-include; \
440
	  empty_fix=.; \
441
	else \
442
	  include_option=--include; \
443
	  empty_fix=; \
444
	fi; \
445
	list='$(SUBDIRS)'; for subdir in $$list; do \
446
	  if test "$$subdir" = .; then :; else \
447
	    test ! -f $$subdir/TAGS || \
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
448
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
449
	  fi; \
450
	done; \
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
451
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
452
	unique=`for i in $$list; do \
453
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
454
	  done | \
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
455
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
456
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
457
	shift; \
458
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
459
	  test -n "$$unique" || unique=$$empty_fix; \
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
460
	  if test $$# -gt 0; then \
461
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
462
	      "$$@" $$unique; \
463
	  else \
464
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
465
	      $$unique; \
466
	  fi; \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
467
	fi
468
ctags: CTAGS
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
469
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
470
		$(TAGS_FILES) $(LISP)
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
471
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
472
	unique=`for i in $$list; do \
473
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
474
	  done | \
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
475
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
476
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
477
	test -z "$(CTAGS_ARGS)$$unique" \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
478
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
479
	     $$unique
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
480
481
GTAGS:
482
	here=`$(am__cd) $(top_builddir) && pwd` \
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
483
	  && $(am__cd) $(top_srcdir) \
484
	  && gtags -i $(GTAGS_ARGS) "$$here"
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
485
486
distclean-tags:
487
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
488
489
distdir: $(DISTFILES)
490
	$(am__remove_distdir)
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
491
	test -d "$(distdir)" || mkdir "$(distdir)"
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
492
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
493
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
494
	list='$(DISTFILES)'; \
495
	  dist_files=`for file in $$list; do echo $$file; done | \
496
	  sed -e "s|^$$srcdirstrip/||;t" \
497
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
498
	case $$dist_files in \
499
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
500
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
501
			   sort -u` ;; \
502
	esac; \
503
	for file in $$dist_files; do \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
504
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
505
	  if test -d $$d/$$file; then \
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
506
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
507
	    if test -d "$(distdir)/$$file"; then \
508
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
509
	    fi; \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
510
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
511
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
512
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
513
	    fi; \
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
514
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
515
	  else \
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
516
	    test -f "$(distdir)/$$file" \
517
	    || cp -p $$d/$$file "$(distdir)/$$file" \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
518
	    || exit 1; \
519
	  fi; \
520
	done
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
521
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
522
	  if test "$$subdir" = .; then :; else \
523
	    test -d "$(distdir)/$$subdir" \
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
524
	    || $(MKDIR_P) "$(distdir)/$$subdir" \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
525
	    || exit 1; \
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
526
	  fi; \
527
	done
528
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
529
	  if test "$$subdir" = .; then :; else \
530
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
531
	    $(am__relativize); \
532
	    new_distdir=$$reldir; \
533
	    dir1=$$subdir; dir2="$(top_distdir)"; \
534
	    $(am__relativize); \
535
	    new_top_distdir=$$reldir; \
536
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
537
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
538
	    ($(am__cd) $$subdir && \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
539
	      $(MAKE) $(AM_MAKEFLAGS) \
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
540
	        top_distdir="$$new_top_distdir" \
541
	        distdir="$$new_distdir" \
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
542
		am__remove_distdir=: \
543
		am__skip_length_check=: \
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
544
		am__skip_mode_fix=: \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
545
	        distdir) \
546
	      || exit 1; \
547
	  fi; \
548
	done
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
549
	-test -n "$(am__skip_mode_fix)" \
1.1.19 by Didier Roche
Import upstream version 0.13.1
550
	|| find "$(distdir)" -type d ! -perm -755 \
551
		-exec chmod u+rwx,go+rx {} \; -o \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
552
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
553
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
554
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
555
	|| chmod -R a+r "$(distdir)"
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
556
dist-gzip: distdir
557
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
558
	$(am__remove_distdir)
559
560
dist-bzip2: distdir
561
	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
562
	$(am__remove_distdir)
563
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
564
dist-lzma: distdir
565
	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
566
	$(am__remove_distdir)
567
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
568
dist-xz: distdir
569
	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
570
	$(am__remove_distdir)
571
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
572
dist-tarZ: distdir
573
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
574
	$(am__remove_distdir)
575
576
dist-shar: distdir
577
	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
578
	$(am__remove_distdir)
579
580
dist-zip: distdir
581
	-rm -f $(distdir).zip
582
	zip -rq $(distdir).zip $(distdir)
583
	$(am__remove_distdir)
584
585
dist dist-all: distdir
586
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
587
	$(am__remove_distdir)
588
589
# This target untars the dist file and tries a VPATH configuration.  Then
590
# it guarantees that the distribution is self-contained by making another
591
# tarfile.
592
distcheck: dist
593
	case '$(DIST_ARCHIVES)' in \
594
	*.tar.gz*) \
1.1.19 by Didier Roche
Import upstream version 0.13.1
595
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
596
	*.tar.bz2*) \
1.1.19 by Didier Roche
Import upstream version 0.13.1
597
	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
598
	*.tar.lzma*) \
1.1.19 by Didier Roche
Import upstream version 0.13.1
599
	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
600
	*.tar.xz*) \
601
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
602
	*.tar.Z*) \
603
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
604
	*.shar.gz*) \
1.1.19 by Didier Roche
Import upstream version 0.13.1
605
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
606
	*.zip*) \
607
	  unzip $(distdir).zip ;;\
608
	esac
609
	chmod -R a-w $(distdir); chmod a+w $(distdir)
610
	mkdir $(distdir)/_build
611
	mkdir $(distdir)/_inst
612
	chmod a-w $(distdir)
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
613
	test -d $(distdir)/_build || exit 0; \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
614
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
615
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
616
	  && am__cwd=`pwd` \
617
	  && $(am__cd) $(distdir)/_build \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
618
	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
619
	    $(DISTCHECK_CONFIGURE_FLAGS) \
620
	  && $(MAKE) $(AM_MAKEFLAGS) \
621
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
622
	  && $(MAKE) $(AM_MAKEFLAGS) check \
623
	  && $(MAKE) $(AM_MAKEFLAGS) install \
624
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
625
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
626
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
627
	        distuninstallcheck \
628
	  && chmod -R a-w "$$dc_install_base" \
629
	  && ({ \
630
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
631
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
632
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
633
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
634
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
635
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
636
	  && rm -rf "$$dc_destdir" \
637
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
638
	  && rm -rf $(DIST_ARCHIVES) \
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
639
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
640
	  && cd "$$am__cwd" \
641
	  || exit 1
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
642
	$(am__remove_distdir)
643
	@(echo "$(distdir) archives ready for distribution: "; \
644
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
645
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
646
distuninstallcheck:
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
647
	@$(am__cd) '$(distuninstallcheck_dir)' \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
648
	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
649
	   || { echo "ERROR: files left after uninstall:" ; \
650
	        if test -n "$(DESTDIR)"; then \
651
	          echo "  (check DESTDIR support)"; \
652
	        fi ; \
653
	        $(distuninstallcheck_listfiles) ; \
654
	        exit 1; } >&2
655
distcleancheck: distclean
656
	@if test '$(srcdir)' = . ; then \
657
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
658
	  exit 1 ; \
659
	fi
660
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
661
	  || { echo "ERROR: files left in build directory after distclean:" ; \
662
	       $(distcleancheck_listfiles) ; \
663
	       exit 1; } >&2
664
check-am: all-am
665
check: check-recursive
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
666
all-am: Makefile $(SCRIPTS) config.h
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
667
installdirs: installdirs-recursive
668
installdirs-am:
1.1.11 by Andreas Moog
Import upstream version 0.11.6
669
	for dir in "$(DESTDIR)$(bindir)"; do \
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
670
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
671
	done
672
install: install-recursive
673
install-exec: install-exec-recursive
674
install-data: install-data-recursive
675
uninstall: uninstall-recursive
676
677
install-am: all-am
678
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
679
680
installcheck: installcheck-recursive
681
install-strip:
682
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
683
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
684
	  `test -z '$(STRIP)' || \
685
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
686
mostlyclean-generic:
687
688
clean-generic:
689
	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
690
691
distclean-generic:
692
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
693
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1.16 by Andreas Moog
Import upstream version 0.12.1
694
	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
695
696
maintainer-clean-generic:
697
	@echo "This command is intended for maintainers to use"
698
	@echo "it deletes files that may require special tools to rebuild."
699
clean: clean-recursive
700
701
clean-am: clean-generic mostlyclean-am
702
703
distclean: distclean-recursive
704
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
705
	-rm -f Makefile
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
706
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
707
708
dvi: dvi-recursive
709
710
dvi-am:
711
712
html: html-recursive
713
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
714
html-am:
715
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
716
info: info-recursive
717
718
info-am:
719
1.1.12 by Sebastien Bacher
Import upstream version 0.11.7
720
install-data-am:
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
721
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
722
install-dvi: install-dvi-recursive
723
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
724
install-dvi-am:
725
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
726
install-exec-am: install-binSCRIPTS
727
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
728
install-html: install-html-recursive
729
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
730
install-html-am:
731
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
732
install-info: install-info-recursive
733
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
734
install-info-am:
735
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
736
install-man:
737
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
738
install-pdf: install-pdf-recursive
739
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
740
install-pdf-am:
741
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
742
install-ps: install-ps-recursive
743
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
744
install-ps-am:
745
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
746
installcheck-am:
747
748
maintainer-clean: maintainer-clean-recursive
749
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
750
	-rm -rf $(top_srcdir)/autom4te.cache
751
	-rm -f Makefile
752
maintainer-clean-am: distclean-am maintainer-clean-generic
753
754
mostlyclean: mostlyclean-recursive
755
756
mostlyclean-am: mostlyclean-generic
757
758
pdf: pdf-recursive
759
760
pdf-am:
761
762
ps: ps-recursive
763
764
ps-am:
765
1.1.11 by Andreas Moog
Import upstream version 0.11.6
766
uninstall-am: uninstall-binSCRIPTS
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
767
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
768
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
769
	ctags-recursive install-am install-strip tags-recursive
1.1.9 by Sebastien Bacher
Import upstream version 0.11.4
770
771
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
772
	all all-am am--refresh check check-am clean clean-generic \
773
	ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
774
	dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
775
	distclean distclean-generic distclean-hdr distclean-tags \
776
	distcleancheck distdir distuninstallcheck dvi dvi-am html \
777
	html-am info info-am install install-am install-binSCRIPTS \
778
	install-data install-data-am install-dvi install-dvi-am \
779
	install-exec install-exec-am install-html install-html-am \
780
	install-info install-info-am install-man install-pdf \
781
	install-pdf-am install-ps install-ps-am install-strip \
782
	installcheck installcheck-am installdirs installdirs-am \
783
	maintainer-clean maintainer-clean-generic mostlyclean \
784
	mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
785
	uninstall uninstall-am uninstall-binSCRIPTS
1.1.12 by Sebastien Bacher
Import upstream version 0.11.7
786
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
787
788
alacarte: alacarte.in
789
	sed -e s!\@PYTHON\@!@PYTHON@!		\
790
	    -e s!\@PYOPTIONS\@!-OOt!		\
791
	    < $< > $@
792
alacarte: Makefile
1.1.16 by Andreas Moog
Import upstream version 0.12.1
793
794
ChangeLog:
795
	@echo Creating $@
796
	@if test -d "$(srcdir)/.git"; then \
797
	  (GIT_DIR=$(top_srcdir)/.git ./missing --run git log git-migration.. --stat -M -C --name-status  --date=short --no-color) | fmt --split-only > $@.tmp \
798
	  && mv -f $@.tmp $@ \
799
	  || ($(RM) $@.tmp; \
800
	      echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
801
	      (test -f $@ || echo git-log is required to generate this file >> $@)); \
802
	else \
803
	  test -f $@ || \
804
	  (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
805
	   echo A git checkout and git-log is required to generate this file >> $@); \
806
	fi
807
808
.PHONY: ChangeLog
1.1.17 by Sebastien Bacher
Import upstream version 0.12.3
809
1.1.1 by Sebastien Bacher
Import upstream version 0.9.2
810
# Tell versions [3.59,3.63) of GNU make to not export all variables.
811
# Otherwise a system limit (for SysV at least) may be exceeded.
812
.NOEXPORT: