~ubuntu-branches/ubuntu/gutsy/lasso/gutsy

« back to all changes in this revision

Viewing changes to python/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2004-09-13 09:26:34 UTC
  • Revision ID: james.westby@ubuntu.com-20040913092634-01vdfl8j9cp94exa
Tags: upstream-0.4.1
ImportĀ upstreamĀ versionĀ 0.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.8.5 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  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
@SET_MAKE@
 
16
 
 
17
 
 
18
SOURCES = $(_lasso_la_SOURCES)
 
19
 
 
20
srcdir = @srcdir@
 
21
top_srcdir = @top_srcdir@
 
22
VPATH = @srcdir@
 
23
pkgdatadir = $(datadir)/@PACKAGE@
 
24
pkglibdir = $(libdir)/@PACKAGE@
 
25
pkgincludedir = $(includedir)/@PACKAGE@
 
26
top_builddir = ..
 
27
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
28
INSTALL = @INSTALL@
 
29
install_sh_DATA = $(install_sh) -c -m 644
 
30
install_sh_PROGRAM = $(install_sh) -c
 
31
install_sh_SCRIPT = $(install_sh) -c
 
32
INSTALL_HEADER = $(INSTALL_DATA)
 
33
transform = $(program_transform_name)
 
34
NORMAL_INSTALL = :
 
35
PRE_INSTALL = :
 
36
POST_INSTALL = :
 
37
NORMAL_UNINSTALL = :
 
38
PRE_UNINSTALL = :
 
39
POST_UNINSTALL = :
 
40
host_triplet = @host@
 
41
subdir = python
 
42
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
44
am__aclocal_m4_deps = $(top_srcdir)/macros/check.m4 \
 
45
        $(top_srcdir)/configure.ac
 
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
47
        $(ACLOCAL_M4)
 
48
mkinstalldirs = $(mkdir_p)
 
49
CONFIG_HEADER = $(top_builddir)/lasso/lasso_config.h
 
50
CONFIG_CLEAN_FILES =
 
51
am__installdirs = "$(DESTDIR)$(pythondir)" "$(DESTDIR)$(pythondir)"
 
52
pythonLTLIBRARIES_INSTALL = $(INSTALL)
 
53
LTLIBRARIES = $(python_LTLIBRARIES)
 
54
am__DEPENDENCIES_1 =
 
55
_lasso_la_DEPENDENCIES = $(top_builddir)/lasso/liblasso.la \
 
56
        $(am__DEPENDENCIES_1)
 
57
am__lasso_la_OBJECTS = _lasso_la-lasso_wrap.lo
 
58
_lasso_la_OBJECTS = $(am__lasso_la_OBJECTS)
 
59
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/lasso
 
60
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
61
am__depfiles_maybe = depfiles
 
62
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/_lasso_la-lasso_wrap.Plo
 
63
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
64
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
65
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
 
66
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
67
        $(AM_CFLAGS) $(CFLAGS)
 
68
CCLD = $(CC)
 
69
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
70
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
71
SOURCES = $(_lasso_la_SOURCES)
 
72
DIST_SOURCES = $(_lasso_la_SOURCES)
 
73
pythonDATA_INSTALL = $(INSTALL_DATA)
 
74
DATA = $(python_DATA)
 
75
ETAGS = etags
 
76
CTAGS = ctags
 
77
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
78
ACLOCAL = @ACLOCAL@
 
79
AMDEP_FALSE = @AMDEP_FALSE@
 
80
AMDEP_TRUE = @AMDEP_TRUE@
 
81
AMTAR = @AMTAR@
 
82
AR = @AR@
 
83
AS = @AS@
 
84
AUTOCONF = @AUTOCONF@
 
85
AUTOHEADER = @AUTOHEADER@
 
86
AUTOMAKE = @AUTOMAKE@
 
87
AWK = @AWK@
 
88
CC = @CC@
 
89
CCDEPMODE = @CCDEPMODE@
 
90
CFLAGS = @CFLAGS@
 
91
CHECK_CFLAGS = @CHECK_CFLAGS@
 
92
CHECK_LIBS = @CHECK_LIBS@
 
93
CPP = @CPP@
 
94
CPPFLAGS = @CPPFLAGS@
 
95
CSHARPCILINTERPRETER = @CSHARPCILINTERPRETER@
 
96
CSHARPCOMPILER = @CSHARPCOMPILER@
 
97
CSHARPCYGPATH_W = @CSHARPCYGPATH_W@
 
98
CSHARPDYNAMICLINKING = @CSHARPDYNAMICLINKING@
 
99
CSHARPLIBRARYPREFIX = @CSHARPLIBRARYPREFIX@
 
100
CSHARP_ENABLED_FALSE = @CSHARP_ENABLED_FALSE@
 
101
CSHARP_ENABLED_TRUE = @CSHARP_ENABLED_TRUE@
 
102
CXX = @CXX@
 
103
CXXCPP = @CXXCPP@
 
104
CXXDEPMODE = @CXXDEPMODE@
 
105
CXXFLAGS = @CXXFLAGS@
 
106
CYGPATH_W = @CYGPATH_W@
 
107
DARWIN_FALSE = @DARWIN_FALSE@
 
108
DARWIN_TRUE = @DARWIN_TRUE@
 
109
DEFS = @DEFS@
 
110
DEPDIR = @DEPDIR@
 
111
DLLTOOL = @DLLTOOL@
 
112
ECHO = @ECHO@
 
113
ECHO_C = @ECHO_C@
 
114
ECHO_N = @ECHO_N@
 
115
ECHO_T = @ECHO_T@
 
116
EGREP = @EGREP@
 
117
EXEEXT = @EXEEXT@
 
118
F77 = @F77@
 
119
FFLAGS = @FFLAGS@
 
120
GACUTIL = @GACUTIL@
 
121
GCJ = @GCJ@
 
122
GCJDEPMODE = @GCJDEPMODE@
 
123
GCJFLAGS = @GCJFLAGS@
 
124
GTK_DOC_CFLAGS = @GTK_DOC_CFLAGS@
 
125
GTK_DOC_ENABLED_FALSE = @GTK_DOC_ENABLED_FALSE@
 
126
GTK_DOC_ENABLED_TRUE = @GTK_DOC_ENABLED_TRUE@
 
127
GTK_DOC_LIBS = @GTK_DOC_LIBS@
 
128
HAVE_REST2HTML_FALSE = @HAVE_REST2HTML_FALSE@
 
129
HAVE_REST2HTML_TRUE = @HAVE_REST2HTML_TRUE@
 
130
HTML_DIR = @HTML_DIR@
 
131
INSTALL_DATA = @INSTALL_DATA@
 
132
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
133
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
134
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
135
JAR = @JAR@
 
136
JAVA = @JAVA@
 
137
JAVAC = @JAVAC@
 
138
JAVAC_FLAGS = @JAVAC_FLAGS@
 
139
JAVA_ENABLED_FALSE = @JAVA_ENABLED_FALSE@
 
140
JAVA_ENABLED_TRUE = @JAVA_ENABLED_TRUE@
 
141
JAVA_VERSION = @JAVA_VERSION@
 
142
JDK_INCLUDE = @JDK_INCLUDE@
 
143
LASSO_APP_DEFINES = @LASSO_APP_DEFINES@
 
144
LASSO_CFLAGS = @LASSO_CFLAGS@
 
145
LASSO_CORE_CFLAGS = @LASSO_CORE_CFLAGS@
 
146
LASSO_CORE_LIBS = @LASSO_CORE_LIBS@
 
147
LASSO_DEFINES = @LASSO_DEFINES@
 
148
LASSO_DOCDIR = @LASSO_DOCDIR@
 
149
LASSO_LIBS = @LASSO_LIBS@
 
150
LASSO_STATIC_BINARIES = @LASSO_STATIC_BINARIES@
 
151
LASSO_VERSION_INFO = @LASSO_VERSION_INFO@
 
152
LDFLAGS = @LDFLAGS@
 
153
LIBOBJS = @LIBOBJS@
 
154
LIBS = @LIBS@
 
155
LIBTOOL = @LIBTOOL@
 
156
LIBTOOL_DEPS = @LIBTOOL_DEPS@
 
157
LN_S = @LN_S@
 
158
LTLIBOBJS = @LTLIBOBJS@
 
159
MAINT = @MAINT@
 
160
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
161
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
162
MAKEINFO = @MAKEINFO@
 
163
MINGW_FALSE = @MINGW_FALSE@
 
164
MINGW_TRUE = @MINGW_TRUE@
 
165
OBJDUMP = @OBJDUMP@
 
166
OBJEXT = @OBJEXT@
 
167
PACKAGE = @PACKAGE@
 
168
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
169
PACKAGE_NAME = @PACKAGE_NAME@
 
170
PACKAGE_STRING = @PACKAGE_STRING@
 
171
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
172
PACKAGE_VERSION = @PACKAGE_VERSION@
 
173
PATH_SEPARATOR = @PATH_SEPARATOR@
 
174
PHP = @PHP@
 
175
PHP_CONFIG = @PHP_CONFIG@
 
176
PHP_ENABLED_FALSE = @PHP_ENABLED_FALSE@
 
177
PHP_ENABLED_TRUE = @PHP_ENABLED_TRUE@
 
178
PHP_INCLUDES = @PHP_INCLUDES@
 
179
PHP_LDFLAGS = @PHP_LDFLAGS@
 
180
PHP_LIBS = @PHP_LIBS@
 
181
PHP_PATH = @PHP_PATH@
 
182
PHP_PREFIX = @PHP_PREFIX@
 
183
PHP_UNPREFIXED_EXTENSION_DIR = @PHP_UNPREFIXED_EXTENSION_DIR@
 
184
PHP_VERSION = @PHP_VERSION@
 
185
PKG_CONFIG = @PKG_CONFIG@
 
186
PYTHON = @PYTHON@
 
187
PYTHON_ENABLED_FALSE = @PYTHON_ENABLED_FALSE@
 
188
PYTHON_ENABLED_TRUE = @PYTHON_ENABLED_TRUE@
 
189
PYTHON_VERSION = @PYTHON_VERSION@
 
190
PY_CFLAGS = @PY_CFLAGS@
 
191
PY_DYNLOAD = @PY_DYNLOAD@
 
192
PY_EXTRA_LIBS = @PY_EXTRA_LIBS@
 
193
PY_LIB_A = @PY_LIB_A@
 
194
PY_LIB_LOC = @PY_LIB_LOC@
 
195
PY_SITE_PACKAGES = @PY_SITE_PACKAGES@
 
196
RANLIB = @RANLIB@
 
197
RC = @RC@
 
198
REST2HTML = @REST2HTML@
 
199
SET_MAKE = @SET_MAKE@
 
200
SHELL = @SHELL@
 
201
STRIP = @STRIP@
 
202
SWIG = @SWIG@
 
203
SWIG_PYTHON_ARGS = @SWIG_PYTHON_ARGS@
 
204
TAR = @TAR@
 
205
U = @U@
 
206
VERSION = @VERSION@
 
207
WITH_TESTS_FALSE = @WITH_TESTS_FALSE@
 
208
WITH_TESTS_TRUE = @WITH_TESTS_TRUE@
 
209
ac_ct_AR = @ac_ct_AR@
 
210
ac_ct_AS = @ac_ct_AS@
 
211
ac_ct_CC = @ac_ct_CC@
 
212
ac_ct_CXX = @ac_ct_CXX@
 
213
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
 
214
ac_ct_F77 = @ac_ct_F77@
 
215
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
 
216
ac_ct_RANLIB = @ac_ct_RANLIB@
 
217
ac_ct_RC = @ac_ct_RC@
 
218
ac_ct_STRIP = @ac_ct_STRIP@
 
219
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
220
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
221
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
222
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
223
am__fastdepGCJ_FALSE = @am__fastdepGCJ_FALSE@
 
224
am__fastdepGCJ_TRUE = @am__fastdepGCJ_TRUE@
 
225
am__include = @am__include@
 
226
am__leading_dot = @am__leading_dot@
 
227
am__quote = @am__quote@
 
228
bindir = @bindir@
 
229
build = @build@
 
230
build_alias = @build_alias@
 
231
build_cpu = @build_cpu@
 
232
build_os = @build_os@
 
233
build_vendor = @build_vendor@
 
234
datadir = @datadir@
 
235
exec_prefix = @exec_prefix@
 
236
host = @host@
 
237
host_alias = @host_alias@
 
238
host_cpu = @host_cpu@
 
239
host_os = @host_os@
 
240
host_vendor = @host_vendor@
 
241
includedir = @includedir@
 
242
infodir = @infodir@
 
243
install_sh = @install_sh@
 
244
libdir = @libdir@
 
245
libexecdir = @libexecdir@
 
246
localstatedir = @localstatedir@
 
247
mandir = @mandir@
 
248
mkdir_p = @mkdir_p@
 
249
oldincludedir = @oldincludedir@
 
250
prefix = @prefix@
 
251
program_transform_name = @program_transform_name@
 
252
sbindir = @sbindir@
 
253
sharedstatedir = @sharedstatedir@
 
254
sysconfdir = @sysconfdir@
 
255
target_alias = @target_alias@
 
256
INCLUDES = -I$(top_srcdir)
 
257
pythondir = $(PY_SITE_PACKAGES)
 
258
python_DATA = lasso.py
 
259
python_LTLIBRARIES = _lasso.la
 
260
_lasso_la_SOURCES = lasso_wrap.c
 
261
_lasso_la_CFLAGS = $(LASSO_CFLAGS) -DSWIG_COBJECT_TYPES $(PY_CFLAGS)
 
262
_lasso_la_LIBADD = $(top_builddir)/lasso/liblasso.la $(LASSO_LIBS)
 
263
@DARWIN_FALSE@@MINGW_FALSE@_lasso_la_LDFLAGS = -no-undefined -module -avoid-version
 
264
@DARWIN_FALSE@@MINGW_TRUE@_lasso_la_LDFLAGS = -no-undefined -module -avoid-version -Wl,--add-stdcall-alias
 
265
@DARWIN_TRUE@_lasso_la_LDFLAGS = -no-undefined -module -avoid-version -Wl,-F. -Wl,-F. -bundle -framework Python 
 
266
SWIG_OUTPUTS = lasso_wrap.c lasso.py
 
267
 
 
268
# In distribution, swig generated files are present.
 
269
EXTRA_DIST = $(SWIG_OUTPUTS)
 
270
 
 
271
# Maintainer clean the swig generated files, because he/she maintains them.
 
272
MAINTAINERCLEANFILES = $(SWIG_OUTPUTS)
 
273
all: all-am
 
274
 
 
275
.SUFFIXES:
 
276
.SUFFIXES: .c .lo .o .obj
 
277
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
278
        @for dep in $?; do \
 
279
          case '$(am__configure_deps)' in \
 
280
            *$$dep*) \
 
281
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
282
                && exit 0; \
 
283
              exit 1;; \
 
284
          esac; \
 
285
        done; \
 
286
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  python/Makefile'; \
 
287
        cd $(top_srcdir) && \
 
288
          $(AUTOMAKE) --gnu  python/Makefile
 
289
.PRECIOUS: Makefile
 
290
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
291
        @case '$?' in \
 
292
          *config.status*) \
 
293
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
294
          *) \
 
295
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
296
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
297
        esac;
 
298
 
 
299
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
300
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
301
 
 
302
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
303
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
304
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
305
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
306
install-pythonLTLIBRARIES: $(python_LTLIBRARIES)
 
307
        @$(NORMAL_INSTALL)
 
308
        test -z "$(pythondir)" || $(mkdir_p) "$(DESTDIR)$(pythondir)"
 
309
        @list='$(python_LTLIBRARIES)'; for p in $$list; do \
 
310
          if test -f $$p; then \
 
311
            f="`echo $$p | sed -e 's|^.*/||'`"; \
 
312
            echo " $(LIBTOOL) --mode=install $(pythonLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pythondir)/$$f'"; \
 
313
            $(LIBTOOL) --mode=install $(pythonLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pythondir)/$$f"; \
 
314
          else :; fi; \
 
315
        done
 
316
 
 
317
uninstall-pythonLTLIBRARIES:
 
318
        @$(NORMAL_UNINSTALL)
 
319
        @list='$(python_LTLIBRARIES)'; for p in $$list; do \
 
320
            p="`echo $$p | sed -e 's|^.*/||'`"; \
 
321
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pythondir)/$$p'"; \
 
322
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pythondir)/$$p"; \
 
323
        done
 
324
 
 
325
clean-pythonLTLIBRARIES:
 
326
        -test -z "$(python_LTLIBRARIES)" || rm -f $(python_LTLIBRARIES)
 
327
        @list='$(python_LTLIBRARIES)'; for p in $$list; do \
 
328
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
329
          test "$$dir" != "$$p" || dir=.; \
 
330
          echo "rm -f \"$${dir}/so_locations\""; \
 
331
          rm -f "$${dir}/so_locations"; \
 
332
        done
 
333
_lasso.la: $(_lasso_la_OBJECTS) $(_lasso_la_DEPENDENCIES) 
 
334
        $(LINK) -rpath $(pythondir) $(_lasso_la_LDFLAGS) $(_lasso_la_OBJECTS) $(_lasso_la_LIBADD) $(LIBS)
 
335
 
 
336
mostlyclean-compile:
 
337
        -rm -f *.$(OBJEXT)
 
338
 
 
339
distclean-compile:
 
340
        -rm -f *.tab.c
 
341
 
 
342
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/_lasso_la-lasso_wrap.Plo@am__quote@
 
343
 
 
344
.c.o:
 
345
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
346
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
347
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
348
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
349
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
350
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
351
 
 
352
.c.obj:
 
353
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
354
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
355
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
356
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
357
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
358
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
359
 
 
360
.c.lo:
 
361
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
362
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
363
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
364
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
 
365
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
366
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
367
 
 
368
_lasso_la-lasso_wrap.o: lasso_wrap.c
 
369
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_lasso_la_CFLAGS) $(CFLAGS) -MT _lasso_la-lasso_wrap.o -MD -MP -MF "$(DEPDIR)/_lasso_la-lasso_wrap.Tpo" -c -o _lasso_la-lasso_wrap.o `test -f 'lasso_wrap.c' || echo '$(srcdir)/'`lasso_wrap.c; \
 
370
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/_lasso_la-lasso_wrap.Tpo" "$(DEPDIR)/_lasso_la-lasso_wrap.Po"; else rm -f "$(DEPDIR)/_lasso_la-lasso_wrap.Tpo"; exit 1; fi
 
371
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='lasso_wrap.c' object='_lasso_la-lasso_wrap.o' libtool=no @AMDEPBACKSLASH@
 
372
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/_lasso_la-lasso_wrap.Po' tmpdepfile='$(DEPDIR)/_lasso_la-lasso_wrap.TPo' @AMDEPBACKSLASH@
 
373
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
374
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_lasso_la_CFLAGS) $(CFLAGS) -c -o _lasso_la-lasso_wrap.o `test -f 'lasso_wrap.c' || echo '$(srcdir)/'`lasso_wrap.c
 
375
 
 
376
_lasso_la-lasso_wrap.obj: lasso_wrap.c
 
377
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_lasso_la_CFLAGS) $(CFLAGS) -MT _lasso_la-lasso_wrap.obj -MD -MP -MF "$(DEPDIR)/_lasso_la-lasso_wrap.Tpo" -c -o _lasso_la-lasso_wrap.obj `if test -f 'lasso_wrap.c'; then $(CYGPATH_W) 'lasso_wrap.c'; else $(CYGPATH_W) '$(srcdir)/lasso_wrap.c'; fi`; \
 
378
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/_lasso_la-lasso_wrap.Tpo" "$(DEPDIR)/_lasso_la-lasso_wrap.Po"; else rm -f "$(DEPDIR)/_lasso_la-lasso_wrap.Tpo"; exit 1; fi
 
379
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='lasso_wrap.c' object='_lasso_la-lasso_wrap.obj' libtool=no @AMDEPBACKSLASH@
 
380
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/_lasso_la-lasso_wrap.Po' tmpdepfile='$(DEPDIR)/_lasso_la-lasso_wrap.TPo' @AMDEPBACKSLASH@
 
381
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
382
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_lasso_la_CFLAGS) $(CFLAGS) -c -o _lasso_la-lasso_wrap.obj `if test -f 'lasso_wrap.c'; then $(CYGPATH_W) 'lasso_wrap.c'; else $(CYGPATH_W) '$(srcdir)/lasso_wrap.c'; fi`
 
383
 
 
384
_lasso_la-lasso_wrap.lo: lasso_wrap.c
 
385
@am__fastdepCC_TRUE@    if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_lasso_la_CFLAGS) $(CFLAGS) -MT _lasso_la-lasso_wrap.lo -MD -MP -MF "$(DEPDIR)/_lasso_la-lasso_wrap.Tpo" -c -o _lasso_la-lasso_wrap.lo `test -f 'lasso_wrap.c' || echo '$(srcdir)/'`lasso_wrap.c; \
 
386
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/_lasso_la-lasso_wrap.Tpo" "$(DEPDIR)/_lasso_la-lasso_wrap.Plo"; else rm -f "$(DEPDIR)/_lasso_la-lasso_wrap.Tpo"; exit 1; fi
 
387
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='lasso_wrap.c' object='_lasso_la-lasso_wrap.lo' libtool=yes @AMDEPBACKSLASH@
 
388
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/_lasso_la-lasso_wrap.Plo' tmpdepfile='$(DEPDIR)/_lasso_la-lasso_wrap.TPlo' @AMDEPBACKSLASH@
 
389
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
390
@am__fastdepCC_FALSE@   $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(_lasso_la_CFLAGS) $(CFLAGS) -c -o _lasso_la-lasso_wrap.lo `test -f 'lasso_wrap.c' || echo '$(srcdir)/'`lasso_wrap.c
 
391
 
 
392
mostlyclean-libtool:
 
393
        -rm -f *.lo
 
394
 
 
395
clean-libtool:
 
396
        -rm -rf .libs _libs
 
397
 
 
398
distclean-libtool:
 
399
        -rm -f libtool
 
400
uninstall-info-am:
 
401
install-pythonDATA: $(python_DATA)
 
402
        @$(NORMAL_INSTALL)
 
403
        test -z "$(pythondir)" || $(mkdir_p) "$(DESTDIR)$(pythondir)"
 
404
        @list='$(python_DATA)'; for p in $$list; do \
 
405
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
406
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
407
          echo " $(pythonDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pythondir)/$$f'"; \
 
408
          $(pythonDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pythondir)/$$f"; \
 
409
        done
 
410
 
 
411
uninstall-pythonDATA:
 
412
        @$(NORMAL_UNINSTALL)
 
413
        @list='$(python_DATA)'; for p in $$list; do \
 
414
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
415
          echo " rm -f '$(DESTDIR)$(pythondir)/$$f'"; \
 
416
          rm -f "$(DESTDIR)$(pythondir)/$$f"; \
 
417
        done
 
418
 
 
419
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
420
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
421
        unique=`for i in $$list; do \
 
422
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
423
          done | \
 
424
          $(AWK) '    { files[$$0] = 1; } \
 
425
               END { for (i in files) print i; }'`; \
 
426
        mkid -fID $$unique
 
427
tags: TAGS
 
428
 
 
429
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
430
                $(TAGS_FILES) $(LISP)
 
431
        tags=; \
 
432
        here=`pwd`; \
 
433
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
434
        unique=`for i in $$list; do \
 
435
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
436
          done | \
 
437
          $(AWK) '    { files[$$0] = 1; } \
 
438
               END { for (i in files) print i; }'`; \
 
439
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
440
          test -n "$$unique" || unique=$$empty_fix; \
 
441
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
442
            $$tags $$unique; \
 
443
        fi
 
444
ctags: CTAGS
 
445
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
446
                $(TAGS_FILES) $(LISP)
 
447
        tags=; \
 
448
        here=`pwd`; \
 
449
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
450
        unique=`for i in $$list; do \
 
451
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
452
          done | \
 
453
          $(AWK) '    { files[$$0] = 1; } \
 
454
               END { for (i in files) print i; }'`; \
 
455
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
456
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
457
             $$tags $$unique
 
458
 
 
459
GTAGS:
 
460
        here=`$(am__cd) $(top_builddir) && pwd` \
 
461
          && cd $(top_srcdir) \
 
462
          && gtags -i $(GTAGS_ARGS) $$here
 
463
 
 
464
distclean-tags:
 
465
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
466
 
 
467
distdir: $(DISTFILES)
 
468
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
469
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
470
        list='$(DISTFILES)'; for file in $$list; do \
 
471
          case $$file in \
 
472
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
473
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
474
          esac; \
 
475
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
476
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
477
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
478
            dir="/$$dir"; \
 
479
            $(mkdir_p) "$(distdir)$$dir"; \
 
480
          else \
 
481
            dir=''; \
 
482
          fi; \
 
483
          if test -d $$d/$$file; then \
 
484
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
485
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
486
            fi; \
 
487
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
488
          else \
 
489
            test -f $(distdir)/$$file \
 
490
            || cp -p $$d/$$file $(distdir)/$$file \
 
491
            || exit 1; \
 
492
          fi; \
 
493
        done
 
494
check-am: all-am
 
495
check: check-am
 
496
all-am: Makefile $(LTLIBRARIES) $(DATA)
 
497
installdirs:
 
498
        for dir in "$(DESTDIR)$(pythondir)" "$(DESTDIR)$(pythondir)"; do \
 
499
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
500
        done
 
501
install: install-am
 
502
install-exec: install-exec-am
 
503
install-data: install-data-am
 
504
uninstall: uninstall-am
 
505
 
 
506
install-am: all-am
 
507
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
508
 
 
509
installcheck: installcheck-am
 
510
install-strip:
 
511
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
512
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
513
          `test -z '$(STRIP)' || \
 
514
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
515
mostlyclean-generic:
 
516
 
 
517
clean-generic:
 
518
 
 
519
distclean-generic:
 
520
        -rm -f $(CONFIG_CLEAN_FILES)
 
521
 
 
522
maintainer-clean-generic:
 
523
        @echo "This command is intended for maintainers to use"
 
524
        @echo "it deletes files that may require special tools to rebuild."
 
525
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
526
clean: clean-am
 
527
 
 
528
clean-am: clean-generic clean-libtool clean-pythonLTLIBRARIES \
 
529
        mostlyclean-am
 
530
 
 
531
distclean: distclean-am
 
532
        -rm -rf ./$(DEPDIR)
 
533
        -rm -f Makefile
 
534
distclean-am: clean-am distclean-compile distclean-generic \
 
535
        distclean-libtool distclean-tags
 
536
 
 
537
dvi: dvi-am
 
538
 
 
539
dvi-am:
 
540
 
 
541
html: html-am
 
542
 
 
543
info: info-am
 
544
 
 
545
info-am:
 
546
 
 
547
install-data-am: install-pythonDATA install-pythonLTLIBRARIES
 
548
 
 
549
install-exec-am:
 
550
 
 
551
install-info: install-info-am
 
552
 
 
553
install-man:
 
554
 
 
555
installcheck-am:
 
556
 
 
557
maintainer-clean: maintainer-clean-am
 
558
        -rm -rf ./$(DEPDIR)
 
559
        -rm -f Makefile
 
560
maintainer-clean-am: distclean-am maintainer-clean-generic
 
561
 
 
562
mostlyclean: mostlyclean-am
 
563
 
 
564
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
565
        mostlyclean-libtool
 
566
 
 
567
pdf: pdf-am
 
568
 
 
569
pdf-am:
 
570
 
 
571
ps: ps-am
 
572
 
 
573
ps-am:
 
574
 
 
575
uninstall-am: uninstall-info-am uninstall-pythonDATA \
 
576
        uninstall-pythonLTLIBRARIES
 
577
 
 
578
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
579
        clean-libtool clean-pythonLTLIBRARIES ctags distclean \
 
580
        distclean-compile distclean-generic distclean-libtool \
 
581
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
582
        install install-am install-data install-data-am install-exec \
 
583
        install-exec-am install-info install-info-am install-man \
 
584
        install-pythonDATA install-pythonLTLIBRARIES install-strip \
 
585
        installcheck installcheck-am installdirs maintainer-clean \
 
586
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
587
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
588
        tags uninstall uninstall-am uninstall-info-am \
 
589
        uninstall-pythonDATA uninstall-pythonLTLIBRARIES
 
590
 
 
591
lasso_wrap.c lasso.py: $(top_srcdir)/swig/Lasso.i
 
592
        $(SWIG) -v -python -module lasso -o lasso_wrap.c $<
 
593
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
594
# Otherwise a system limit (for SysV at least) may be exceeded.
 
595
.NOEXPORT: