~ubuntu-branches/ubuntu/trusty/silo-llnl/trusty

« back to all changes in this revision

Viewing changes to SiloWindows/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Alastair McKinstry
  • Date: 2011-01-02 00:03:01 UTC
  • Revision ID: james.westby@ubuntu.com-20110102000301-9s2hfsjrkguz6h4r
Tags: upstream-4.8
ImportĀ upstreamĀ versionĀ 4.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
 
2
# SiloWindows/Makefile.  Generated from Makefile.in by configure.
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
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
 
 
16
 
 
17
# Copyright (c) 1994 - 2010, Lawrence Livermore National Security, LLC.
 
18
# LLNL-CODE-425250.
 
19
# All rights reserved.
 
20
 
21
# This file is part of Silo. For details, see silo.llnl.gov.
 
22
 
23
# Redistribution and use in source and binary forms, with or without
 
24
# modification, are permitted provided that the following conditions
 
25
# are met:
 
26
 
27
#    * Redistributions of source code must retain the above copyright
 
28
#      notice, this list of conditions and the disclaimer below.
 
29
#    * Redistributions in binary form must reproduce the above copyright
 
30
#      notice, this list of conditions and the disclaimer (as noted
 
31
#      below) in the documentation and/or other materials provided with
 
32
#      the distribution.
 
33
#    * Neither the name of the LLNS/LLNL nor the names of its
 
34
#      contributors may be used to endorse or promote products derived
 
35
#      from this software without specific prior written permission.
 
36
 
37
# THIS SOFTWARE  IS PROVIDED BY  THE COPYRIGHT HOLDERS  AND CONTRIBUTORS
 
38
# "AS  IS" AND  ANY EXPRESS  OR IMPLIED  WARRANTIES, INCLUDING,  BUT NOT
 
39
# LIMITED TO, THE IMPLIED  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 
40
# A  PARTICULAR  PURPOSE ARE  DISCLAIMED.  IN  NO  EVENT SHALL  LAWRENCE
 
41
# LIVERMORE  NATIONAL SECURITY, LLC,  THE U.S.  DEPARTMENT OF  ENERGY OR
 
42
# CONTRIBUTORS BE LIABLE FOR  ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 
43
# EXEMPLARY, OR  CONSEQUENTIAL DAMAGES  (INCLUDING, BUT NOT  LIMITED TO,
 
44
# PROCUREMENT OF  SUBSTITUTE GOODS  OR SERVICES; LOSS  OF USE,  DATA, OR
 
45
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 
46
# LIABILITY, WHETHER  IN CONTRACT, STRICT LIABILITY,  OR TORT (INCLUDING
 
47
# NEGLIGENCE OR  OTHERWISE) ARISING IN  ANY WAY OUT  OF THE USE  OF THIS
 
48
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
49
 
50
# This work was produced at Lawrence Livermore National Laboratory under
 
51
# Contract No.  DE-AC52-07NA27344 with the DOE.
 
52
 
53
# Neither the  United States Government nor  Lawrence Livermore National
 
54
# Security, LLC nor any of  their employees, makes any warranty, express
 
55
# or  implied,  or  assumes  any  liability or  responsibility  for  the
 
56
# accuracy, completeness,  or usefulness of  any information, apparatus,
 
57
# product, or  process disclosed, or  represents that its use  would not
 
58
# infringe privately-owned rights.
 
59
 
60
# Any reference herein to  any specific commercial products, process, or
 
61
# services by trade name,  trademark, manufacturer or otherwise does not
 
62
# necessarily  constitute or imply  its endorsement,  recommendation, or
 
63
# favoring  by  the  United  States  Government  or  Lawrence  Livermore
 
64
# National Security,  LLC. The views  and opinions of  authors expressed
 
65
# herein do not necessarily state  or reflect those of the United States
 
66
# Government or Lawrence Livermore National Security, LLC, and shall not
 
67
#
 
68
# Makefile.am --- automake input file for SiloWindows directory
 
69
#
 
70
#
 
71
# Modifications:
 
72
#   Mark C. Miller, Tue Aug  3 17:24:43 PDT 2010
 
73
#   Ensure a number of silo project files were included.
 
74
 
 
75
pkgdatadir = $(datadir)/silo
 
76
pkglibdir = $(libdir)/silo
 
77
pkgincludedir = $(includedir)/silo
 
78
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
79
install_sh_DATA = $(install_sh) -c -m 644
 
80
install_sh_PROGRAM = $(install_sh) -c
 
81
install_sh_SCRIPT = $(install_sh) -c
 
82
INSTALL_HEADER = $(INSTALL_DATA)
 
83
transform = $(program_transform_name)
 
84
NORMAL_INSTALL = :
 
85
PRE_INSTALL = :
 
86
POST_INSTALL = :
 
87
NORMAL_UNINSTALL = :
 
88
PRE_UNINSTALL = :
 
89
POST_UNINSTALL = :
 
90
build_triplet = i686-pc-linux-gnu
 
91
host_triplet = i686-pc-linux-gnu
 
92
subdir = SiloWindows
 
93
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
94
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
95
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
96
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
97
        $(ACLOCAL_M4)
 
98
mkinstalldirs = $(install_sh) -d
 
99
CONFIG_HEADER = $(top_builddir)/config.h
 
100
CONFIG_CLEAN_FILES =
 
101
SOURCES =
 
102
DIST_SOURCES =
 
103
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
104
ACLOCAL = ${SHELL} /groups/visit/miller/silo/trunk/config/missing --run aclocal-1.10
 
105
AMTAR = ${SHELL} /groups/visit/miller/silo/trunk/config/missing --run tar
 
106
AR = ar
 
107
AUTOCONF = ${SHELL} /groups/visit/miller/silo/trunk/config/missing --run autoconf
 
108
AUTOHEADER = ${SHELL} /groups/visit/miller/silo/trunk/config/missing --run autoheader
 
109
AUTOMAKE = ${SHELL} /groups/visit/miller/silo/trunk/config/missing --run automake-1.10
 
110
AWK = gawk
 
111
BROWSER = browser
 
112
BUNDLE_TARGET = 
 
113
CC = gcc
 
114
CCDEPMODE = depmode=gcc3
 
115
CC_FULLPATH = /usr/bin/gcc
 
116
CFLAGS = -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wdeclaration-after-statement
 
117
CONFIG_CMD = ./configure 'LDFLAGS=-static' 'CFLAGS=-g' 'CXXFLAGS=-g' 'FC=g77' 'F77=g77' '--with-hdf5=/usr/gapps/silo/hdf5/1.8.4/i686_Linux_ELsmp/include,/usr/gapps/silo/hdf5/1.8.4/i686_Linux_ELsmp/lib' '--with-szlib=/usr/gapps/silo/szip/2.1/i686_Linux_ELsmp' '--disable-shared' '--prefix=/groups/visit/miller/silo/trunk/install'
 
118
CONFIG_DATE = Wed Sep 15 07:49:24 PDT 2010
 
119
CONFIG_USER = miller86@alderaan.llnl.gov
 
120
CPP = gcc -E
 
121
CPPFLAGS = -I/usr/gapps/silo/hdf5/1.8.4/i686_Linux_ELsmp/include 
 
122
CXX = g++
 
123
CXXCPP = g++ -E
 
124
CXXDEPMODE = depmode=gcc3
 
125
CXXFLAGS = -g
 
126
CXX_FULLPATH = /usr/bin/g++
 
127
CYGPATH_W = echo
 
128
DEFS = -DHAVE_CONFIG_H
 
129
DEPDIR = .deps
 
130
ECHO = echo
 
131
ECHO_C = 
 
132
ECHO_N = -n
 
133
ECHO_T = 
 
134
EGREP = /bin/grep -E
 
135
EXEEXT = 
 
136
F77 = g77
 
137
FC = g77
 
138
FCFLAGS = -g -O2
 
139
FCLIBS =  -L/usr/lib/gcc-lib/i386-redhat-linux/3.2.3 -L/usr/lib/gcc-lib/i386-redhat-linux/3.2.3/../../.. -lfrtbegin -lg2c -lm
 
140
FC_FULLPATH = /usr/bin/g77
 
141
FFLAGS = -g -O2
 
142
FORTRAN = fortran
 
143
FPZIP = fpzip
 
144
GREP = /bin/grep
 
145
HDF5_DRV = hdf5_drv
 
146
HZIP = hzip
 
147
INSTALL = /usr/bin/install -c
 
148
INSTALL_DATA = ${INSTALL} -m 644
 
149
INSTALL_PROGRAM = ${INSTALL}
 
150
INSTALL_SCRIPT = ${INSTALL}
 
151
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
 
152
LDFLAGS = -L/usr/gapps/silo/hdf5/1.8.4/i686_Linux_ELsmp/lib -L/usr/gapps/silo/szip/2.1/i686_Linux_ELsmp/lib -static -L/usr/gapps/silo/szip/2.1/i686_Linux_ELsmp/lib
 
153
LIBOBJS = 
 
154
LIBS = -lhdf5 -lsz -lsz -lz  -lm -lsz
 
155
LIBTOOL = $(SHELL) $(top_builddir)/libtool
 
156
LN_S = ln -s
 
157
LTLIBOBJS = 
 
158
MAINT = #
 
159
MAKEINFO = ${SHELL} /groups/visit/miller/silo/trunk/config/missing --run makeinfo
 
160
MKDIR_P = /bin/mkdir -p
 
161
NETCDF = netcdf
 
162
OBJEXT = o
 
163
PACKAGE = silo
 
164
PACKAGE_BUGREPORT = visit-users@email.ornl.gov
 
165
PACKAGE_NAME = silo
 
166
PACKAGE_STRING = silo 4.8
 
167
PACKAGE_TARNAME = silo
 
168
PACKAGE_VERSION = 4.8
 
169
PATH_SEPARATOR = :
 
170
PDBP_DRV = 
 
171
PDB_DRV = pdb_drv
 
172
PRTDIAG = 
 
173
PYTHON = 
 
174
PYTHONMODULE = 
 
175
PYTHON_CPPFLAGS = 
 
176
PYTHON_EXEC_PREFIX = 
 
177
PYTHON_PLATFORM = 
 
178
PYTHON_PREFIX = 
 
179
PYTHON_VERSION = 
 
180
QT_BIN = /usr/lib/qt-3.1/bin
 
181
QT_CORE = libQtCore.so
 
182
QT_CORE_LIB = -lQtCore
 
183
QT_CXXFLAGS = -I$(QT_INCLUDE) -I$(QT_INCLUDE)/Qt -I$(QT_INCLUDE)/QtCore -I$(QT_INCLUDE)/QtGui
 
184
QT_GUI = libQtGui.so
 
185
QT_GUI_LIB = -lQtGui
 
186
QT_INCLUDE = /usr/lib/qt-3.1/include
 
187
QT_LDFLAGS = -L$(QT_LIB)
 
188
QT_LIB = /usr/lib/qt-3.1/lib
 
189
QT_LIBS = $(QT_CORE_LIB) $(QT_GUI_LIB)
 
190
QT_MOC = $(QT_BIN)/moc
 
191
RANLIB = ranlib
 
192
READLINE_LIBS = -lreadline -ltermcap 
 
193
SED = /bin/sed
 
194
SET_MAKE = 
 
195
SHELL = /bin/sh
 
196
SILEX = 
 
197
SILO_DTYPPTR = void
 
198
SILO_DTYPPTR1 = void*
 
199
SILO_DTYPPTR2 = void*
 
200
SILO_VERS_MAJ = 4
 
201
SILO_VERS_MIN = 8
 
202
SILO_VERS_PAT = 
 
203
SILO_VERS_PRE = 
 
204
SILO_VERS_TAG = Silo_version_4_8
 
205
STRIP = strip
 
206
TAURUS = taurus
 
207
VERSION = 4.8
 
208
ZLIB = zlib
 
209
abs_builddir = /groups/visit/miller/silo/trunk/SiloWindows
 
210
abs_srcdir = /groups/visit/miller/silo/trunk/SiloWindows
 
211
abs_top_builddir = /groups/visit/miller/silo/trunk
 
212
abs_top_srcdir = /groups/visit/miller/silo/trunk
 
213
ac_ct_CC = gcc
 
214
ac_ct_CXX = g++
 
215
ac_ct_F77 = 
 
216
ac_ct_FC = 
 
217
am__include = include
 
218
am__leading_dot = .
 
219
am__quote = 
 
220
am__tar = ${AMTAR} chof - "$$tardir"
 
221
am__untar = ${AMTAR} xf -
 
222
bindir = ${exec_prefix}/bin
 
223
build = i686-pc-linux-gnu
 
224
build_alias = 
 
225
build_cpu = i686
 
226
build_os = linux-gnu
 
227
build_vendor = pc
 
228
builddir = .
 
229
datadir = ${datarootdir}
 
230
datarootdir = ${prefix}/share
 
231
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
 
232
dvidir = ${docdir}
 
233
exec_prefix = ${prefix}
 
234
host = i686-pc-linux-gnu
 
235
host_alias = 
 
236
host_cpu = i686
 
237
host_os = linux-gnu
 
238
host_vendor = pc
 
239
htmldir = ${docdir}
 
240
includedir = ${prefix}/include
 
241
infodir = ${datarootdir}/info
 
242
install_sh = $(SHELL) /groups/visit/miller/silo/trunk/config/install-sh
 
243
libdir = ${exec_prefix}/lib
 
244
libexecdir = ${exec_prefix}/libexec
 
245
localedir = ${datarootdir}/locale
 
246
localstatedir = ${prefix}/var
 
247
mandir = ${datarootdir}/man
 
248
mkdir_p = /bin/mkdir -p
 
249
oldincludedir = /usr/include
 
250
pdfdir = ${docdir}
 
251
pkgpyexecdir = 
 
252
pkgpythondir = 
 
253
prefix = /groups/visit/miller/silo/trunk/install
 
254
program_transform_name = s,x,x,
 
255
psdir = ${docdir}
 
256
pyexecdir = 
 
257
pythondir = 
 
258
sbindir = ${exec_prefix}/sbin
 
259
sharedstatedir = ${prefix}/com
 
260
srcdir = .
 
261
sysconfdir = ${prefix}/etc
 
262
target_alias = 
 
263
top_builddir = ..
 
264
top_srcdir = ..
 
265
EXTRA_DIST = \
 
266
./MSVC8/Tests/alltypes.vcproj\
 
267
./MSVC8/Tests/array.vcproj\
 
268
./MSVC8/Tests/array_f.vfproj\
 
269
./MSVC8/Tests/compression.vcproj\
 
270
./MSVC8/Tests/csg.vcproj\
 
271
./MSVC8/Tests/curve_f.vfproj\
 
272
./MSVC8/Tests/dirtest.vcproj\
 
273
./MSVC8/Tests/extface.vcproj\
 
274
./MSVC8/Tests/grab.vcproj\
 
275
./MSVC8/Tests/group_test.vcproj\
 
276
./MSVC8/Tests/largefile.vcproj\
 
277
./MSVC8/Tests/listtypes.vcproj\
 
278
./MSVC8/Tests/mat3d_3across.vcproj\
 
279
./MSVC8/Tests/mat_f.vfproj\
 
280
./MSVC8/Tests/merge_block.vcproj\
 
281
./MSVC8/Tests/mmadjacency.vcproj\
 
282
./MSVC8/Tests/multi_file.vcproj\
 
283
./MSVC8/Tests/multi_test.vcproj\
 
284
./MSVC8/Tests/multispec.vcproj\
 
285
./MSVC8/Tests/namescheme.vcproj\
 
286
./MSVC8/Tests/obj.vcproj\
 
287
./MSVC8/Tests/onehex.vcproj\
 
288
./MSVC8/Tests/oneprism.vcproj\
 
289
./MSVC8/Tests/onepyramid.vcproj\
 
290
./MSVC8/Tests/onetet.vcproj\
 
291
./MSVC8/Tests/partial_io.vcproj\
 
292
./MSVC8/Tests/point.vcproj\
 
293
./MSVC8/Tests/point_f.vfproj\
 
294
./MSVC8/Tests/polyzl.vcproj\
 
295
./MSVC8/Tests/quad.vcproj\
 
296
./MSVC8/Tests/rocket.vcproj\
 
297
./MSVC8/Tests/sami.vcproj\
 
298
./MSVC8/Tests/simple.vcproj\
 
299
./MSVC8/Tests/spec.vcproj\
 
300
./MSVC8/Tests/specmix.vcproj\
 
301
./MSVC8/Tests/subhex.vcproj\
 
302
./MSVC8/Tests/testall.vcproj\
 
303
./MSVC8/Tests/testall_f.vfproj\
 
304
./MSVC8/Tests/TestIncludes.vsprops\
 
305
./MSVC8/Tests/testpdb.vcproj\
 
306
./MSVC8/Tests/TestReadMask.vcproj\
 
307
./MSVC8/Tests/Tests.sln\
 
308
./MSVC8/Tests/twohex.vcproj\
 
309
./MSVC8/Tests/ucd1d.vcproj\
 
310
./MSVC8/Tests/ucd.vcproj\
 
311
./MSVC8/Tests/ucd_f.vfproj\
 
312
./MSVC8/Tests/ucdsamp3.vcproj\
 
313
./MSVC8/Tests/version.vcproj\
 
314
./MSVC8/Tests/wave.vcproj\
 
315
./MSVC8/bin/RunTests.bat\
 
316
./MSVC8/pdb_detect/pdb_detect.vcproj\
 
317
./MSVC8/BaseIncludes.vsprops\
 
318
./MSVC8/HDF5_Defines.vsprops\
 
319
./MSVC8/ModernDTPR.vsprops\
 
320
./MSVC8/NO_SEC_DEP.vsprops\
 
321
./MSVC8/NON_BSD_DEFINES.vsprops\
 
322
./MSVC8/silex.vcproj\
 
323
./MSVC8/Silo.vcproj\
 
324
./MSVC8/SiloWindows.sln\
 
325
./include/config.h\
 
326
./resources/silex.aps\
 
327
./resources/silex.ico\
 
328
./resources/silex.rc\
 
329
./Makefile.am\
 
330
./Makefile\
 
331
./runsilexmoc.bat\
 
332
./Makefile.in\
 
333
./copysilo.bat\
 
334
./README\
 
335
./MSVC8-BSD/Tests/alltypes.vcproj\
 
336
./MSVC8-BSD/Tests/array.vcproj\
 
337
./MSVC8-BSD/Tests/array_f.vfproj\
 
338
./MSVC8-BSD/Tests/compression.vcproj\
 
339
./MSVC8-BSD/Tests/csg.vcproj\
 
340
./MSVC8-BSD/Tests/curve_f.vfproj\
 
341
./MSVC8-BSD/Tests/dirtest.vcproj\
 
342
./MSVC8-BSD/Tests/extface.vcproj\
 
343
./MSVC8-BSD/Tests/grab.vcproj\
 
344
./MSVC8-BSD/Tests/group_test.vcproj\
 
345
./MSVC8-BSD/Tests/largefile.vcproj\
 
346
./MSVC8-BSD/Tests/listtypes.vcproj\
 
347
./MSVC8-BSD/Tests/mat3d_3across.vcproj\
 
348
./MSVC8-BSD/Tests/mat_f.vfproj\
 
349
./MSVC8-BSD/Tests/merge_block.vcproj\
 
350
./MSVC8-BSD/Tests/mmadjacency.vcproj\
 
351
./MSVC8-BSD/Tests/multi_file.vcproj\
 
352
./MSVC8-BSD/Tests/multi_test.vcproj\
 
353
./MSVC8-BSD/Tests/multispec.vcproj\
 
354
./MSVC8-BSD/Tests/namescheme.vcproj\
 
355
./MSVC8-BSD/Tests/obj.vcproj\
 
356
./MSVC8-BSD/Tests/onehex.vcproj\
 
357
./MSVC8-BSD/Tests/oneprism.vcproj\
 
358
./MSVC8-BSD/Tests/onepyramid.vcproj\
 
359
./MSVC8-BSD/Tests/onetet.vcproj\
 
360
./MSVC8-BSD/Tests/partial_io.vcproj\
 
361
./MSVC8-BSD/Tests/point.vcproj\
 
362
./MSVC8-BSD/Tests/point_f.vfproj\
 
363
./MSVC8-BSD/Tests/polyzl.vcproj\
 
364
./MSVC8-BSD/Tests/quad.vcproj\
 
365
./MSVC8-BSD/Tests/rocket.vcproj\
 
366
./MSVC8-BSD/Tests/sami.vcproj\
 
367
./MSVC8-BSD/Tests/simple.vcproj\
 
368
./MSVC8-BSD/Tests/spec.vcproj\
 
369
./MSVC8-BSD/Tests/specmix.vcproj\
 
370
./MSVC8-BSD/Tests/subhex.vcproj\
 
371
./MSVC8-BSD/Tests/testall.vcproj\
 
372
./MSVC8-BSD/Tests/testall_f.vfproj\
 
373
./MSVC8-BSD/Tests/TestIncludes.vsprops\
 
374
./MSVC8-BSD/Tests/testpdb.vcproj\
 
375
./MSVC8-BSD/Tests/TestReadMask.vcproj\
 
376
./MSVC8-BSD/Tests/Tests.sln\
 
377
./MSVC8-BSD/Tests/twohex.vcproj\
 
378
./MSVC8-BSD/Tests/ucd1d.vcproj\
 
379
./MSVC8-BSD/Tests/ucd.vcproj\
 
380
./MSVC8-BSD/Tests/ucd_f.vfproj\
 
381
./MSVC8-BSD/Tests/ucdsamp3.vcproj\
 
382
./MSVC8-BSD/Tests/version.vcproj\
 
383
./MSVC8-BSD/Tests/wave.vcproj\
 
384
./MSVC8-BSD/bin/RunTests.bat\
 
385
./MSVC8-BSD/pdb_detect/pdb_detect.vcproj\
 
386
./MSVC8-BSD/BaseIncludes.vsprops\
 
387
./MSVC8-BSD/HDF5_Defines.vsprops\
 
388
./MSVC8-BSD/ModernDTPR.vsprops\
 
389
./MSVC8-BSD/NO_SEC_DEP.vsprops\
 
390
./MSVC8-BSD/silex.vcproj\
 
391
./MSVC8-BSD/Silo.vcproj\
 
392
./MSVC8-BSD/SiloWindows.sln
 
393
 
 
394
all: all-am
 
395
 
 
396
.SUFFIXES:
 
397
$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps)
 
398
        @for dep in $?; do \
 
399
          case '$(am__configure_deps)' in \
 
400
            *$$dep*) \
 
401
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
402
                && exit 0; \
 
403
              exit 1;; \
 
404
          esac; \
 
405
        done; \
 
406
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  SiloWindows/Makefile'; \
 
407
        cd $(top_srcdir) && \
 
408
          $(AUTOMAKE) --foreign  SiloWindows/Makefile
 
409
.PRECIOUS: Makefile
 
410
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
411
        @case '$?' in \
 
412
          *config.status*) \
 
413
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
414
          *) \
 
415
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
416
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
417
        esac;
 
418
 
 
419
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
420
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
421
 
 
422
$(top_srcdir)/configure: # $(am__configure_deps)
 
423
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
424
$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
 
425
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
426
 
 
427
mostlyclean-libtool:
 
428
        -rm -f *.lo
 
429
 
 
430
clean-libtool:
 
431
        -rm -rf .libs _libs
 
432
tags: TAGS
 
433
TAGS:
 
434
 
 
435
ctags: CTAGS
 
436
CTAGS:
 
437
 
 
438
 
 
439
distdir: $(DISTFILES)
 
440
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
441
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
442
        list='$(DISTFILES)'; \
 
443
          dist_files=`for file in $$list; do echo $$file; done | \
 
444
          sed -e "s|^$$srcdirstrip/||;t" \
 
445
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
446
        case $$dist_files in \
 
447
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
448
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
449
                           sort -u` ;; \
 
450
        esac; \
 
451
        for file in $$dist_files; do \
 
452
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
453
          if test -d $$d/$$file; then \
 
454
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
455
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
456
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
457
            fi; \
 
458
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
459
          else \
 
460
            test -f $(distdir)/$$file \
 
461
            || cp -p $$d/$$file $(distdir)/$$file \
 
462
            || exit 1; \
 
463
          fi; \
 
464
        done
 
465
check-am: all-am
 
466
check: check-am
 
467
all-am: Makefile
 
468
installdirs:
 
469
install: install-am
 
470
install-exec: install-exec-am
 
471
install-data: install-data-am
 
472
uninstall: uninstall-am
 
473
 
 
474
install-am: all-am
 
475
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
476
 
 
477
installcheck: installcheck-am
 
478
install-strip:
 
479
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
480
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
481
          `test -z '$(STRIP)' || \
 
482
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
483
mostlyclean-generic:
 
484
 
 
485
clean-generic:
 
486
 
 
487
distclean-generic:
 
488
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
489
 
 
490
maintainer-clean-generic:
 
491
        @echo "This command is intended for maintainers to use"
 
492
        @echo "it deletes files that may require special tools to rebuild."
 
493
clean: clean-am
 
494
 
 
495
clean-am: clean-generic clean-libtool mostlyclean-am
 
496
 
 
497
distclean: distclean-am
 
498
        -rm -f Makefile
 
499
distclean-am: clean-am distclean-generic
 
500
 
 
501
dvi: dvi-am
 
502
 
 
503
dvi-am:
 
504
 
 
505
html: html-am
 
506
 
 
507
info: info-am
 
508
 
 
509
info-am:
 
510
 
 
511
install-data-am:
 
512
 
 
513
install-dvi: install-dvi-am
 
514
 
 
515
install-exec-am:
 
516
 
 
517
install-html: install-html-am
 
518
 
 
519
install-info: install-info-am
 
520
 
 
521
install-man:
 
522
 
 
523
install-pdf: install-pdf-am
 
524
 
 
525
install-ps: install-ps-am
 
526
 
 
527
installcheck-am:
 
528
 
 
529
maintainer-clean: maintainer-clean-am
 
530
        -rm -f Makefile
 
531
maintainer-clean-am: distclean-am maintainer-clean-generic
 
532
 
 
533
mostlyclean: mostlyclean-am
 
534
 
 
535
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
536
 
 
537
pdf: pdf-am
 
538
 
 
539
pdf-am:
 
540
 
 
541
ps: ps-am
 
542
 
 
543
ps-am:
 
544
 
 
545
uninstall-am:
 
546
 
 
547
.MAKE: install-am install-strip
 
548
 
 
549
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
550
        distclean distclean-generic distclean-libtool distdir dvi \
 
551
        dvi-am html html-am info info-am install install-am \
 
552
        install-data install-data-am install-dvi install-dvi-am \
 
553
        install-exec install-exec-am install-html install-html-am \
 
554
        install-info install-info-am install-man install-pdf \
 
555
        install-pdf-am install-ps install-ps-am install-strip \
 
556
        installcheck installcheck-am installdirs maintainer-clean \
 
557
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
558
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
 
559
 
 
560
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
561
# Otherwise a system limit (for SysV at least) may be exceeded.
 
562
.NOEXPORT: