Subversion Repositories Vertical

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 mjames 1
# Makefile.in generated by automake 1.15 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
 
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
9
 
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# PARTICULAR PURPOSE.
14
 
15
@SET_MAKE@
16
 
17
VPATH = @srcdir@
18
am__is_gnu_make = { \
19
  if test -z '$(MAKELEVEL)'; then \
20
    false; \
21
  elif test -n '$(MAKE_HOST)'; then \
22
    true; \
23
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24
    true; \
25
  else \
26
    false; \
27
  fi; \
28
}
29
am__make_running_with_option = \
30
  case $${target_option-} in \
31
      ?) ;; \
32
      *) echo "am__make_running_with_option: internal error: invalid" \
33
              "target option '$${target_option-}' specified" >&2; \
34
         exit 1;; \
35
  esac; \
36
  has_opt=no; \
37
  sane_makeflags=$$MAKEFLAGS; \
38
  if $(am__is_gnu_make); then \
39
    sane_makeflags=$$MFLAGS; \
40
  else \
41
    case $$MAKEFLAGS in \
42
      *\\[\ \	]*) \
43
        bs=\\; \
44
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46
    esac; \
47
  fi; \
48
  skip_next=no; \
49
  strip_trailopt () \
50
  { \
51
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52
  }; \
53
  for flg in $$sane_makeflags; do \
54
    test $$skip_next = yes && { skip_next=no; continue; }; \
55
    case $$flg in \
56
      *=*|--*) continue;; \
57
        -*I) strip_trailopt 'I'; skip_next=yes;; \
58
      -*I?*) strip_trailopt 'I';; \
59
        -*O) strip_trailopt 'O'; skip_next=yes;; \
60
      -*O?*) strip_trailopt 'O';; \
61
        -*l) strip_trailopt 'l'; skip_next=yes;; \
62
      -*l?*) strip_trailopt 'l';; \
63
      -[dEDm]) skip_next=yes;; \
64
      -[JT]) skip_next=yes;; \
65
    esac; \
66
    case $$flg in \
67
      *$$target_option*) has_opt=yes; break;; \
68
    esac; \
69
  done; \
70
  test $$has_opt = yes
71
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73
pkgdatadir = $(datadir)/@PACKAGE@
74
pkgincludedir = $(includedir)/@PACKAGE@
75
pkglibdir = $(libdir)/@PACKAGE@
76
pkglibexecdir = $(libexecdir)/@PACKAGE@
77
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78
install_sh_DATA = $(install_sh) -c -m 644
79
install_sh_PROGRAM = $(install_sh) -c
80
install_sh_SCRIPT = $(install_sh) -c
81
INSTALL_HEADER = $(INSTALL_DATA)
82
transform = $(program_transform_name)
83
NORMAL_INSTALL = :
84
PRE_INSTALL = :
85
POST_INSTALL = :
86
NORMAL_UNINSTALL = :
87
PRE_UNINSTALL = :
88
POST_UNINSTALL = :
89
build_triplet = @build@
90
host_triplet = @host@
91
subdir = versionlib
92
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
7 mjames 93
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
2 mjames 94
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95
	$(ACLOCAL_M4)
96
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
97
mkinstalldirs = $(install_sh) -d
98
CONFIG_HEADER = $(top_builddir)/config.h
99
CONFIG_CLEAN_FILES =
100
CONFIG_CLEAN_VPATH_FILES =
101
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
102
am__vpath_adj = case $$p in \
103
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
104
    *) f=$$p;; \
105
  esac;
106
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
107
am__install_max = 40
108
am__nobase_strip_setup = \
109
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
110
am__nobase_strip = \
111
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
112
am__nobase_list = $(am__nobase_strip_setup); \
113
  for p in $$list; do echo "$$p $$p"; done | \
114
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
115
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
116
    if (++n[$$2] == $(am__install_max)) \
117
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
118
    END { for (dir in files) print dir, files[dir] }'
119
am__base_list = \
120
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
121
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
122
am__uninstall_files_from_dir = { \
123
  test -z "$$files" \
124
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
125
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
126
         $(am__cd) "$$dir" && rm -f $$files; }; \
127
  }
128
am__installdirs = "$(DESTDIR)$(libdir)"
129
LTLIBRARIES = $(lib_LTLIBRARIES)
130
libversion_la_LIBADD =
131
am_libversion_la_OBJECTS = libversion_la-version.lo \
132
	libversion_la-versions.lo
133
libversion_la_OBJECTS = $(am_libversion_la_OBJECTS)
134
AM_V_lt = $(am__v_lt_@AM_V@)
135
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
136
am__v_lt_0 = --silent
137
am__v_lt_1 = 
138
libversion_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
139
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libversion_la_CFLAGS) \
140
	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
141
AM_V_P = $(am__v_P_@AM_V@)
142
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
143
am__v_P_0 = false
144
am__v_P_1 = :
145
AM_V_GEN = $(am__v_GEN_@AM_V@)
146
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
147
am__v_GEN_0 = @echo "  GEN     " $@;
148
am__v_GEN_1 = 
149
AM_V_at = $(am__v_at_@AM_V@)
150
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
151
am__v_at_0 = @
152
am__v_at_1 = 
153
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
154
depcomp = $(SHELL) $(top_srcdir)/depcomp
155
am__depfiles_maybe = depfiles
156
am__mv = mv -f
157
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
158
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
159
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
160
	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
161
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
162
	$(AM_CFLAGS) $(CFLAGS)
163
AM_V_CC = $(am__v_CC_@AM_V@)
164
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
165
am__v_CC_0 = @echo "  CC      " $@;
166
am__v_CC_1 = 
167
CCLD = $(CC)
168
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
169
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
170
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
171
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
172
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
173
am__v_CCLD_0 = @echo "  CCLD    " $@;
174
am__v_CCLD_1 = 
175
SOURCES = $(libversion_la_SOURCES)
176
DIST_SOURCES = $(libversion_la_SOURCES)
177
am__can_run_installinfo = \
178
  case $$AM_UPDATE_INFO_DIR in \
179
    n|no|NO) false;; \
180
    *) (install-info --version) >/dev/null 2>&1;; \
181
  esac
182
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
183
# Read a list of newline-separated strings from the standard input,
184
# and print each of them once, without duplicates.  Input order is
185
# *not* preserved.
186
am__uniquify_input = $(AWK) '\
187
  BEGIN { nonempty = 0; } \
188
  { items[$$0] = 1; nonempty = 1; } \
189
  END { if (nonempty) { for (i in items) print i; }; } \
190
'
191
# Make sure the list of sources is unique.  This is necessary because,
192
# e.g., the same source file might be shared among _SOURCES variables
193
# for different programs/libraries.
194
am__define_uniq_tagged_files = \
195
  list='$(am__tagged_files)'; \
196
  unique=`for i in $$list; do \
197
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
198
  done | $(am__uniquify_input)`
199
ETAGS = etags
200
CTAGS = ctags
201
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
202
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
203
ACLOCAL = @ACLOCAL@
204
AMTAR = @AMTAR@
205
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
206
AR = @AR@
207
AUTOCONF = @AUTOCONF@
208
AUTOHEADER = @AUTOHEADER@
209
AUTOMAKE = @AUTOMAKE@
210
AWK = @AWK@
211
CC = @CC@
212
CCDEPMODE = @CCDEPMODE@
213
CFLAGS = @CFLAGS@
214
CPP = @CPP@
215
CPPFLAGS = @CPPFLAGS@
216
CXX = @CXX@
217
CXXCPP = @CXXCPP@
218
CXXDEPMODE = @CXXDEPMODE@
219
CXXFLAGS = @CXXFLAGS@
220
CYGPATH_W = @CYGPATH_W@
221
DEFS = @DEFS@
222
DEPDIR = @DEPDIR@
223
DLLTOOL = @DLLTOOL@
224
DSYMUTIL = @DSYMUTIL@
225
DUMPBIN = @DUMPBIN@
226
ECHO_C = @ECHO_C@
227
ECHO_N = @ECHO_N@
228
ECHO_T = @ECHO_T@
229
EGREP = @EGREP@
230
EXEEXT = @EXEEXT@
231
FGREP = @FGREP@
232
GREP = @GREP@
233
INSTALL = @INSTALL@
234
INSTALL_DATA = @INSTALL_DATA@
235
INSTALL_PROGRAM = @INSTALL_PROGRAM@
236
INSTALL_SCRIPT = @INSTALL_SCRIPT@
237
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
238
LD = @LD@
239
LDFLAGS = @LDFLAGS@
240
LEX = @LEX@
241
LEXLIB = @LEXLIB@
242
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
243
LIBOBJS = @LIBOBJS@
244
LIBS = @LIBS@
245
LIBTOOL = @LIBTOOL@
246
LIPO = @LIPO@
247
LN_S = @LN_S@
248
LTLIBOBJS = @LTLIBOBJS@
249
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
250
MAINT = @MAINT@
251
MAKEINFO = @MAKEINFO@
252
MANIFEST_TOOL = @MANIFEST_TOOL@
253
MKDIR_P = @MKDIR_P@
254
NM = @NM@
255
NMEDIT = @NMEDIT@
256
OBJDUMP = @OBJDUMP@
257
OBJEXT = @OBJEXT@
258
OTOOL = @OTOOL@
259
OTOOL64 = @OTOOL64@
260
PACKAGE = @PACKAGE@
261
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
262
PACKAGE_NAME = @PACKAGE_NAME@
263
PACKAGE_STRING = @PACKAGE_STRING@
264
PACKAGE_TARNAME = @PACKAGE_TARNAME@
265
PACKAGE_URL = @PACKAGE_URL@
266
PACKAGE_VERSION = @PACKAGE_VERSION@
267
PATH_SEPARATOR = @PATH_SEPARATOR@
268
RANLIB = @RANLIB@
269
SED = @SED@
270
SET_MAKE = @SET_MAKE@
271
SHELL = @SHELL@
272
STRIP = @STRIP@
273
VERSION = @VERSION@
274
YACC = @YACC@
275
YFLAGS = @YFLAGS@
276
abs_builddir = @abs_builddir@
277
abs_srcdir = @abs_srcdir@
278
abs_top_builddir = @abs_top_builddir@
279
abs_top_srcdir = @abs_top_srcdir@
280
ac_ct_AR = @ac_ct_AR@
281
ac_ct_CC = @ac_ct_CC@
282
ac_ct_CXX = @ac_ct_CXX@
283
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
284
am__include = @am__include@
285
am__leading_dot = @am__leading_dot@
286
am__quote = @am__quote@
287
am__tar = @am__tar@
288
am__untar = @am__untar@
289
bindir = @bindir@
290
build = @build@
291
build_alias = @build_alias@
292
build_cpu = @build_cpu@
293
build_os = @build_os@
294
build_vendor = @build_vendor@
295
builddir = @builddir@
296
datadir = @datadir@
297
datarootdir = @datarootdir@
298
docdir = @docdir@
299
dvidir = @dvidir@
300
exec_prefix = @exec_prefix@
301
host = @host@
302
host_alias = @host_alias@
303
host_cpu = @host_cpu@
304
host_os = @host_os@
305
host_vendor = @host_vendor@
306
htmldir = @htmldir@
307
includedir = @includedir@
308
infodir = @infodir@
309
install_sh = @install_sh@
310
libdir = @libdir@
311
libexecdir = @libexecdir@
312
localedir = @localedir@
313
localstatedir = @localstatedir@
314
mandir = @mandir@
315
mkdir_p = @mkdir_p@
316
oldincludedir = @oldincludedir@
317
pdfdir = @pdfdir@
318
prefix = @prefix@
319
program_transform_name = @program_transform_name@
320
psdir = @psdir@
321
runstatedir = @runstatedir@
322
sbindir = @sbindir@
323
sharedstatedir = @sharedstatedir@
324
srcdir = @srcdir@
325
sysconfdir = @sysconfdir@
326
target_alias = @target_alias@
327
top_build_prefix = @top_build_prefix@
328
top_builddir = @top_builddir@
329
top_srcdir = @top_srcdir@
330
lib_LTLIBRARIES = libversion.la
331
libversion_la_CFLAGS = $(AM_CFLAGS) -I ../vertlib -I ../vertcl_src -I ../cmdlib -I ../acf_src
332
libversion_la_SOURCES = version.c versions.c
333
all: all-am
334
 
335
.SUFFIXES:
336
.SUFFIXES: .c .lo .o .obj
337
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
338
	@for dep in $?; do \
339
	  case '$(am__configure_deps)' in \
340
	    *$$dep*) \
341
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
342
	        && { if test -f $@; then exit 0; else break; fi; }; \
343
	      exit 1;; \
344
	  esac; \
345
	done; \
346
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu versionlib/Makefile'; \
347
	$(am__cd) $(top_srcdir) && \
348
	  $(AUTOMAKE) --gnu versionlib/Makefile
349
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
350
	@case '$?' in \
351
	  *config.status*) \
352
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
353
	  *) \
354
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
355
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
356
	esac;
357
 
358
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
359
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
360
 
361
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
362
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
363
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
364
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
365
$(am__aclocal_m4_deps):
366
 
367
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
368
	@$(NORMAL_INSTALL)
369
	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
370
	list2=; for p in $$list; do \
371
	  if test -f $$p; then \
372
	    list2="$$list2 $$p"; \
373
	  else :; fi; \
374
	done; \
375
	test -z "$$list2" || { \
376
	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
377
	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
378
	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
379
	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
380
	}
381
 
382
uninstall-libLTLIBRARIES:
383
	@$(NORMAL_UNINSTALL)
384
	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
385
	for p in $$list; do \
386
	  $(am__strip_dir) \
387
	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
388
	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
389
	done
390
 
391
clean-libLTLIBRARIES:
392
	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
393
	@list='$(lib_LTLIBRARIES)'; \
394
	locs=`for p in $$list; do echo $$p; done | \
395
	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
396
	      sort -u`; \
397
	test -z "$$locs" || { \
398
	  echo rm -f $${locs}; \
399
	  rm -f $${locs}; \
400
	}
401
 
402
libversion.la: $(libversion_la_OBJECTS) $(libversion_la_DEPENDENCIES) $(EXTRA_libversion_la_DEPENDENCIES) 
403
	$(AM_V_CCLD)$(libversion_la_LINK) -rpath $(libdir) $(libversion_la_OBJECTS) $(libversion_la_LIBADD) $(LIBS)
404
 
405
mostlyclean-compile:
406
	-rm -f *.$(OBJEXT)
407
 
408
distclean-compile:
409
	-rm -f *.tab.c
410
 
411
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libversion_la-version.Plo@am__quote@
412
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libversion_la-versions.Plo@am__quote@
413
 
414
.c.o:
415
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
416
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
417
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
418
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
419
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
420
 
421
.c.obj:
422
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
423
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
424
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
425
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
426
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
427
 
428
.c.lo:
429
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
430
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
431
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
432
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
433
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
434
 
435
libversion_la-version.lo: version.c
436
@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) $(libversion_la_CFLAGS) $(CFLAGS) -MT libversion_la-version.lo -MD -MP -MF $(DEPDIR)/libversion_la-version.Tpo -c -o libversion_la-version.lo `test -f 'version.c' || echo '$(srcdir)/'`version.c
437
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libversion_la-version.Tpo $(DEPDIR)/libversion_la-version.Plo
438
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='version.c' object='libversion_la-version.lo' libtool=yes @AMDEPBACKSLASH@
439
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
440
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libversion_la_CFLAGS) $(CFLAGS) -c -o libversion_la-version.lo `test -f 'version.c' || echo '$(srcdir)/'`version.c
441
 
442
libversion_la-versions.lo: versions.c
443
@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) $(libversion_la_CFLAGS) $(CFLAGS) -MT libversion_la-versions.lo -MD -MP -MF $(DEPDIR)/libversion_la-versions.Tpo -c -o libversion_la-versions.lo `test -f 'versions.c' || echo '$(srcdir)/'`versions.c
444
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libversion_la-versions.Tpo $(DEPDIR)/libversion_la-versions.Plo
445
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='versions.c' object='libversion_la-versions.lo' libtool=yes @AMDEPBACKSLASH@
446
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
447
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libversion_la_CFLAGS) $(CFLAGS) -c -o libversion_la-versions.lo `test -f 'versions.c' || echo '$(srcdir)/'`versions.c
448
 
449
mostlyclean-libtool:
450
	-rm -f *.lo
451
 
452
clean-libtool:
453
	-rm -rf .libs _libs
454
 
455
ID: $(am__tagged_files)
456
	$(am__define_uniq_tagged_files); mkid -fID $$unique
457
tags: tags-am
458
TAGS: tags
459
 
460
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
461
	set x; \
462
	here=`pwd`; \
463
	$(am__define_uniq_tagged_files); \
464
	shift; \
465
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
466
	  test -n "$$unique" || unique=$$empty_fix; \
467
	  if test $$# -gt 0; then \
468
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
469
	      "$$@" $$unique; \
470
	  else \
471
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
472
	      $$unique; \
473
	  fi; \
474
	fi
475
ctags: ctags-am
476
 
477
CTAGS: ctags
478
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
479
	$(am__define_uniq_tagged_files); \
480
	test -z "$(CTAGS_ARGS)$$unique" \
481
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
482
	     $$unique
483
 
484
GTAGS:
485
	here=`$(am__cd) $(top_builddir) && pwd` \
486
	  && $(am__cd) $(top_srcdir) \
487
	  && gtags -i $(GTAGS_ARGS) "$$here"
488
cscopelist: cscopelist-am
489
 
490
cscopelist-am: $(am__tagged_files)
491
	list='$(am__tagged_files)'; \
492
	case "$(srcdir)" in \
493
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
494
	  *) sdir=$(subdir)/$(srcdir) ;; \
495
	esac; \
496
	for i in $$list; do \
497
	  if test -f "$$i"; then \
498
	    echo "$(subdir)/$$i"; \
499
	  else \
500
	    echo "$$sdir/$$i"; \
501
	  fi; \
502
	done >> $(top_builddir)/cscope.files
503
 
504
distclean-tags:
505
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
506
 
507
distdir: $(DISTFILES)
508
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
509
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
510
	list='$(DISTFILES)'; \
511
	  dist_files=`for file in $$list; do echo $$file; done | \
512
	  sed -e "s|^$$srcdirstrip/||;t" \
513
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
514
	case $$dist_files in \
515
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
516
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
517
			   sort -u` ;; \
518
	esac; \
519
	for file in $$dist_files; do \
520
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
521
	  if test -d $$d/$$file; then \
522
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
523
	    if test -d "$(distdir)/$$file"; then \
524
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
525
	    fi; \
526
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
527
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
528
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
529
	    fi; \
530
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
531
	  else \
532
	    test -f "$(distdir)/$$file" \
533
	    || cp -p $$d/$$file "$(distdir)/$$file" \
534
	    || exit 1; \
535
	  fi; \
536
	done
537
check-am: all-am
538
check: check-am
539
all-am: Makefile $(LTLIBRARIES)
540
installdirs:
541
	for dir in "$(DESTDIR)$(libdir)"; do \
542
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
543
	done
544
install: install-am
545
install-exec: install-exec-am
546
install-data: install-data-am
547
uninstall: uninstall-am
548
 
549
install-am: all-am
550
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
551
 
552
installcheck: installcheck-am
553
install-strip:
554
	if test -z '$(STRIP)'; then \
555
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
556
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
557
	      install; \
558
	else \
559
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
560
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
561
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
562
	fi
563
mostlyclean-generic:
564
 
565
clean-generic:
566
 
567
distclean-generic:
568
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
569
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
570
 
571
maintainer-clean-generic:
572
	@echo "This command is intended for maintainers to use"
573
	@echo "it deletes files that may require special tools to rebuild."
574
clean: clean-am
575
 
576
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
577
	mostlyclean-am
578
 
579
distclean: distclean-am
580
	-rm -rf ./$(DEPDIR)
581
	-rm -f Makefile
582
distclean-am: clean-am distclean-compile distclean-generic \
583
	distclean-tags
584
 
585
dvi: dvi-am
586
 
587
dvi-am:
588
 
589
html: html-am
590
 
591
html-am:
592
 
593
info: info-am
594
 
595
info-am:
596
 
597
install-data-am:
598
 
599
install-dvi: install-dvi-am
600
 
601
install-dvi-am:
602
 
603
install-exec-am: install-libLTLIBRARIES
604
 
605
install-html: install-html-am
606
 
607
install-html-am:
608
 
609
install-info: install-info-am
610
 
611
install-info-am:
612
 
613
install-man:
614
 
615
install-pdf: install-pdf-am
616
 
617
install-pdf-am:
618
 
619
install-ps: install-ps-am
620
 
621
install-ps-am:
622
 
623
installcheck-am:
624
 
625
maintainer-clean: maintainer-clean-am
626
	-rm -rf ./$(DEPDIR)
627
	-rm -f Makefile
628
maintainer-clean-am: distclean-am maintainer-clean-generic
629
 
630
mostlyclean: mostlyclean-am
631
 
632
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
633
	mostlyclean-libtool
634
 
635
pdf: pdf-am
636
 
637
pdf-am:
638
 
639
ps: ps-am
640
 
641
ps-am:
642
 
643
uninstall-am: uninstall-libLTLIBRARIES
644
 
645
.MAKE: install-am install-strip
646
 
647
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
648
	clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
649
	ctags-am distclean distclean-compile distclean-generic \
650
	distclean-libtool distclean-tags distdir dvi dvi-am html \
651
	html-am info info-am install install-am install-data \
652
	install-data-am install-dvi install-dvi-am install-exec \
653
	install-exec-am install-html install-html-am install-info \
654
	install-info-am install-libLTLIBRARIES install-man install-pdf \
655
	install-pdf-am install-ps install-ps-am install-strip \
656
	installcheck installcheck-am installdirs maintainer-clean \
657
	maintainer-clean-generic mostlyclean mostlyclean-compile \
658
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
659
	tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
660
 
661
.PRECIOUS: Makefile
662
 
663
 
664
# Tell versions [3.59,3.63) of GNU make to not export all variables.
665
# Otherwise a system limit (for SysV at least) may be exceeded.
666
.NOEXPORT: