~ubuntu-branches/ubuntu/utopic/adios/utopic

« back to all changes in this revision

Viewing changes to examples/C/flexpath_arrays/global_range_select/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry
  • Date: 2013-12-09 15:21:31 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20131209152131-jtd4fpmdv3xnunnm
Tags: 1.5.0-1
* New upstream.
* Standards-Version: 3.9.5
* Include latest config.{sub,guess} 
* New watch file.
* Create libadios-bin for binaries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
 
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@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
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 = :
 
35
build_triplet = @build@
 
36
host_triplet = @host@
 
37
noinst_PROGRAMS = arrays_write$(EXEEXT) arrays_read$(EXEEXT)
 
38
subdir = examples/C/flexpath_arrays/global_range_select
 
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
41
am__aclocal_m4_deps = $(top_srcdir)/config/ac_cray_pmi.m4 \
 
42
        $(top_srcdir)/config/ac_cray_ugni.m4 \
 
43
        $(top_srcdir)/config/ac_dataspaces.m4 \
 
44
        $(top_srcdir)/config/ac_datatap.m4 \
 
45
        $(top_srcdir)/config/ac_dcmf.m4 \
 
46
        $(top_srcdir)/config/ac_dimes.m4 \
 
47
        $(top_srcdir)/config/ac_dmalloc.m4 \
 
48
        $(top_srcdir)/config/ac_flexpath.m4 \
 
49
        $(top_srcdir)/config/ac_hdf5.m4 \
 
50
        $(top_srcdir)/config/ac_infiniband.m4 \
 
51
        $(top_srcdir)/config/ac_lustre.m4 \
 
52
        $(top_srcdir)/config/ac_mxml.m4 \
 
53
        $(top_srcdir)/config/ac_nc4par.m4 \
 
54
        $(top_srcdir)/config/ac_netcdf.m4 \
 
55
        $(top_srcdir)/config/ac_nssi.m4 \
 
56
        $(top_srcdir)/config/ac_pablo.m4 \
 
57
        $(top_srcdir)/config/ac_phdf5.m4 \
 
58
        $(top_srcdir)/config/ac_portals.m4 \
 
59
        $(top_srcdir)/config/acx_mpi.m4 \
 
60
        $(top_srcdir)/config/acx_pthread.m4 \
 
61
        $(top_srcdir)/config/cercs.m4 $(top_srcdir)/configure.ac
 
62
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
63
        $(ACLOCAL_M4)
 
64
mkinstalldirs = $(install_sh) -d
 
65
CONFIG_HEADER = $(top_builddir)/config.h
 
66
CONFIG_CLEAN_FILES =
 
67
CONFIG_CLEAN_VPATH_FILES =
 
68
PROGRAMS = $(noinst_PROGRAMS)
 
69
am_arrays_read_OBJECTS = arrays_read.$(OBJEXT)
 
70
arrays_read_OBJECTS = $(am_arrays_read_OBJECTS)
 
71
am__DEPENDENCIES_1 =
 
72
arrays_read_DEPENDENCIES = $(top_builddir)/src/libadios.a \
 
73
        $(am__DEPENDENCIES_1)
 
74
arrays_read_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
75
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
76
        $(arrays_read_LDFLAGS) $(LDFLAGS) -o $@
 
77
am_arrays_write_OBJECTS = arrays_write.$(OBJEXT)
 
78
arrays_write_OBJECTS = $(am_arrays_write_OBJECTS)
 
79
arrays_write_DEPENDENCIES = $(top_builddir)/src/libadios.a \
 
80
        $(am__DEPENDENCIES_1)
 
81
arrays_write_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
82
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
83
        $(arrays_write_LDFLAGS) $(LDFLAGS) -o $@
 
84
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
85
depcomp =
 
86
am__depfiles_maybe =
 
87
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
88
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
89
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
90
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
91
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
92
CCLD = $(CC)
 
93
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
94
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
95
        $(LDFLAGS) -o $@
 
96
SOURCES = $(arrays_read_SOURCES) $(arrays_write_SOURCES)
 
97
DIST_SOURCES = $(arrays_read_SOURCES) $(arrays_write_SOURCES)
 
98
ETAGS = etags
 
99
CTAGS = ctags
 
100
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
101
ACLOCAL = @ACLOCAL@
 
102
ADIOSLIB_CFLAGS = @ADIOSLIB_CFLAGS@
 
103
ADIOSLIB_CPPFLAGS = @ADIOSLIB_CPPFLAGS@
 
104
ADIOSLIB_EXTRA_CPPFLAGS = @ADIOSLIB_EXTRA_CPPFLAGS@
 
105
ADIOSLIB_INT_CFLAGS = @ADIOSLIB_INT_CFLAGS@
 
106
ADIOSLIB_INT_CPPFLAGS = @ADIOSLIB_INT_CPPFLAGS@
 
107
ADIOSLIB_INT_LDADD = @ADIOSLIB_INT_LDADD@
 
108
ADIOSLIB_INT_LDFLAGS = @ADIOSLIB_INT_LDFLAGS@
 
109
ADIOSLIB_LDADD = @ADIOSLIB_LDADD@
 
110
ADIOSLIB_LDFLAGS = @ADIOSLIB_LDFLAGS@
 
111
ADIOSLIB_SEQ_CFLAGS = @ADIOSLIB_SEQ_CFLAGS@
 
112
ADIOSLIB_SEQ_CPPFLAGS = @ADIOSLIB_SEQ_CPPFLAGS@
 
113
ADIOSLIB_SEQ_LDADD = @ADIOSLIB_SEQ_LDADD@
 
114
ADIOSLIB_SEQ_LDFLAGS = @ADIOSLIB_SEQ_LDFLAGS@
 
115
ADIOSREADLIB_CFLAGS = @ADIOSREADLIB_CFLAGS@
 
116
ADIOSREADLIB_CPPFLAGS = @ADIOSREADLIB_CPPFLAGS@
 
117
ADIOSREADLIB_LDADD = @ADIOSREADLIB_LDADD@
 
118
ADIOSREADLIB_LDFLAGS = @ADIOSREADLIB_LDFLAGS@
 
119
ADIOSREADLIB_SEQ_CFLAGS = @ADIOSREADLIB_SEQ_CFLAGS@
 
120
ADIOSREADLIB_SEQ_CPPFLAGS = @ADIOSREADLIB_SEQ_CPPFLAGS@
 
121
ADIOSREADLIB_SEQ_LDADD = @ADIOSREADLIB_SEQ_LDADD@
 
122
ADIOSREADLIB_SEQ_LDFLAGS = @ADIOSREADLIB_SEQ_LDFLAGS@
 
123
AMTAR = @AMTAR@
 
124
AR = @AR@
 
125
AUTOCONF = @AUTOCONF@
 
126
AUTOHEADER = @AUTOHEADER@
 
127
AUTOMAKE = @AUTOMAKE@
 
128
AWK = @AWK@
 
129
CC = $(MPICC)
 
130
CCDEPMODE = @CCDEPMODE@
 
131
CFLAGS = @CFLAGS@
 
132
CPP = @CPP@
 
133
CPPFLAGS = @CPPFLAGS@
 
134
CRAY_PMI_CPPFLAGS = @CRAY_PMI_CPPFLAGS@
 
135
CRAY_PMI_LDFLAGS = @CRAY_PMI_LDFLAGS@
 
136
CRAY_PMI_LIBS = @CRAY_PMI_LIBS@
 
137
CRAY_UGNI_CPPFLAGS = @CRAY_UGNI_CPPFLAGS@
 
138
CRAY_UGNI_LDFLAGS = @CRAY_UGNI_LDFLAGS@
 
139
CRAY_UGNI_LIBS = @CRAY_UGNI_LIBS@
 
140
CSH = @CSH@
 
141
CXX = @CXX@
 
142
CXXCPP = @CXXCPP@
 
143
CXXDEPMODE = @CXXDEPMODE@
 
144
CXXFLAGS = @CXXFLAGS@
 
145
CYGPATH_W = @CYGPATH_W@
 
146
DATASPACES_CPPFLAGS = @DATASPACES_CPPFLAGS@
 
147
DATASPACES_LDFLAGS = @DATASPACES_LDFLAGS@
 
148
DATASPACES_LIBS = @DATASPACES_LIBS@
 
149
DCMF_CFLAGS = @DCMF_CFLAGS@
 
150
DCMF_CPPFLAGS = @DCMF_CPPFLAGS@
 
151
DCMF_LDFLAGS = @DCMF_LDFLAGS@
 
152
DCMF_LIBS = @DCMF_LIBS@
 
153
DEFS = @DEFS@
 
154
DEPDIR = @DEPDIR@
 
155
DIMES_CPPFLAGS = @DIMES_CPPFLAGS@
 
156
DIMES_LDFLAGS = @DIMES_LDFLAGS@
 
157
DIMES_LIBS = @DIMES_LIBS@
 
158
DMALLOC_CPPFLAGS = @DMALLOC_CPPFLAGS@
 
159
DMALLOC_LDFLAGS = @DMALLOC_LDFLAGS@
 
160
DMALLOC_LIBS = @DMALLOC_LIBS@
 
161
DSYMUTIL = @DSYMUTIL@
 
162
DT_CPPFLAGS = @DT_CPPFLAGS@
 
163
DT_LDFLAGS = @DT_LDFLAGS@
 
164
DT_LIBS = @DT_LIBS@
 
165
DUMPBIN = @DUMPBIN@
 
166
ECHO_C = @ECHO_C@
 
167
ECHO_N = @ECHO_N@
 
168
ECHO_T = @ECHO_T@
 
169
EGREP = @EGREP@
 
170
EXEEXT = @EXEEXT@
 
171
FC = @FC@
 
172
FCFLAGS = @FCFLAGS@
 
173
FCLIBS = @FCLIBS@
 
174
FGREP = @FGREP@
 
175
FP_CPPFLAGS = @FP_CPPFLAGS@
 
176
FP_LDFLAGS = @FP_LDFLAGS@
 
177
FP_LIBS = @FP_LIBS@
 
178
GREP = @GREP@
 
179
HDF5_CPPFLAGS = @HDF5_CPPFLAGS@
 
180
HDF5_LDFLAGS = @HDF5_LDFLAGS@
 
181
HDF5_LIBS = @HDF5_LIBS@
 
182
INFINIBAND_CFLAGS = @INFINIBAND_CFLAGS@
 
183
INFINIBAND_CPPFLAGS = @INFINIBAND_CPPFLAGS@
 
184
INFINIBAND_LDFLAGS = @INFINIBAND_LDFLAGS@
 
185
INFINIBAND_LIBS = @INFINIBAND_LIBS@
 
186
INSTALL = @INSTALL@
 
187
INSTALL_DATA = @INSTALL_DATA@
 
188
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
189
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
190
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
191
LD = @LD@
 
192
LDFLAGS = @LDFLAGS@
 
193
LIBOBJS = @LIBOBJS@
 
194
LIBS = @LIBS@
 
195
LIBTOOL = @LIBTOOL@
 
196
LIPO = @LIPO@
 
197
LN_S = @LN_S@
 
198
LTLIBOBJS = @LTLIBOBJS@
 
199
LUSTRE_CPPFLAGS = @LUSTRE_CPPFLAGS@
 
200
LUSTRE_LDFLAGS = @LUSTRE_LDFLAGS@
 
201
LUSTRE_LIBS = @LUSTRE_LIBS@
 
202
MACRODEFFLAG = @MACRODEFFLAG@
 
203
MAINT = @MAINT@
 
204
MAKEINFO = @MAKEINFO@
 
205
MKDIR_P = @MKDIR_P@
 
206
MPICC = @MPICC@
 
207
MPICXX = @MPICXX@
 
208
MPIFC = @MPIFC@
 
209
MPILIBS = @MPILIBS@
 
210
MXML_CPPFLAGS = @MXML_CPPFLAGS@
 
211
MXML_LDFLAGS = @MXML_LDFLAGS@
 
212
MXML_LIBS = @MXML_LIBS@
 
213
NC4PAR_CPPFLAGS = @NC4PAR_CPPFLAGS@
 
214
NC4PAR_LDFLAGS = @NC4PAR_LDFLAGS@
 
215
NC4PAR_LIBS = @NC4PAR_LIBS@
 
216
NETCDF_CPPFLAGS = @NETCDF_CPPFLAGS@
 
217
NETCDF_LDFLAGS = @NETCDF_LDFLAGS@
 
218
NETCDF_LIBS = @NETCDF_LIBS@
 
219
NM = @NM@
 
220
NMEDIT = @NMEDIT@
 
221
NSSI_BUILDDIR = @NSSI_BUILDDIR@
 
222
NSSI_CFLAGS = @NSSI_CFLAGS@
 
223
NSSI_CPPFLAGS = @NSSI_CPPFLAGS@
 
224
NSSI_LDFLAGS = @NSSI_LDFLAGS@
 
225
NSSI_LIBS = @NSSI_LIBS@
 
226
NSSI_SERVER_LIBS = @NSSI_SERVER_LIBS@
 
227
NSSI_SRCDIR = @NSSI_SRCDIR@
 
228
OBJDUMP = @OBJDUMP@
 
229
OBJEXT = @OBJEXT@
 
230
OTOOL = @OTOOL@
 
231
OTOOL64 = @OTOOL64@
 
232
PABLO_CPPFLAGS = @PABLO_CPPFLAGS@
 
233
PABLO_LDFLAGS = @PABLO_LDFLAGS@
 
234
PABLO_LIBS = @PABLO_LIBS@
 
235
PACKAGE = @PACKAGE@
 
236
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
237
PACKAGE_NAME = @PACKAGE_NAME@
 
238
PACKAGE_STRING = @PACKAGE_STRING@
 
239
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
240
PACKAGE_VERSION = @PACKAGE_VERSION@
 
241
PATHPROG = @PATHPROG@
 
242
PATH_SEPARATOR = @PATH_SEPARATOR@
 
243
PHDF5_CPPFLAGS = @PHDF5_CPPFLAGS@
 
244
PHDF5_LDFLAGS = @PHDF5_LDFLAGS@
 
245
PHDF5_LIBS = @PHDF5_LIBS@
 
246
PORTALS_CFLAGS = @PORTALS_CFLAGS@
 
247
PORTALS_CPPFLAGS = @PORTALS_CPPFLAGS@
 
248
PORTALS_HEADER = @PORTALS_HEADER@
 
249
PORTALS_LDFLAGS = @PORTALS_LDFLAGS@
 
250
PORTALS_LIBS = @PORTALS_LIBS@
 
251
PORTALS_NAL_HEADER = @PORTALS_NAL_HEADER@
 
252
PORTALS_RT_HEADER = @PORTALS_RT_HEADER@
 
253
PTHREAD_CC = @PTHREAD_CC@
 
254
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
 
255
PTHREAD_LIBS = @PTHREAD_LIBS@
 
256
RANLIB = @RANLIB@
 
257
SED = @SED@
 
258
SET_MAKE = @SET_MAKE@
 
259
SHELL = @SHELL@
 
260
SKEL_HAVE_ADIOS_TIMING = @SKEL_HAVE_ADIOS_TIMING@
 
261
SKEL_TIMING = @SKEL_TIMING@
 
262
STRIP = @STRIP@
 
263
VERSION = @VERSION@
 
264
abs_builddir = @abs_builddir@
 
265
abs_srcdir = @abs_srcdir@
 
266
abs_top_builddir = @abs_top_builddir@
 
267
abs_top_srcdir = @abs_top_srcdir@
 
268
ac_ct_CC = @ac_ct_CC@
 
269
ac_ct_CXX = @ac_ct_CXX@
 
270
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
271
ac_ct_FC = @ac_ct_FC@
 
272
am__include = @am__include@
 
273
am__leading_dot = @am__leading_dot@
 
274
am__quote = @am__quote@
 
275
am__tar = @am__tar@
 
276
am__untar = @am__untar@
 
277
bindir = @bindir@
 
278
build = @build@
 
279
build_alias = @build_alias@
 
280
build_cpu = @build_cpu@
 
281
build_os = @build_os@
 
282
build_vendor = @build_vendor@
 
283
builddir = @builddir@
 
284
datadir = @datadir@
 
285
datarootdir = @datarootdir@
 
286
docdir = @docdir@
 
287
dvidir = @dvidir@
 
288
exec_prefix = @exec_prefix@
 
289
host = @host@
 
290
host_alias = @host_alias@
 
291
host_cpu = @host_cpu@
 
292
host_os = @host_os@
 
293
host_vendor = @host_vendor@
 
294
htmldir = @htmldir@
 
295
includedir = @includedir@
 
296
infodir = @infodir@
 
297
install_sh = @install_sh@
 
298
libdir = @libdir@
 
299
libexecdir = @libexecdir@
 
300
localedir = @localedir@
 
301
localstatedir = @localstatedir@
 
302
lt_ECHO = @lt_ECHO@
 
303
mandir = @mandir@
 
304
mkdir_p = @mkdir_p@
 
305
oldincludedir = @oldincludedir@
 
306
pdfdir = @pdfdir@
 
307
prefix = @prefix@
 
308
program_transform_name = @program_transform_name@
 
309
psdir = @psdir@
 
310
sbindir = @sbindir@
 
311
sharedstatedir = @sharedstatedir@
 
312
srcdir = @srcdir@
 
313
sysconfdir = @sysconfdir@
 
314
target_alias = @target_alias@
 
315
top_build_prefix = @top_build_prefix@
 
316
top_builddir = @top_builddir@
 
317
top_srcdir = @top_srcdir@
 
318
INCLUDES = $(all_includes) -I$(top_builddir)/src \
 
319
        -I$(top_builddir)/src/public
 
320
AUTOMAKE_OPTIONS = no-dependencies
 
321
arrays_write_SOURCES = arrays_write.c
 
322
arrays_write_LDADD = $(top_builddir)/src/libadios.a $(ADIOSLIB_LDADD)
 
323
arrays_write_LDFLAGS = $(ADIOSLIB_LDFLAGS)
 
324
arrays_read_SOURCES = arrays_read.c
 
325
arrays_read_LDADD = $(top_builddir)/src/libadios.a $(ADIOSLIB_LDADD)
 
326
arrays_read_LDFLAGS = $(ADIOSLIB_LDFLAGS)
 
327
CLEANFILES = *.bp
 
328
EXTRA_DIST = arrays.xml 
 
329
all: all-am
 
330
 
 
331
.SUFFIXES:
 
332
.SUFFIXES: .c .lo .o .obj
 
333
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
334
        @for dep in $?; do \
 
335
          case '$(am__configure_deps)' in \
 
336
            *$$dep*) \
 
337
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
338
                && { if test -f $@; then exit 0; else break; fi; }; \
 
339
              exit 1;; \
 
340
          esac; \
 
341
        done; \
 
342
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/C/flexpath_arrays/global_range_select/Makefile'; \
 
343
        $(am__cd) $(top_srcdir) && \
 
344
          $(AUTOMAKE) --gnu examples/C/flexpath_arrays/global_range_select/Makefile
 
345
.PRECIOUS: Makefile
 
346
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
347
        @case '$?' in \
 
348
          *config.status*) \
 
349
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
350
          *) \
 
351
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
352
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
353
        esac;
 
354
 
 
355
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
356
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
357
 
 
358
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
359
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
360
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
361
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
362
$(am__aclocal_m4_deps):
 
363
 
 
364
clean-noinstPROGRAMS:
 
365
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
 
366
        echo " rm -f" $$list; \
 
367
        rm -f $$list || exit $$?; \
 
368
        test -n "$(EXEEXT)" || exit 0; \
 
369
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
370
        echo " rm -f" $$list; \
 
371
        rm -f $$list
 
372
arrays_read$(EXEEXT): $(arrays_read_OBJECTS) $(arrays_read_DEPENDENCIES) 
 
373
        @rm -f arrays_read$(EXEEXT)
 
374
        $(arrays_read_LINK) $(arrays_read_OBJECTS) $(arrays_read_LDADD) $(LIBS)
 
375
arrays_write$(EXEEXT): $(arrays_write_OBJECTS) $(arrays_write_DEPENDENCIES) 
 
376
        @rm -f arrays_write$(EXEEXT)
 
377
        $(arrays_write_LINK) $(arrays_write_OBJECTS) $(arrays_write_LDADD) $(LIBS)
 
378
 
 
379
mostlyclean-compile:
 
380
        -rm -f *.$(OBJEXT)
 
381
 
 
382
distclean-compile:
 
383
        -rm -f *.tab.c
 
384
 
 
385
.c.o:
 
386
        $(COMPILE) -c $<
 
387
 
 
388
.c.obj:
 
389
        $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
390
 
 
391
.c.lo:
 
392
        $(LTCOMPILE) -c -o $@ $<
 
393
 
 
394
mostlyclean-libtool:
 
395
        -rm -f *.lo
 
396
 
 
397
clean-libtool:
 
398
        -rm -rf .libs _libs
 
399
 
 
400
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
401
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
402
        unique=`for i in $$list; do \
 
403
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
404
          done | \
 
405
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
406
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
407
        mkid -fID $$unique
 
408
tags: TAGS
 
409
 
 
410
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
411
                $(TAGS_FILES) $(LISP)
 
412
        set x; \
 
413
        here=`pwd`; \
 
414
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
415
        unique=`for i in $$list; do \
 
416
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
417
          done | \
 
418
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
419
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
420
        shift; \
 
421
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
422
          test -n "$$unique" || unique=$$empty_fix; \
 
423
          if test $$# -gt 0; then \
 
424
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
425
              "$$@" $$unique; \
 
426
          else \
 
427
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
428
              $$unique; \
 
429
          fi; \
 
430
        fi
 
431
ctags: CTAGS
 
432
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
433
                $(TAGS_FILES) $(LISP)
 
434
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
435
        unique=`for i in $$list; do \
 
436
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
437
          done | \
 
438
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
439
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
440
        test -z "$(CTAGS_ARGS)$$unique" \
 
441
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
442
             $$unique
 
443
 
 
444
GTAGS:
 
445
        here=`$(am__cd) $(top_builddir) && pwd` \
 
446
          && $(am__cd) $(top_srcdir) \
 
447
          && gtags -i $(GTAGS_ARGS) "$$here"
 
448
 
 
449
distclean-tags:
 
450
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
451
 
 
452
distdir: $(DISTFILES)
 
453
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
454
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
455
        list='$(DISTFILES)'; \
 
456
          dist_files=`for file in $$list; do echo $$file; done | \
 
457
          sed -e "s|^$$srcdirstrip/||;t" \
 
458
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
459
        case $$dist_files in \
 
460
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
461
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
462
                           sort -u` ;; \
 
463
        esac; \
 
464
        for file in $$dist_files; do \
 
465
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
466
          if test -d $$d/$$file; then \
 
467
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
468
            if test -d "$(distdir)/$$file"; then \
 
469
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
470
            fi; \
 
471
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
472
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
473
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
474
            fi; \
 
475
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
476
          else \
 
477
            test -f "$(distdir)/$$file" \
 
478
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
479
            || exit 1; \
 
480
          fi; \
 
481
        done
 
482
check-am: all-am
 
483
check: check-am
 
484
all-am: Makefile $(PROGRAMS)
 
485
installdirs:
 
486
install: install-am
 
487
install-exec: install-exec-am
 
488
install-data: install-data-am
 
489
uninstall: uninstall-am
 
490
 
 
491
install-am: all-am
 
492
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
493
 
 
494
installcheck: installcheck-am
 
495
install-strip:
 
496
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
497
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
498
          `test -z '$(STRIP)' || \
 
499
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
500
mostlyclean-generic:
 
501
 
 
502
clean-generic:
 
503
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
504
 
 
505
distclean-generic:
 
506
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
507
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
508
 
 
509
maintainer-clean-generic:
 
510
        @echo "This command is intended for maintainers to use"
 
511
        @echo "it deletes files that may require special tools to rebuild."
 
512
clean: clean-am
 
513
 
 
514
clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
 
515
        mostlyclean-am
 
516
 
 
517
distclean: distclean-am
 
518
        -rm -f Makefile
 
519
distclean-am: clean-am distclean-compile distclean-generic \
 
520
        distclean-tags
 
521
 
 
522
dvi: dvi-am
 
523
 
 
524
dvi-am:
 
525
 
 
526
html: html-am
 
527
 
 
528
html-am:
 
529
 
 
530
info: info-am
 
531
 
 
532
info-am:
 
533
 
 
534
install-data-am:
 
535
 
 
536
install-dvi: install-dvi-am
 
537
 
 
538
install-dvi-am:
 
539
 
 
540
install-exec-am:
 
541
 
 
542
install-html: install-html-am
 
543
 
 
544
install-html-am:
 
545
 
 
546
install-info: install-info-am
 
547
 
 
548
install-info-am:
 
549
 
 
550
install-man:
 
551
 
 
552
install-pdf: install-pdf-am
 
553
 
 
554
install-pdf-am:
 
555
 
 
556
install-ps: install-ps-am
 
557
 
 
558
install-ps-am:
 
559
 
 
560
installcheck-am:
 
561
 
 
562
maintainer-clean: maintainer-clean-am
 
563
        -rm -f Makefile
 
564
maintainer-clean-am: distclean-am maintainer-clean-generic
 
565
 
 
566
mostlyclean: mostlyclean-am
 
567
 
 
568
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
569
        mostlyclean-libtool
 
570
 
 
571
pdf: pdf-am
 
572
 
 
573
pdf-am:
 
574
 
 
575
ps: ps-am
 
576
 
 
577
ps-am:
 
578
 
 
579
uninstall-am:
 
580
 
 
581
.MAKE: install-am install-strip
 
582
 
 
583
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
584
        clean-libtool clean-noinstPROGRAMS ctags distclean \
 
585
        distclean-compile distclean-generic distclean-libtool \
 
586
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
587
        install install-am install-data install-data-am install-dvi \
 
588
        install-dvi-am install-exec install-exec-am install-html \
 
589
        install-html-am install-info install-info-am install-man \
 
590
        install-pdf install-pdf-am install-ps install-ps-am \
 
591
        install-strip installcheck installcheck-am installdirs \
 
592
        maintainer-clean maintainer-clean-generic mostlyclean \
 
593
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
594
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
595
 
 
596
 
 
597
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
598
# Otherwise a system limit (for SysV at least) may be exceeded.
 
599
.NOEXPORT: