~ubuntu-branches/ubuntu/karmic/libatasmart/karmic-proposed

1.3.1 by Martin Pitt
Import upstream version 0.14
1
# Makefile.in generated by automake 1.11 from Makefile.am.
1 by Martin Pitt
Import upstream version 0.13
2
# @configure_input@
3
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1.3.1 by Martin Pitt
Import upstream version 0.14
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
# Inc.
1 by Martin Pitt
Import upstream version 0.13
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
# This file is part of libatasmart.
19
#
20
# Copyright 2008 Lennart Poettering
21
#
22
# libatasmart is free software; you can redistribute it and/or modify
23
# it under the terms of the GNU Lesser General Public License as
24
# published by the Free Software Foundation, either version 2.1 of the
25
# License, or (at your option) any later version.
26
#
27
# libatasmart is distributed in the hope that it will be useful, but
28
# WITHOUT ANY WARRANTY; without even the implied warranty of
29
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
30
# Lesser General Public License for more details.
31
#
32
# You should have received a copy of the GNU Lesser General Public
33
# License along with libatasmart. If not, If not, see
34
# <http://www.gnu.org/licenses/>.
35
36
37
38
39
VPATH = @srcdir@
40
pkgdatadir = $(datadir)/@PACKAGE@
1.3.1 by Martin Pitt
Import upstream version 0.14
41
pkgincludedir = $(includedir)/@PACKAGE@
1 by Martin Pitt
Import upstream version 0.13
42
pkglibdir = $(libdir)/@PACKAGE@
1.3.1 by Martin Pitt
Import upstream version 0.14
43
pkglibexecdir = $(libexecdir)/@PACKAGE@
1 by Martin Pitt
Import upstream version 0.13
44
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
45
install_sh_DATA = $(install_sh) -c -m 644
46
install_sh_PROGRAM = $(install_sh) -c
47
install_sh_SCRIPT = $(install_sh) -c
48
INSTALL_HEADER = $(INSTALL_DATA)
49
transform = $(program_transform_name)
50
NORMAL_INSTALL = :
51
PRE_INSTALL = :
52
POST_INSTALL = :
53
NORMAL_UNINSTALL = :
54
PRE_UNINSTALL = :
55
POST_UNINSTALL = :
56
build_triplet = @build@
57
host_triplet = @host@
58
sbin_PROGRAMS = skdump$(EXEEXT) sktest$(EXEEXT)
59
noinst_PROGRAMS = strpool$(EXEEXT)
60
subdir = .
1.3.2 by Martin Pitt
Import upstream version 0.15
61
DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \
62
	$(include_HEADERS) $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
1 by Martin Pitt
Import upstream version 0.13
63
	$(srcdir)/config.h.in $(srcdir)/libatasmart.pc.in \
64
	$(top_srcdir)/configure compile config.guess config.rpath \
65
	config.sub depcomp install-sh ltmain.sh missing
66
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
67
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
68
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
69
	$(ACLOCAL_M4)
70
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
71
 configure.lineno config.status.lineno
72
mkinstalldirs = $(install_sh) -d
73
CONFIG_HEADER = config.h
74
CONFIG_CLEAN_FILES = libatasmart.pc
1.3.1 by Martin Pitt
Import upstream version 0.14
75
CONFIG_CLEAN_VPATH_FILES =
1 by Martin Pitt
Import upstream version 0.13
76
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
77
am__vpath_adj = case $$p in \
78
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
79
    *) f=$$p;; \
80
  esac;
1.3.1 by Martin Pitt
Import upstream version 0.14
81
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
82
am__install_max = 40
83
am__nobase_strip_setup = \
84
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
85
am__nobase_strip = \
86
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
87
am__nobase_list = $(am__nobase_strip_setup); \
88
  for p in $$list; do echo "$$p $$p"; done | \
89
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
90
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
91
    if (++n[$$2] == $(am__install_max)) \
92
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
93
    END { for (dir in files) print dir, files[dir] }'
94
am__base_list = \
95
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
96
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1 by Martin Pitt
Import upstream version 0.13
97
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)" \
1.3.2 by Martin Pitt
Import upstream version 0.15
98
	"$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)" \
99
	"$(DESTDIR)$(vapidir)" "$(DESTDIR)$(includedir)"
1 by Martin Pitt
Import upstream version 0.13
100
LTLIBRARIES = $(lib_LTLIBRARIES)
101
am__DEPENDENCIES_1 =
102
libatasmart_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
103
am_libatasmart_la_OBJECTS = libatasmart_la-atasmart.strpool.lo
104
libatasmart_la_OBJECTS = $(am_libatasmart_la_OBJECTS)
1.3.1 by Martin Pitt
Import upstream version 0.14
105
AM_V_lt = $(am__v_lt_$(V))
106
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
107
am__v_lt_0 = --silent
108
libatasmart_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
109
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
110
	$(libatasmart_la_CFLAGS) $(CFLAGS) $(libatasmart_la_LDFLAGS) \
111
	$(LDFLAGS) -o $@
1 by Martin Pitt
Import upstream version 0.13
112
PROGRAMS = $(noinst_PROGRAMS) $(sbin_PROGRAMS)
113
am_skdump_OBJECTS = skdump.$(OBJEXT)
114
skdump_OBJECTS = $(am_skdump_OBJECTS)
115
skdump_DEPENDENCIES = libatasmart.la
116
sktest_SOURCES = sktest.c
117
sktest_OBJECTS = sktest.$(OBJEXT)
118
sktest_DEPENDENCIES = libatasmart.la
119
am_strpool_OBJECTS = strpool.$(OBJEXT)
120
strpool_OBJECTS = $(am_strpool_OBJECTS)
121
strpool_LDADD = $(LDADD)
122
DEFAULT_INCLUDES = -I.@am__isrc@
123
depcomp = $(SHELL) $(top_srcdir)/depcomp
124
am__depfiles_maybe = depfiles
1.3.1 by Martin Pitt
Import upstream version 0.14
125
am__mv = mv -f
1 by Martin Pitt
Import upstream version 0.13
126
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
127
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1.3.1 by Martin Pitt
Import upstream version 0.14
128
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
129
	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
130
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
131
	$(AM_CFLAGS) $(CFLAGS)
132
AM_V_CC = $(am__v_CC_$(V))
133
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
134
am__v_CC_0 = @echo "  CC    " $@;
135
AM_V_at = $(am__v_at_$(V))
136
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
137
am__v_at_0 = @
1 by Martin Pitt
Import upstream version 0.13
138
CCLD = $(CC)
1.3.1 by Martin Pitt
Import upstream version 0.14
139
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
140
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
141
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
142
AM_V_CCLD = $(am__v_CCLD_$(V))
143
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
144
am__v_CCLD_0 = @echo "  CCLD  " $@;
145
AM_V_GEN = $(am__v_GEN_$(V))
146
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
147
am__v_GEN_0 = @echo "  GEN   " $@;
1 by Martin Pitt
Import upstream version 0.13
148
SOURCES = $(libatasmart_la_SOURCES) $(skdump_SOURCES) sktest.c \
149
	$(strpool_SOURCES)
150
DIST_SOURCES = $(libatasmart_la_SOURCES) $(skdump_SOURCES) sktest.c \
151
	$(strpool_SOURCES)
152
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
153
	html-recursive info-recursive install-data-recursive \
154
	install-dvi-recursive install-exec-recursive \
155
	install-html-recursive install-info-recursive \
156
	install-pdf-recursive install-ps-recursive install-recursive \
157
	installcheck-recursive installdirs-recursive pdf-recursive \
158
	ps-recursive uninstall-recursive
1.3.2 by Martin Pitt
Import upstream version 0.15
159
DATA = $(dist_doc_DATA) $(noinst_DATA) $(pkgconfig_DATA) $(vapi_DATA)
1 by Martin Pitt
Import upstream version 0.13
160
HEADERS = $(include_HEADERS)
161
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
162
  distclean-recursive maintainer-clean-recursive
1.3.1 by Martin Pitt
Import upstream version 0.14
163
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
164
	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
165
	distdir dist dist-all distcheck
1 by Martin Pitt
Import upstream version 0.13
166
ETAGS = etags
167
CTAGS = ctags
168
DIST_SUBDIRS = $(SUBDIRS)
169
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
170
distdir = $(PACKAGE)-$(VERSION)
171
top_distdir = $(distdir)
172
am__remove_distdir = \
1.3.1 by Martin Pitt
Import upstream version 0.14
173
  { test ! -d "$(distdir)" \
174
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
175
         && rm -fr "$(distdir)"; }; }
176
am__relativize = \
177
  dir0=`pwd`; \
178
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
179
  sed_rest='s,^[^/]*/*,,'; \
180
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
181
  sed_butlast='s,/*[^/]*$$,,'; \
182
  while test -n "$$dir1"; do \
183
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
184
    if test "$$first" != "."; then \
185
      if test "$$first" = ".."; then \
186
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
187
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
188
      else \
189
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
190
        if test "$$first2" = "$$first"; then \
191
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
192
        else \
193
          dir2="../$$dir2"; \
194
        fi; \
195
        dir0="$$dir0"/"$$first"; \
196
      fi; \
197
    fi; \
198
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
199
  done; \
200
  reldir="$$dir2"
1 by Martin Pitt
Import upstream version 0.13
201
DIST_ARCHIVES = $(distdir).tar.gz
202
GZIP_ENV = --best
203
distuninstallcheck_listfiles = find . -type f -print
204
distcleancheck_listfiles = find . -type f -print
205
ACLOCAL = @ACLOCAL@
206
AMTAR = @AMTAR@
1.3.1 by Martin Pitt
Import upstream version 0.14
207
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1 by Martin Pitt
Import upstream version 0.13
208
AR = @AR@
209
AUTOCONF = @AUTOCONF@
210
AUTOHEADER = @AUTOHEADER@
211
AUTOMAKE = @AUTOMAKE@
212
AWK = @AWK@
213
CC = @CC@
214
CCDEPMODE = @CCDEPMODE@
215
CFLAGS = @CFLAGS@
216
CPP = @CPP@
217
CPPFLAGS = @CPPFLAGS@
218
CXX = @CXX@
219
CXXCPP = @CXXCPP@
220
CXXDEPMODE = @CXXDEPMODE@
221
CXXFLAGS = @CXXFLAGS@
222
CYGPATH_W = @CYGPATH_W@
223
DEFS = @DEFS@
224
DEPDIR = @DEPDIR@
225
DSYMUTIL = @DSYMUTIL@
226
DUMPBIN = @DUMPBIN@
227
ECHO_C = @ECHO_C@
228
ECHO_N = @ECHO_N@
229
ECHO_T = @ECHO_T@
230
EGREP = @EGREP@
231
EXEEXT = @EXEEXT@
232
FGREP = @FGREP@
233
GREP = @GREP@
234
INSTALL = @INSTALL@
235
INSTALL_DATA = @INSTALL_DATA@
236
INSTALL_PROGRAM = @INSTALL_PROGRAM@
237
INSTALL_SCRIPT = @INSTALL_SCRIPT@
238
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
239
LD = @LD@
240
LDFLAGS = @LDFLAGS@
241
LIBATASMART_VERSION_INFO = @LIBATASMART_VERSION_INFO@
242
LIBOBJS = @LIBOBJS@
243
LIBS = @LIBS@
244
LIBTOOL = @LIBTOOL@
245
LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@
246
LIBUDEV_LIBS = @LIBUDEV_LIBS@
247
LIPO = @LIPO@
248
LN_S = @LN_S@
249
LTLIBOBJS = @LTLIBOBJS@
250
MAKEINFO = @MAKEINFO@
251
MKDIR_P = @MKDIR_P@
252
NM = @NM@
253
NMEDIT = @NMEDIT@
254
OBJDUMP = @OBJDUMP@
255
OBJEXT = @OBJEXT@
256
OTOOL = @OTOOL@
257
OTOOL64 = @OTOOL64@
258
PACKAGE = @PACKAGE@
259
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
260
PACKAGE_NAME = @PACKAGE_NAME@
261
PACKAGE_STRING = @PACKAGE_STRING@
262
PACKAGE_TARNAME = @PACKAGE_TARNAME@
263
PACKAGE_URL = @PACKAGE_URL@
264
PACKAGE_VERSION = @PACKAGE_VERSION@
265
PATH_SEPARATOR = @PATH_SEPARATOR@
266
PKG_CONFIG = @PKG_CONFIG@
267
RANLIB = @RANLIB@
268
SED = @SED@
269
SET_MAKE = @SET_MAKE@
270
SHELL = @SHELL@
271
STRIP = @STRIP@
272
VERSION = @VERSION@
273
abs_builddir = @abs_builddir@
274
abs_srcdir = @abs_srcdir@
275
abs_top_builddir = @abs_top_builddir@
276
abs_top_srcdir = @abs_top_srcdir@
277
ac_ct_CC = @ac_ct_CC@
278
ac_ct_CXX = @ac_ct_CXX@
279
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
280
am__include = @am__include@
281
am__leading_dot = @am__leading_dot@
282
am__quote = @am__quote@
283
am__tar = @am__tar@
284
am__untar = @am__untar@
285
bindir = @bindir@
286
build = @build@
287
build_alias = @build_alias@
288
build_cpu = @build_cpu@
289
build_os = @build_os@
290
build_vendor = @build_vendor@
291
builddir = @builddir@
292
datadir = @datadir@
293
datarootdir = @datarootdir@
294
docdir = @docdir@
295
dvidir = @dvidir@
296
exec_prefix = @exec_prefix@
297
host = @host@
298
host_alias = @host_alias@
299
host_cpu = @host_cpu@
300
host_os = @host_os@
301
host_vendor = @host_vendor@
302
htmldir = @htmldir@
303
includedir = @includedir@
304
infodir = @infodir@
305
install_sh = @install_sh@
306
libdir = @libdir@
307
libexecdir = @libexecdir@
308
localedir = @localedir@
309
localstatedir = @localstatedir@
310
lt_ECHO = @lt_ECHO@
311
mandir = @mandir@
312
mkdir_p = @mkdir_p@
313
oldincludedir = @oldincludedir@
314
pdfdir = @pdfdir@
315
prefix = @prefix@
316
program_transform_name = @program_transform_name@
317
psdir = @psdir@
318
sbindir = @sbindir@
319
sharedstatedir = @sharedstatedir@
320
srcdir = @srcdir@
321
sysconfdir = @sysconfdir@
322
target_alias = @target_alias@
323
top_build_prefix = @top_build_prefix@
324
top_builddir = @top_builddir@
325
top_srcdir = @top_srcdir@
1.3.2 by Martin Pitt
Import upstream version 0.15
326
dist_doc_DATA = README
1 by Martin Pitt
Import upstream version 0.13
327
EXTRA_DIST = \
328
	bootstrap.sh \
329
	LGPL \
330
	README \
331
	atasmart.c \
332
	blob-examples/README \
333
	blob-examples/FUJITSU_MHY2120BH--0084000D \
1.3.1 by Martin Pitt
Import upstream version 0.14
334
	blob-examples/FUJITSU_MHY2120BH--0085000B \
1.3.2 by Martin Pitt
Import upstream version 0.15
335
	blob-examples/FUJITSU_MHY2120BH--0085000B \
1 by Martin Pitt
Import upstream version 0.13
336
	blob-examples/FUJITSU_MHZ2160BH_G1--0084000A \
1.3.2 by Martin Pitt
Import upstream version 0.15
337
	blob-examples/INTEL_SSDSA2MH080G1GC--045C8820 \
1 by Martin Pitt
Import upstream version 0.13
338
	blob-examples/Maxtor_96147H8--BAC51KJ0 \
1.3.2 by Martin Pitt
Import upstream version 0.15
339
	blob-examples/Maxtor_96147H8--BAC51KJ0--2 \
1 by Martin Pitt
Import upstream version 0.13
340
	blob-examples/SAMSUNG_HD501LJ--CR100-12 \
341
	blob-examples/ST320410A--3.39 \
342
	blob-examples/ST9160821AS--3.CLH \
1.3.2 by Martin Pitt
Import upstream version 0.15
343
	blob-examples/TOSHIBA_MK1651GSY--38IGT0G5T \
1 by Martin Pitt
Import upstream version 0.13
344
	blob-examples/WDC_WD2500JB--00REA0-20.00K20 \
345
	blob-examples/WDC_WD2500JS-75NCB3--10.02E04 \
1.3.2 by Martin Pitt
Import upstream version 0.15
346
	blob-examples/WDC_WD5000AAKS--00TMA0-12.01C01 \
347
	vala/atasmart.vapi
1 by Martin Pitt
Import upstream version 0.13
348
349
SUBDIRS = 
350
CLEANFILES = atasmart.strpool.c
351
MAINTAINERCLEANFILES = 
352
noinst_DATA = 
353
pkgconfigdir = $(libdir)/pkgconfig
354
pkgconfig_DATA = libatasmart.pc
1.3.2 by Martin Pitt
Import upstream version 0.15
355
vapidir = $(datadir)/vala/vapi
356
vapi_DATA = vala/atasmart.vapi
1 by Martin Pitt
Import upstream version 0.13
357
include_HEADERS = \
358
	atasmart.h
359
360
lib_LTLIBRARIES = \
361
	libatasmart.la
362
363
skdump_SOURCES = \
364
	skdump.c
365
366
skdump_LDADD = \
367
	libatasmart.la
368
369
sktest_SOURCE = \
370
	sktest.c
371
372
sktest_LDADD = \
373
	libatasmart.la
374
375
libatasmart_la_SOURCES = \
376
	atasmart.strpool.c atasmart.h
377
378
libatasmart_la_LDFLAGS = \
379
	-version-info $(LIBATASMART_VERSION_INFO)
380
381
libatasmart_la_LIBADD = \
382
	$(LIBUDEV_LIBS)
383
384
libatasmart_la_CFLAGS = \
385
	$(LIBUDEV_CFLAGS)
386
387
strpool_SOURCES = \
388
	strpool.c
389
390
BUILT_SOURCES = \
391
	atasmart.strpool.c
392
1.3.1 by Martin Pitt
Import upstream version 0.14
393
ACLOCAL_AMFLAGS = -I m4
1 by Martin Pitt
Import upstream version 0.13
394
all: $(BUILT_SOURCES) config.h
395
	$(MAKE) $(AM_MAKEFLAGS) all-recursive
396
397
.SUFFIXES:
398
.SUFFIXES: .c .lo .o .obj
399
am--refresh:
400
	@:
401
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
402
	@for dep in $?; do \
403
	  case '$(am__configure_deps)' in \
404
	    *$$dep*) \
1.3.1 by Martin Pitt
Import upstream version 0.14
405
	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
406
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
1 by Martin Pitt
Import upstream version 0.13
407
		&& exit 0; \
408
	      exit 1;; \
409
	  esac; \
410
	done; \
1.3.1 by Martin Pitt
Import upstream version 0.14
411
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
412
	$(am__cd) $(top_srcdir) && \
413
	  $(AUTOMAKE) --foreign Makefile
1 by Martin Pitt
Import upstream version 0.13
414
.PRECIOUS: Makefile
415
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
416
	@case '$?' in \
417
	  *config.status*) \
418
	    echo ' $(SHELL) ./config.status'; \
419
	    $(SHELL) ./config.status;; \
420
	  *) \
421
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
422
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
423
	esac;
424
425
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
426
	$(SHELL) ./config.status --recheck
427
428
$(top_srcdir)/configure:  $(am__configure_deps)
1.3.1 by Martin Pitt
Import upstream version 0.14
429
	$(am__cd) $(srcdir) && $(AUTOCONF)
1 by Martin Pitt
Import upstream version 0.13
430
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1.3.1 by Martin Pitt
Import upstream version 0.14
431
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
432
$(am__aclocal_m4_deps):
1 by Martin Pitt
Import upstream version 0.13
433
434
config.h: stamp-h1
435
	@if test ! -f $@; then \
436
	  rm -f stamp-h1; \
437
	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
438
	else :; fi
439
440
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
441
	@rm -f stamp-h1
442
	cd $(top_builddir) && $(SHELL) ./config.status config.h
443
$(srcdir)/config.h.in:  $(am__configure_deps) 
1.3.1 by Martin Pitt
Import upstream version 0.14
444
	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1 by Martin Pitt
Import upstream version 0.13
445
	rm -f stamp-h1
446
	touch $@
447
448
distclean-hdr:
449
	-rm -f config.h stamp-h1
450
libatasmart.pc: $(top_builddir)/config.status $(srcdir)/libatasmart.pc.in
451
	cd $(top_builddir) && $(SHELL) ./config.status $@
452
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
453
	@$(NORMAL_INSTALL)
454
	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
1.3.1 by Martin Pitt
Import upstream version 0.14
455
	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
456
	list2=; for p in $$list; do \
1 by Martin Pitt
Import upstream version 0.13
457
	  if test -f $$p; then \
1.3.1 by Martin Pitt
Import upstream version 0.14
458
	    list2="$$list2 $$p"; \
1 by Martin Pitt
Import upstream version 0.13
459
	  else :; fi; \
1.3.1 by Martin Pitt
Import upstream version 0.14
460
	done; \
461
	test -z "$$list2" || { \
462
	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
463
	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
464
	}
1 by Martin Pitt
Import upstream version 0.13
465
466
uninstall-libLTLIBRARIES:
467
	@$(NORMAL_UNINSTALL)
1.3.1 by Martin Pitt
Import upstream version 0.14
468
	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
469
	for p in $$list; do \
470
	  $(am__strip_dir) \
471
	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
472
	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
1 by Martin Pitt
Import upstream version 0.13
473
	done
474
475
clean-libLTLIBRARIES:
476
	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
477
	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
478
	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
479
	  test "$$dir" != "$$p" || dir=.; \
480
	  echo "rm -f \"$${dir}/so_locations\""; \
481
	  rm -f "$${dir}/so_locations"; \
482
	done
483
libatasmart.la: $(libatasmart_la_OBJECTS) $(libatasmart_la_DEPENDENCIES) 
1.3.1 by Martin Pitt
Import upstream version 0.14
484
	$(AM_V_CCLD)$(libatasmart_la_LINK) -rpath $(libdir) $(libatasmart_la_OBJECTS) $(libatasmart_la_LIBADD) $(LIBS)
1 by Martin Pitt
Import upstream version 0.13
485
486
clean-noinstPROGRAMS:
1.3.1 by Martin Pitt
Import upstream version 0.14
487
	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
488
	echo " rm -f" $$list; \
489
	rm -f $$list || exit $$?; \
490
	test -n "$(EXEEXT)" || exit 0; \
491
	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
492
	echo " rm -f" $$list; \
493
	rm -f $$list
1 by Martin Pitt
Import upstream version 0.13
494
install-sbinPROGRAMS: $(sbin_PROGRAMS)
495
	@$(NORMAL_INSTALL)
496
	test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
1.3.1 by Martin Pitt
Import upstream version 0.14
497
	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
498
	for p in $$list; do echo "$$p $$p"; done | \
499
	sed 's/$(EXEEXT)$$//' | \
500
	while read p p1; do if test -f $$p || test -f $$p1; \
501
	  then echo "$$p"; echo "$$p"; else :; fi; \
502
	done | \
503
	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
504
	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
505
	sed 'N;N;N;s,\n, ,g' | \
506
	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
507
	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
508
	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
509
	    else { print "f", $$3 "/" $$4, $$1; } } \
510
	  END { for (d in files) print "f", d, files[d] }' | \
511
	while read type dir files; do \
512
	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
513
	    test -z "$$files" || { \
514
	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
515
	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
516
	    } \
517
	; done
1 by Martin Pitt
Import upstream version 0.13
518
519
uninstall-sbinPROGRAMS:
520
	@$(NORMAL_UNINSTALL)
1.3.1 by Martin Pitt
Import upstream version 0.14
521
	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
522
	files=`for p in $$list; do echo "$$p"; done | \
523
	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
524
	      -e 's/$$/$(EXEEXT)/' `; \
525
	test -n "$$list" || exit 0; \
526
	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
527
	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
1 by Martin Pitt
Import upstream version 0.13
528
529
clean-sbinPROGRAMS:
1.3.1 by Martin Pitt
Import upstream version 0.14
530
	@list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
531
	echo " rm -f" $$list; \
532
	rm -f $$list || exit $$?; \
533
	test -n "$(EXEEXT)" || exit 0; \
534
	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
535
	echo " rm -f" $$list; \
536
	rm -f $$list
1 by Martin Pitt
Import upstream version 0.13
537
skdump$(EXEEXT): $(skdump_OBJECTS) $(skdump_DEPENDENCIES) 
538
	@rm -f skdump$(EXEEXT)
1.3.1 by Martin Pitt
Import upstream version 0.14
539
	$(AM_V_CCLD)$(LINK) $(skdump_OBJECTS) $(skdump_LDADD) $(LIBS)
1 by Martin Pitt
Import upstream version 0.13
540
sktest$(EXEEXT): $(sktest_OBJECTS) $(sktest_DEPENDENCIES) 
541
	@rm -f sktest$(EXEEXT)
1.3.1 by Martin Pitt
Import upstream version 0.14
542
	$(AM_V_CCLD)$(LINK) $(sktest_OBJECTS) $(sktest_LDADD) $(LIBS)
1 by Martin Pitt
Import upstream version 0.13
543
strpool$(EXEEXT): $(strpool_OBJECTS) $(strpool_DEPENDENCIES) 
544
	@rm -f strpool$(EXEEXT)
1.3.1 by Martin Pitt
Import upstream version 0.14
545
	$(AM_V_CCLD)$(LINK) $(strpool_OBJECTS) $(strpool_LDADD) $(LIBS)
1 by Martin Pitt
Import upstream version 0.13
546
547
mostlyclean-compile:
548
	-rm -f *.$(OBJEXT)
549
550
distclean-compile:
551
	-rm -f *.tab.c
552
553
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libatasmart_la-atasmart.strpool.Plo@am__quote@
554
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skdump.Po@am__quote@
555
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sktest.Po@am__quote@
556
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strpool.Po@am__quote@
557
558
.c.o:
1.3.1 by Martin Pitt
Import upstream version 0.14
559
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
560
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
561
@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1 by Martin Pitt
Import upstream version 0.13
562
@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
563
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
564
@am__fastdepCC_FALSE@	$(COMPILE) -c $<
565
566
.c.obj:
1.3.1 by Martin Pitt
Import upstream version 0.14
567
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
568
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
569
@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1 by Martin Pitt
Import upstream version 0.13
570
@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
571
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
572
@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
573
574
.c.lo:
1.3.1 by Martin Pitt
Import upstream version 0.14
575
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
576
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
577
@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1 by Martin Pitt
Import upstream version 0.13
578
@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
579
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
580
@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
581
582
libatasmart_la-atasmart.strpool.lo: atasmart.strpool.c
1.3.1 by Martin Pitt
Import upstream version 0.14
583
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libatasmart_la_CFLAGS) $(CFLAGS) -MT libatasmart_la-atasmart.strpool.lo -MD -MP -MF $(DEPDIR)/libatasmart_la-atasmart.strpool.Tpo -c -o libatasmart_la-atasmart.strpool.lo `test -f 'atasmart.strpool.c' || echo '$(srcdir)/'`atasmart.strpool.c
584
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libatasmart_la-atasmart.strpool.Tpo $(DEPDIR)/libatasmart_la-atasmart.strpool.Plo
585
@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1 by Martin Pitt
Import upstream version 0.13
586
@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='atasmart.strpool.c' object='libatasmart_la-atasmart.strpool.lo' libtool=yes @AMDEPBACKSLASH@
587
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.3.1 by Martin Pitt
Import upstream version 0.14
588
@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libatasmart_la_CFLAGS) $(CFLAGS) -c -o libatasmart_la-atasmart.strpool.lo `test -f 'atasmart.strpool.c' || echo '$(srcdir)/'`atasmart.strpool.c
1 by Martin Pitt
Import upstream version 0.13
589
590
mostlyclean-libtool:
591
	-rm -f *.lo
592
593
clean-libtool:
594
	-rm -rf .libs _libs
595
596
distclean-libtool:
597
	-rm -f libtool config.lt
1.3.2 by Martin Pitt
Import upstream version 0.15
598
install-dist_docDATA: $(dist_doc_DATA)
599
	@$(NORMAL_INSTALL)
600
	test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
601
	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
602
	for p in $$list; do \
603
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
604
	  echo "$$d$$p"; \
605
	done | $(am__base_list) | \
606
	while read files; do \
607
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
608
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
609
	done
610
611
uninstall-dist_docDATA:
612
	@$(NORMAL_UNINSTALL)
613
	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
614
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
615
	test -n "$$files" || exit 0; \
616
	echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \
617
	cd "$(DESTDIR)$(docdir)" && rm -f $$files
1 by Martin Pitt
Import upstream version 0.13
618
install-pkgconfigDATA: $(pkgconfig_DATA)
619
	@$(NORMAL_INSTALL)
620
	test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
1.3.1 by Martin Pitt
Import upstream version 0.14
621
	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
622
	for p in $$list; do \
1 by Martin Pitt
Import upstream version 0.13
623
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.3.1 by Martin Pitt
Import upstream version 0.14
624
	  echo "$$d$$p"; \
625
	done | $(am__base_list) | \
626
	while read files; do \
627
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
628
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
1 by Martin Pitt
Import upstream version 0.13
629
	done
630
631
uninstall-pkgconfigDATA:
632
	@$(NORMAL_UNINSTALL)
1.3.1 by Martin Pitt
Import upstream version 0.14
633
	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
634
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
635
	test -n "$$files" || exit 0; \
636
	echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
637
	cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
1.3.2 by Martin Pitt
Import upstream version 0.15
638
install-vapiDATA: $(vapi_DATA)
639
	@$(NORMAL_INSTALL)
640
	test -z "$(vapidir)" || $(MKDIR_P) "$(DESTDIR)$(vapidir)"
641
	@list='$(vapi_DATA)'; test -n "$(vapidir)" || list=; \
642
	for p in $$list; do \
643
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
644
	  echo "$$d$$p"; \
645
	done | $(am__base_list) | \
646
	while read files; do \
647
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(vapidir)'"; \
648
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(vapidir)" || exit $$?; \
649
	done
650
651
uninstall-vapiDATA:
652
	@$(NORMAL_UNINSTALL)
653
	@list='$(vapi_DATA)'; test -n "$(vapidir)" || list=; \
654
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
655
	test -n "$$files" || exit 0; \
656
	echo " ( cd '$(DESTDIR)$(vapidir)' && rm -f" $$files ")"; \
657
	cd "$(DESTDIR)$(vapidir)" && rm -f $$files
1 by Martin Pitt
Import upstream version 0.13
658
install-includeHEADERS: $(include_HEADERS)
659
	@$(NORMAL_INSTALL)
660
	test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
1.3.1 by Martin Pitt
Import upstream version 0.14
661
	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
662
	for p in $$list; do \
1 by Martin Pitt
Import upstream version 0.13
663
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.3.1 by Martin Pitt
Import upstream version 0.14
664
	  echo "$$d$$p"; \
665
	done | $(am__base_list) | \
666
	while read files; do \
667
	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
668
	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
1 by Martin Pitt
Import upstream version 0.13
669
	done
670
671
uninstall-includeHEADERS:
672
	@$(NORMAL_UNINSTALL)
1.3.1 by Martin Pitt
Import upstream version 0.14
673
	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
674
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
675
	test -n "$$files" || exit 0; \
676
	echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
677
	cd "$(DESTDIR)$(includedir)" && rm -f $$files
1 by Martin Pitt
Import upstream version 0.13
678
679
# This directory's subdirectories are mostly independent; you can cd
680
# into them and run `make' without going through this Makefile.
681
# To change the values of `make' variables: instead of editing Makefiles,
682
# (1) if the variable is set in `config.status', edit `config.status'
683
#     (which will cause the Makefiles to be regenerated when you run `make');
684
# (2) otherwise, pass the desired values on the `make' command line.
685
$(RECURSIVE_TARGETS):
686
	@failcom='exit 1'; \
687
	for f in x $$MAKEFLAGS; do \
688
	  case $$f in \
689
	    *=* | --[!k]*);; \
690
	    *k*) failcom='fail=yes';; \
691
	  esac; \
692
	done; \
693
	dot_seen=no; \
694
	target=`echo $@ | sed s/-recursive//`; \
695
	list='$(SUBDIRS)'; for subdir in $$list; do \
696
	  echo "Making $$target in $$subdir"; \
697
	  if test "$$subdir" = "."; then \
698
	    dot_seen=yes; \
699
	    local_target="$$target-am"; \
700
	  else \
701
	    local_target="$$target"; \
702
	  fi; \
1.3.1 by Martin Pitt
Import upstream version 0.14
703
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1 by Martin Pitt
Import upstream version 0.13
704
	  || eval $$failcom; \
705
	done; \
706
	if test "$$dot_seen" = "no"; then \
707
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
708
	fi; test -z "$$fail"
709
710
$(RECURSIVE_CLEAN_TARGETS):
711
	@failcom='exit 1'; \
712
	for f in x $$MAKEFLAGS; do \
713
	  case $$f in \
714
	    *=* | --[!k]*);; \
715
	    *k*) failcom='fail=yes';; \
716
	  esac; \
717
	done; \
718
	dot_seen=no; \
719
	case "$@" in \
720
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
721
	  *) list='$(SUBDIRS)' ;; \
722
	esac; \
723
	rev=''; for subdir in $$list; do \
724
	  if test "$$subdir" = "."; then :; else \
725
	    rev="$$subdir $$rev"; \
726
	  fi; \
727
	done; \
728
	rev="$$rev ."; \
729
	target=`echo $@ | sed s/-recursive//`; \
730
	for subdir in $$rev; do \
731
	  echo "Making $$target in $$subdir"; \
732
	  if test "$$subdir" = "."; then \
733
	    local_target="$$target-am"; \
734
	  else \
735
	    local_target="$$target"; \
736
	  fi; \
1.3.1 by Martin Pitt
Import upstream version 0.14
737
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1 by Martin Pitt
Import upstream version 0.13
738
	  || eval $$failcom; \
739
	done && test -z "$$fail"
740
tags-recursive:
741
	list='$(SUBDIRS)'; for subdir in $$list; do \
1.3.1 by Martin Pitt
Import upstream version 0.14
742
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1 by Martin Pitt
Import upstream version 0.13
743
	done
744
ctags-recursive:
745
	list='$(SUBDIRS)'; for subdir in $$list; do \
1.3.1 by Martin Pitt
Import upstream version 0.14
746
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1 by Martin Pitt
Import upstream version 0.13
747
	done
748
749
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
750
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
751
	unique=`for i in $$list; do \
752
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
753
	  done | \
754
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
755
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
756
	mkid -fID $$unique
757
tags: TAGS
758
759
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
760
		$(TAGS_FILES) $(LISP)
1.3.1 by Martin Pitt
Import upstream version 0.14
761
	set x; \
1 by Martin Pitt
Import upstream version 0.13
762
	here=`pwd`; \
763
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
764
	  include_option=--etags-include; \
765
	  empty_fix=.; \
766
	else \
767
	  include_option=--include; \
768
	  empty_fix=; \
769
	fi; \
770
	list='$(SUBDIRS)'; for subdir in $$list; do \
771
	  if test "$$subdir" = .; then :; else \
772
	    test ! -f $$subdir/TAGS || \
1.3.1 by Martin Pitt
Import upstream version 0.14
773
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1 by Martin Pitt
Import upstream version 0.13
774
	  fi; \
775
	done; \
776
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
777
	unique=`for i in $$list; do \
778
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
779
	  done | \
780
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
781
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1.3.1 by Martin Pitt
Import upstream version 0.14
782
	shift; \
783
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1 by Martin Pitt
Import upstream version 0.13
784
	  test -n "$$unique" || unique=$$empty_fix; \
1.3.1 by Martin Pitt
Import upstream version 0.14
785
	  if test $$# -gt 0; then \
786
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
787
	      "$$@" $$unique; \
788
	  else \
789
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
790
	      $$unique; \
791
	  fi; \
1 by Martin Pitt
Import upstream version 0.13
792
	fi
793
ctags: CTAGS
794
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
795
		$(TAGS_FILES) $(LISP)
796
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
797
	unique=`for i in $$list; do \
798
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
799
	  done | \
800
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
801
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1.3.1 by Martin Pitt
Import upstream version 0.14
802
	test -z "$(CTAGS_ARGS)$$unique" \
1 by Martin Pitt
Import upstream version 0.13
803
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.3.1 by Martin Pitt
Import upstream version 0.14
804
	     $$unique
1 by Martin Pitt
Import upstream version 0.13
805
806
GTAGS:
807
	here=`$(am__cd) $(top_builddir) && pwd` \
1.3.1 by Martin Pitt
Import upstream version 0.14
808
	  && $(am__cd) $(top_srcdir) \
809
	  && gtags -i $(GTAGS_ARGS) "$$here"
1 by Martin Pitt
Import upstream version 0.13
810
811
distclean-tags:
812
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
813
814
distdir: $(DISTFILES)
815
	$(am__remove_distdir)
1.3.1 by Martin Pitt
Import upstream version 0.14
816
	test -d "$(distdir)" || mkdir "$(distdir)"
1 by Martin Pitt
Import upstream version 0.13
817
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
818
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
819
	list='$(DISTFILES)'; \
820
	  dist_files=`for file in $$list; do echo $$file; done | \
821
	  sed -e "s|^$$srcdirstrip/||;t" \
822
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
823
	case $$dist_files in \
824
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
825
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
826
			   sort -u` ;; \
827
	esac; \
828
	for file in $$dist_files; do \
829
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
830
	  if test -d $$d/$$file; then \
831
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.3.1 by Martin Pitt
Import upstream version 0.14
832
	    if test -d "$(distdir)/$$file"; then \
833
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
834
	    fi; \
1 by Martin Pitt
Import upstream version 0.13
835
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.3.1 by Martin Pitt
Import upstream version 0.14
836
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
837
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1 by Martin Pitt
Import upstream version 0.13
838
	    fi; \
1.3.1 by Martin Pitt
Import upstream version 0.14
839
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1 by Martin Pitt
Import upstream version 0.13
840
	  else \
1.3.1 by Martin Pitt
Import upstream version 0.14
841
	    test -f "$(distdir)/$$file" \
842
	    || cp -p $$d/$$file "$(distdir)/$$file" \
1 by Martin Pitt
Import upstream version 0.13
843
	    || exit 1; \
844
	  fi; \
845
	done
1.3.1 by Martin Pitt
Import upstream version 0.14
846
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1 by Martin Pitt
Import upstream version 0.13
847
	  if test "$$subdir" = .; then :; else \
848
	    test -d "$(distdir)/$$subdir" \
849
	    || $(MKDIR_P) "$(distdir)/$$subdir" \
850
	    || exit 1; \
1.3.1 by Martin Pitt
Import upstream version 0.14
851
	  fi; \
852
	done
853
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
854
	  if test "$$subdir" = .; then :; else \
855
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
856
	    $(am__relativize); \
857
	    new_distdir=$$reldir; \
858
	    dir1=$$subdir; dir2="$(top_distdir)"; \
859
	    $(am__relativize); \
860
	    new_top_distdir=$$reldir; \
861
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
862
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
863
	    ($(am__cd) $$subdir && \
1 by Martin Pitt
Import upstream version 0.13
864
	      $(MAKE) $(AM_MAKEFLAGS) \
1.3.1 by Martin Pitt
Import upstream version 0.14
865
	        top_distdir="$$new_top_distdir" \
866
	        distdir="$$new_distdir" \
1 by Martin Pitt
Import upstream version 0.13
867
		am__remove_distdir=: \
868
		am__skip_length_check=: \
1.3.1 by Martin Pitt
Import upstream version 0.14
869
		am__skip_mode_fix=: \
1 by Martin Pitt
Import upstream version 0.13
870
	        distdir) \
871
	      || exit 1; \
872
	  fi; \
873
	done
1.3.1 by Martin Pitt
Import upstream version 0.14
874
	-test -n "$(am__skip_mode_fix)" \
875
	|| find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
1 by Martin Pitt
Import upstream version 0.13
876
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
877
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
878
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1.3.1 by Martin Pitt
Import upstream version 0.14
879
	|| chmod -R a+r "$(distdir)"
1 by Martin Pitt
Import upstream version 0.13
880
dist-gzip: distdir
881
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
882
	$(am__remove_distdir)
883
884
dist-bzip2: distdir
885
	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
886
	$(am__remove_distdir)
887
888
dist-lzma: distdir
889
	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
890
	$(am__remove_distdir)
891
1.3.1 by Martin Pitt
Import upstream version 0.14
892
dist-xz: distdir
893
	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
894
	$(am__remove_distdir)
895
1 by Martin Pitt
Import upstream version 0.13
896
dist-tarZ: distdir
897
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
898
	$(am__remove_distdir)
899
900
dist-shar: distdir
901
	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
902
	$(am__remove_distdir)
903
904
dist-zip: distdir
905
	-rm -f $(distdir).zip
906
	zip -rq $(distdir).zip $(distdir)
907
	$(am__remove_distdir)
908
909
dist dist-all: distdir
910
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
911
	$(am__remove_distdir)
912
913
# This target untars the dist file and tries a VPATH configuration.  Then
914
# it guarantees that the distribution is self-contained by making another
915
# tarfile.
916
distcheck: dist
917
	case '$(DIST_ARCHIVES)' in \
918
	*.tar.gz*) \
919
	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
920
	*.tar.bz2*) \
921
	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
922
	*.tar.lzma*) \
923
	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
1.3.1 by Martin Pitt
Import upstream version 0.14
924
	*.tar.xz*) \
925
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1 by Martin Pitt
Import upstream version 0.13
926
	*.tar.Z*) \
927
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
928
	*.shar.gz*) \
929
	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
930
	*.zip*) \
931
	  unzip $(distdir).zip ;;\
932
	esac
933
	chmod -R a-w $(distdir); chmod a+w $(distdir)
934
	mkdir $(distdir)/_build
935
	mkdir $(distdir)/_inst
936
	chmod a-w $(distdir)
1.3.1 by Martin Pitt
Import upstream version 0.14
937
	test -d $(distdir)/_build || exit 0; \
1 by Martin Pitt
Import upstream version 0.13
938
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
939
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1.3.1 by Martin Pitt
Import upstream version 0.14
940
	  && am__cwd=`pwd` \
941
	  && $(am__cd) $(distdir)/_build \
1 by Martin Pitt
Import upstream version 0.13
942
	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
943
	    $(DISTCHECK_CONFIGURE_FLAGS) \
944
	  && $(MAKE) $(AM_MAKEFLAGS) \
945
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
946
	  && $(MAKE) $(AM_MAKEFLAGS) check \
947
	  && $(MAKE) $(AM_MAKEFLAGS) install \
948
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
949
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
950
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
951
	        distuninstallcheck \
952
	  && chmod -R a-w "$$dc_install_base" \
953
	  && ({ \
954
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
955
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
956
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
957
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
958
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
959
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
960
	  && rm -rf "$$dc_destdir" \
961
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
962
	  && rm -rf $(DIST_ARCHIVES) \
1.3.1 by Martin Pitt
Import upstream version 0.14
963
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
964
	  && cd "$$am__cwd" \
965
	  || exit 1
1 by Martin Pitt
Import upstream version 0.13
966
	$(am__remove_distdir)
967
	@(echo "$(distdir) archives ready for distribution: "; \
968
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
969
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
970
distuninstallcheck:
1.3.1 by Martin Pitt
Import upstream version 0.14
971
	@$(am__cd) '$(distuninstallcheck_dir)' \
1 by Martin Pitt
Import upstream version 0.13
972
	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
973
	   || { echo "ERROR: files left after uninstall:" ; \
974
	        if test -n "$(DESTDIR)"; then \
975
	          echo "  (check DESTDIR support)"; \
976
	        fi ; \
977
	        $(distuninstallcheck_listfiles) ; \
978
	        exit 1; } >&2
979
distcleancheck: distclean
980
	@if test '$(srcdir)' = . ; then \
981
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
982
	  exit 1 ; \
983
	fi
984
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
985
	  || { echo "ERROR: files left in build directory after distclean:" ; \
986
	       $(distcleancheck_listfiles) ; \
987
	       exit 1; } >&2
988
check-am: all-am
989
check: $(BUILT_SOURCES)
990
	$(MAKE) $(AM_MAKEFLAGS) check-recursive
991
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS) \
992
		config.h
993
installdirs: installdirs-recursive
994
installdirs-am:
1.3.2 by Martin Pitt
Import upstream version 0.15
995
	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(vapidir)" "$(DESTDIR)$(includedir)"; do \
1 by Martin Pitt
Import upstream version 0.13
996
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
997
	done
998
install: $(BUILT_SOURCES)
999
	$(MAKE) $(AM_MAKEFLAGS) install-recursive
1000
install-exec: install-exec-recursive
1001
install-data: install-data-recursive
1002
uninstall: uninstall-recursive
1003
1004
install-am: all-am
1005
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1006
1007
installcheck: installcheck-recursive
1008
install-strip:
1009
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1010
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1011
	  `test -z '$(STRIP)' || \
1012
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1013
mostlyclean-generic:
1014
1015
clean-generic:
1016
	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1017
1018
distclean-generic:
1019
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.3.1 by Martin Pitt
Import upstream version 0.14
1020
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1 by Martin Pitt
Import upstream version 0.13
1021
1022
maintainer-clean-generic:
1023
	@echo "This command is intended for maintainers to use"
1024
	@echo "it deletes files that may require special tools to rebuild."
1025
	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1026
	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1027
clean: clean-recursive
1028
1029
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
1030
	clean-noinstPROGRAMS clean-sbinPROGRAMS mostlyclean-am
1031
1032
distclean: distclean-recursive
1033
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1034
	-rm -rf ./$(DEPDIR)
1035
	-rm -f Makefile
1036
distclean-am: clean-am distclean-compile distclean-generic \
1037
	distclean-hdr distclean-libtool distclean-tags
1038
1039
dvi: dvi-recursive
1040
1041
dvi-am:
1042
1043
html: html-recursive
1044
1.3.1 by Martin Pitt
Import upstream version 0.14
1045
html-am:
1046
1 by Martin Pitt
Import upstream version 0.13
1047
info: info-recursive
1048
1049
info-am:
1050
1.3.2 by Martin Pitt
Import upstream version 0.15
1051
install-data-am: install-dist_docDATA install-includeHEADERS \
1052
	install-pkgconfigDATA install-vapiDATA
1 by Martin Pitt
Import upstream version 0.13
1053
1054
install-dvi: install-dvi-recursive
1055
1.3.1 by Martin Pitt
Import upstream version 0.14
1056
install-dvi-am:
1057
1 by Martin Pitt
Import upstream version 0.13
1058
install-exec-am: install-libLTLIBRARIES install-sbinPROGRAMS
1059
1060
install-html: install-html-recursive
1061
1.3.1 by Martin Pitt
Import upstream version 0.14
1062
install-html-am:
1063
1 by Martin Pitt
Import upstream version 0.13
1064
install-info: install-info-recursive
1065
1.3.1 by Martin Pitt
Import upstream version 0.14
1066
install-info-am:
1067
1 by Martin Pitt
Import upstream version 0.13
1068
install-man:
1069
1070
install-pdf: install-pdf-recursive
1071
1.3.1 by Martin Pitt
Import upstream version 0.14
1072
install-pdf-am:
1073
1 by Martin Pitt
Import upstream version 0.13
1074
install-ps: install-ps-recursive
1075
1.3.1 by Martin Pitt
Import upstream version 0.14
1076
install-ps-am:
1077
1 by Martin Pitt
Import upstream version 0.13
1078
installcheck-am:
1079
1080
maintainer-clean: maintainer-clean-recursive
1081
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1082
	-rm -rf $(top_srcdir)/autom4te.cache
1083
	-rm -rf ./$(DEPDIR)
1084
	-rm -f Makefile
1085
maintainer-clean-am: distclean-am maintainer-clean-generic
1086
1087
mostlyclean: mostlyclean-recursive
1088
1089
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1090
	mostlyclean-libtool
1091
1092
pdf: pdf-recursive
1093
1094
pdf-am:
1095
1096
ps: ps-recursive
1097
1098
ps-am:
1099
1.3.2 by Martin Pitt
Import upstream version 0.15
1100
uninstall-am: uninstall-dist_docDATA uninstall-includeHEADERS \
1101
	uninstall-libLTLIBRARIES uninstall-pkgconfigDATA \
1102
	uninstall-sbinPROGRAMS uninstall-vapiDATA
1 by Martin Pitt
Import upstream version 0.13
1103
1.3.1 by Martin Pitt
Import upstream version 0.14
1104
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
1105
	ctags-recursive install install-am install-strip \
1106
	tags-recursive
1 by Martin Pitt
Import upstream version 0.13
1107
1108
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1109
	all all-am am--refresh check check-am clean clean-generic \
1110
	clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS \
1111
	clean-sbinPROGRAMS ctags ctags-recursive dist dist-all \
1.3.1 by Martin Pitt
Import upstream version 0.14
1112
	dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz \
1113
	dist-zip distcheck distclean distclean-compile \
1114
	distclean-generic distclean-hdr distclean-libtool \
1115
	distclean-tags distcleancheck distdir distuninstallcheck dvi \
1116
	dvi-am html html-am info info-am install install-am \
1.3.2 by Martin Pitt
Import upstream version 0.15
1117
	install-data install-data-am install-dist_docDATA install-dvi \
1118
	install-dvi-am install-exec install-exec-am install-html \
1119
	install-html-am install-includeHEADERS install-info \
1120
	install-info-am install-libLTLIBRARIES install-man install-pdf \
1121
	install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
1122
	install-sbinPROGRAMS install-strip install-vapiDATA \
1123
	installcheck installcheck-am installdirs installdirs-am \
1124
	maintainer-clean maintainer-clean-generic mostlyclean \
1125
	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1126
	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
1127
	uninstall-dist_docDATA uninstall-includeHEADERS \
1128
	uninstall-libLTLIBRARIES uninstall-pkgconfigDATA \
1129
	uninstall-sbinPROGRAMS uninstall-vapiDATA
1 by Martin Pitt
Import upstream version 0.13
1130
1131
1132
atasmart.strpool.c: atasmart.c strpool
1133
	$(top_builddir)/strpool $< $@
1.3.1 by Martin Pitt
Import upstream version 0.14
1134
1 by Martin Pitt
Import upstream version 0.13
1135
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1136
# Otherwise a system limit (for SysV at least) may be exceeded.
1137
.NOEXPORT: