~ubuntu-branches/ubuntu/utopic/lasso/utopic-proposed

« back to all changes in this revision

Viewing changes to lasso/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 = $(liblasso_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 = lasso
 
42
DIST_COMMON = $(liblassoinclude_HEADERS) $(srcdir)/Makefile.am \
 
43
        $(srcdir)/Makefile.in $(srcdir)/lasso_config.h.in
 
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
45
am__aclocal_m4_deps = $(top_srcdir)/macros/check.m4 \
 
46
        $(top_srcdir)/configure.ac
 
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
48
        $(ACLOCAL_M4)
 
49
mkinstalldirs = $(mkdir_p)
 
50
CONFIG_HEADER = lasso_config.h
 
51
CONFIG_CLEAN_FILES =
 
52
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(liblassoincludedir)"
 
53
libLTLIBRARIES_INSTALL = $(INSTALL)
 
54
LTLIBRARIES = $(lib_LTLIBRARIES)
 
55
am__DEPENDENCIES_1 =
 
56
@MINGW_FALSE@liblasso_la_DEPENDENCIES =  \
 
57
@MINGW_FALSE@   $(top_builddir)/lasso/xml/liblasso-xml.la \
 
58
@MINGW_FALSE@   $(top_builddir)/lasso/protocols/liblasso-protocols.la \
 
59
@MINGW_FALSE@   $(top_builddir)/lasso/environs/liblasso-environs.la \
 
60
@MINGW_FALSE@   $(am__DEPENDENCIES_1)
 
61
@MINGW_TRUE@liblasso_la_DEPENDENCIES =  \
 
62
@MINGW_TRUE@    $(top_builddir)/lasso/xml/liblasso-xml.la \
 
63
@MINGW_TRUE@    $(top_builddir)/lasso/protocols/liblasso-protocols.la \
 
64
@MINGW_TRUE@    $(top_builddir)/lasso/environs/liblasso-environs.la \
 
65
@MINGW_TRUE@    $(am__DEPENDENCIES_1) lasso.rc.lo
 
66
am_liblasso_la_OBJECTS = lasso.lo
 
67
liblasso_la_OBJECTS = $(am_liblasso_la_OBJECTS)
 
68
DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
 
69
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
70
am__depfiles_maybe = depfiles
 
71
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/lasso.Plo
 
72
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
73
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
74
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
 
75
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
76
        $(AM_CFLAGS) $(CFLAGS)
 
77
CCLD = $(CC)
 
78
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
79
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
80
SOURCES = $(liblasso_la_SOURCES)
 
81
DIST_SOURCES = $(liblasso_la_SOURCES)
 
82
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
83
        html-recursive info-recursive install-data-recursive \
 
84
        install-exec-recursive install-info-recursive \
 
85
        install-recursive installcheck-recursive installdirs-recursive \
 
86
        pdf-recursive ps-recursive uninstall-info-recursive \
 
87
        uninstall-recursive
 
88
liblassoincludeHEADERS_INSTALL = $(INSTALL_HEADER)
 
89
HEADERS = $(liblassoinclude_HEADERS)
 
90
ETAGS = etags
 
91
CTAGS = ctags
 
92
DIST_SUBDIRS = $(SUBDIRS)
 
93
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
94
ACLOCAL = @ACLOCAL@
 
95
AMDEP_FALSE = @AMDEP_FALSE@
 
96
AMDEP_TRUE = @AMDEP_TRUE@
 
97
AMTAR = @AMTAR@
 
98
AR = @AR@
 
99
AS = @AS@
 
100
AUTOCONF = @AUTOCONF@
 
101
AUTOHEADER = @AUTOHEADER@
 
102
AUTOMAKE = @AUTOMAKE@
 
103
AWK = @AWK@
 
104
CC = @CC@
 
105
CCDEPMODE = @CCDEPMODE@
 
106
CFLAGS = @CFLAGS@
 
107
CHECK_CFLAGS = @CHECK_CFLAGS@
 
108
CHECK_LIBS = @CHECK_LIBS@
 
109
CPP = @CPP@
 
110
CPPFLAGS = @CPPFLAGS@
 
111
CSHARPCILINTERPRETER = @CSHARPCILINTERPRETER@
 
112
CSHARPCOMPILER = @CSHARPCOMPILER@
 
113
CSHARPCYGPATH_W = @CSHARPCYGPATH_W@
 
114
CSHARPDYNAMICLINKING = @CSHARPDYNAMICLINKING@
 
115
CSHARPLIBRARYPREFIX = @CSHARPLIBRARYPREFIX@
 
116
CSHARP_ENABLED_FALSE = @CSHARP_ENABLED_FALSE@
 
117
CSHARP_ENABLED_TRUE = @CSHARP_ENABLED_TRUE@
 
118
CXX = @CXX@
 
119
CXXCPP = @CXXCPP@
 
120
CXXDEPMODE = @CXXDEPMODE@
 
121
CXXFLAGS = @CXXFLAGS@
 
122
CYGPATH_W = @CYGPATH_W@
 
123
DARWIN_FALSE = @DARWIN_FALSE@
 
124
DARWIN_TRUE = @DARWIN_TRUE@
 
125
DEFS = @DEFS@
 
126
DEPDIR = @DEPDIR@
 
127
DLLTOOL = @DLLTOOL@
 
128
ECHO = @ECHO@
 
129
ECHO_C = @ECHO_C@
 
130
ECHO_N = @ECHO_N@
 
131
ECHO_T = @ECHO_T@
 
132
EGREP = @EGREP@
 
133
EXEEXT = @EXEEXT@
 
134
F77 = @F77@
 
135
FFLAGS = @FFLAGS@
 
136
GACUTIL = @GACUTIL@
 
137
GCJ = @GCJ@
 
138
GCJDEPMODE = @GCJDEPMODE@
 
139
GCJFLAGS = @GCJFLAGS@
 
140
GTK_DOC_CFLAGS = @GTK_DOC_CFLAGS@
 
141
GTK_DOC_ENABLED_FALSE = @GTK_DOC_ENABLED_FALSE@
 
142
GTK_DOC_ENABLED_TRUE = @GTK_DOC_ENABLED_TRUE@
 
143
GTK_DOC_LIBS = @GTK_DOC_LIBS@
 
144
HAVE_REST2HTML_FALSE = @HAVE_REST2HTML_FALSE@
 
145
HAVE_REST2HTML_TRUE = @HAVE_REST2HTML_TRUE@
 
146
HTML_DIR = @HTML_DIR@
 
147
INSTALL_DATA = @INSTALL_DATA@
 
148
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
149
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
150
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
151
JAR = @JAR@
 
152
JAVA = @JAVA@
 
153
JAVAC = @JAVAC@
 
154
JAVAC_FLAGS = @JAVAC_FLAGS@
 
155
JAVA_ENABLED_FALSE = @JAVA_ENABLED_FALSE@
 
156
JAVA_ENABLED_TRUE = @JAVA_ENABLED_TRUE@
 
157
JAVA_VERSION = @JAVA_VERSION@
 
158
JDK_INCLUDE = @JDK_INCLUDE@
 
159
LASSO_APP_DEFINES = @LASSO_APP_DEFINES@
 
160
LASSO_CFLAGS = @LASSO_CFLAGS@
 
161
LASSO_CORE_CFLAGS = @LASSO_CORE_CFLAGS@
 
162
LASSO_CORE_LIBS = @LASSO_CORE_LIBS@
 
163
LASSO_DEFINES = @LASSO_DEFINES@
 
164
LASSO_DOCDIR = @LASSO_DOCDIR@
 
165
LASSO_LIBS = @LASSO_LIBS@
 
166
LASSO_STATIC_BINARIES = @LASSO_STATIC_BINARIES@
 
167
LASSO_VERSION_INFO = @LASSO_VERSION_INFO@
 
168
LDFLAGS = @LDFLAGS@
 
169
LIBOBJS = @LIBOBJS@
 
170
LIBS = @LIBS@
 
171
LIBTOOL = @LIBTOOL@
 
172
LIBTOOL_DEPS = @LIBTOOL_DEPS@
 
173
LN_S = @LN_S@
 
174
LTLIBOBJS = @LTLIBOBJS@
 
175
MAINT = @MAINT@
 
176
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
177
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
178
MAKEINFO = @MAKEINFO@
 
179
MINGW_FALSE = @MINGW_FALSE@
 
180
MINGW_TRUE = @MINGW_TRUE@
 
181
OBJDUMP = @OBJDUMP@
 
182
OBJEXT = @OBJEXT@
 
183
PACKAGE = @PACKAGE@
 
184
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
185
PACKAGE_NAME = @PACKAGE_NAME@
 
186
PACKAGE_STRING = @PACKAGE_STRING@
 
187
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
188
PACKAGE_VERSION = @PACKAGE_VERSION@
 
189
PATH_SEPARATOR = @PATH_SEPARATOR@
 
190
PHP = @PHP@
 
191
PHP_CONFIG = @PHP_CONFIG@
 
192
PHP_ENABLED_FALSE = @PHP_ENABLED_FALSE@
 
193
PHP_ENABLED_TRUE = @PHP_ENABLED_TRUE@
 
194
PHP_INCLUDES = @PHP_INCLUDES@
 
195
PHP_LDFLAGS = @PHP_LDFLAGS@
 
196
PHP_LIBS = @PHP_LIBS@
 
197
PHP_PATH = @PHP_PATH@
 
198
PHP_PREFIX = @PHP_PREFIX@
 
199
PHP_UNPREFIXED_EXTENSION_DIR = @PHP_UNPREFIXED_EXTENSION_DIR@
 
200
PHP_VERSION = @PHP_VERSION@
 
201
PKG_CONFIG = @PKG_CONFIG@
 
202
PYTHON = @PYTHON@
 
203
PYTHON_ENABLED_FALSE = @PYTHON_ENABLED_FALSE@
 
204
PYTHON_ENABLED_TRUE = @PYTHON_ENABLED_TRUE@
 
205
PYTHON_VERSION = @PYTHON_VERSION@
 
206
PY_CFLAGS = @PY_CFLAGS@
 
207
PY_DYNLOAD = @PY_DYNLOAD@
 
208
PY_EXTRA_LIBS = @PY_EXTRA_LIBS@
 
209
PY_LIB_A = @PY_LIB_A@
 
210
PY_LIB_LOC = @PY_LIB_LOC@
 
211
PY_SITE_PACKAGES = @PY_SITE_PACKAGES@
 
212
RANLIB = @RANLIB@
 
213
RC = @RC@
 
214
REST2HTML = @REST2HTML@
 
215
SET_MAKE = @SET_MAKE@
 
216
SHELL = @SHELL@
 
217
STRIP = @STRIP@
 
218
SWIG = @SWIG@
 
219
SWIG_PYTHON_ARGS = @SWIG_PYTHON_ARGS@
 
220
TAR = @TAR@
 
221
U = @U@
 
222
VERSION = @VERSION@
 
223
WITH_TESTS_FALSE = @WITH_TESTS_FALSE@
 
224
WITH_TESTS_TRUE = @WITH_TESTS_TRUE@
 
225
ac_ct_AR = @ac_ct_AR@
 
226
ac_ct_AS = @ac_ct_AS@
 
227
ac_ct_CC = @ac_ct_CC@
 
228
ac_ct_CXX = @ac_ct_CXX@
 
229
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
 
230
ac_ct_F77 = @ac_ct_F77@
 
231
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
 
232
ac_ct_RANLIB = @ac_ct_RANLIB@
 
233
ac_ct_RC = @ac_ct_RC@
 
234
ac_ct_STRIP = @ac_ct_STRIP@
 
235
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
236
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
237
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
238
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
239
am__fastdepGCJ_FALSE = @am__fastdepGCJ_FALSE@
 
240
am__fastdepGCJ_TRUE = @am__fastdepGCJ_TRUE@
 
241
am__include = @am__include@
 
242
am__leading_dot = @am__leading_dot@
 
243
am__quote = @am__quote@
 
244
bindir = @bindir@
 
245
build = @build@
 
246
build_alias = @build_alias@
 
247
build_cpu = @build_cpu@
 
248
build_os = @build_os@
 
249
build_vendor = @build_vendor@
 
250
datadir = @datadir@
 
251
exec_prefix = @exec_prefix@
 
252
host = @host@
 
253
host_alias = @host_alias@
 
254
host_cpu = @host_cpu@
 
255
host_os = @host_os@
 
256
host_vendor = @host_vendor@
 
257
includedir = @includedir@
 
258
infodir = @infodir@
 
259
install_sh = @install_sh@
 
260
libdir = @libdir@
 
261
libexecdir = @libexecdir@
 
262
localstatedir = @localstatedir@
 
263
mandir = @mandir@
 
264
mkdir_p = @mkdir_p@
 
265
oldincludedir = @oldincludedir@
 
266
prefix = @prefix@
 
267
program_transform_name = @program_transform_name@
 
268
sbindir = @sbindir@
 
269
sharedstatedir = @sharedstatedir@
 
270
sysconfdir = @sysconfdir@
 
271
target_alias = @target_alias@
 
272
SUBDIRS = xml protocols environs
 
273
liblassoincludedir = $(includedir)/lasso
 
274
INCLUDES = \
 
275
        -I$(top_srcdir) \
 
276
        $(LASSO_DEFINES) \
 
277
        $(LASSO_CFLAGS)
 
278
 
 
279
LTRCCOMPILE = $(LIBTOOL) --tag=RC --mode=compile $(RC) \
 
280
     `echo $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) |\
 
281
         sed -e 's/-I/--include-dir /g;s/-D/--define /g'`
 
282
 
 
283
lib_LTLIBRARIES = liblasso.la
 
284
liblassoinclude_HEADERS = export.h lasso.h lasso_config.h
 
285
liblasso_la_SOURCES = lasso.c
 
286
@MINGW_FALSE@liblasso_la_LIBADD = \
 
287
@MINGW_FALSE@   $(top_builddir)/lasso/xml/liblasso-xml.la \
 
288
@MINGW_FALSE@   $(top_builddir)/lasso/protocols/liblasso-protocols.la \
 
289
@MINGW_FALSE@   $(top_builddir)/lasso/environs/liblasso-environs.la \
 
290
@MINGW_FALSE@   $(LASSO_LIBS)
 
291
 
 
292
@MINGW_TRUE@liblasso_la_LIBADD = \
 
293
@MINGW_TRUE@    $(top_builddir)/lasso/xml/liblasso-xml.la \
 
294
@MINGW_TRUE@    $(top_builddir)/lasso/protocols/liblasso-protocols.la \
 
295
@MINGW_TRUE@    $(top_builddir)/lasso/environs/liblasso-environs.la \
 
296
@MINGW_TRUE@    $(LASSO_LIBS) \
 
297
@MINGW_TRUE@    lasso.rc.lo
 
298
 
 
299
# Just make damn sure the ABI stays the same between
 
300
# upgrades.
 
301
# Obviously if you don't, fixing the situation up again can be painful. 
 
302
@MINGW_FALSE@liblasso_la_LDFLAGS = -no-undefined -version-info @LASSO_VERSION_INFO@
 
303
# Just make damn sure the ABI stays the same between
 
304
# upgrades.
 
305
# Obviously if you don't, fixing the situation up again can be painful. 
 
306
@MINGW_TRUE@liblasso_la_LDFLAGS = -no-undefined -version-info @LASSO_VERSION_INFO@ \
 
307
@MINGW_TRUE@                      -Wl,--add-stdcall-alias 
 
308
 
 
309
all: lasso_config.h
 
310
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
311
 
 
312
.SUFFIXES:
 
313
.SUFFIXES: .c .lo .o .obj
 
314
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
315
        @for dep in $?; do \
 
316
          case '$(am__configure_deps)' in \
 
317
            *$$dep*) \
 
318
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
319
                && exit 0; \
 
320
              exit 1;; \
 
321
          esac; \
 
322
        done; \
 
323
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lasso/Makefile'; \
 
324
        cd $(top_srcdir) && \
 
325
          $(AUTOMAKE) --gnu  lasso/Makefile
 
326
.PRECIOUS: Makefile
 
327
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
328
        @case '$?' in \
 
329
          *config.status*) \
 
330
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
331
          *) \
 
332
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
333
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
334
        esac;
 
335
 
 
336
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
337
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
338
 
 
339
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
340
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
341
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
342
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
343
 
 
344
lasso_config.h: stamp-h1
 
345
        @if test ! -f $@; then \
 
346
          rm -f stamp-h1; \
 
347
          $(MAKE) stamp-h1; \
 
348
        else :; fi
 
349
 
 
350
stamp-h1: $(srcdir)/lasso_config.h.in $(top_builddir)/config.status
 
351
        @rm -f stamp-h1
 
352
        cd $(top_builddir) && $(SHELL) ./config.status lasso/lasso_config.h
 
353
$(srcdir)/lasso_config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
 
354
        cd $(top_srcdir) && $(AUTOHEADER)
 
355
        rm -f stamp-h1
 
356
        touch $@
 
357
 
 
358
distclean-hdr:
 
359
        -rm -f lasso_config.h stamp-h1
 
360
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
361
        @$(NORMAL_INSTALL)
 
362
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
 
363
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
364
          if test -f $$p; then \
 
365
            f="`echo $$p | sed -e 's|^.*/||'`"; \
 
366
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
367
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
368
          else :; fi; \
 
369
        done
 
370
 
 
371
uninstall-libLTLIBRARIES:
 
372
        @$(NORMAL_UNINSTALL)
 
373
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
374
            p="`echo $$p | sed -e 's|^.*/||'`"; \
 
375
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
376
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
377
        done
 
378
 
 
379
clean-libLTLIBRARIES:
 
380
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
381
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
382
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
383
          test "$$dir" != "$$p" || dir=.; \
 
384
          echo "rm -f \"$${dir}/so_locations\""; \
 
385
          rm -f "$${dir}/so_locations"; \
 
386
        done
 
387
liblasso.la: $(liblasso_la_OBJECTS) $(liblasso_la_DEPENDENCIES) 
 
388
        $(LINK) -rpath $(libdir) $(liblasso_la_LDFLAGS) $(liblasso_la_OBJECTS) $(liblasso_la_LIBADD) $(LIBS)
 
389
 
 
390
mostlyclean-compile:
 
391
        -rm -f *.$(OBJEXT)
 
392
 
 
393
distclean-compile:
 
394
        -rm -f *.tab.c
 
395
 
 
396
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lasso.Plo@am__quote@
 
397
 
 
398
.c.o:
 
399
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
400
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
401
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
402
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
403
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
404
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
405
 
 
406
.c.obj:
 
407
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
408
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
409
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
410
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
411
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
412
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
413
 
 
414
.c.lo:
 
415
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
416
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
417
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
418
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
 
419
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
420
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
421
 
 
422
mostlyclean-libtool:
 
423
        -rm -f *.lo
 
424
 
 
425
clean-libtool:
 
426
        -rm -rf .libs _libs
 
427
 
 
428
distclean-libtool:
 
429
        -rm -f libtool
 
430
uninstall-info-am:
 
431
install-liblassoincludeHEADERS: $(liblassoinclude_HEADERS)
 
432
        @$(NORMAL_INSTALL)
 
433
        test -z "$(liblassoincludedir)" || $(mkdir_p) "$(DESTDIR)$(liblassoincludedir)"
 
434
        @list='$(liblassoinclude_HEADERS)'; for p in $$list; do \
 
435
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
436
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
437
          echo " $(liblassoincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(liblassoincludedir)/$$f'"; \
 
438
          $(liblassoincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(liblassoincludedir)/$$f"; \
 
439
        done
 
440
 
 
441
uninstall-liblassoincludeHEADERS:
 
442
        @$(NORMAL_UNINSTALL)
 
443
        @list='$(liblassoinclude_HEADERS)'; for p in $$list; do \
 
444
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
445
          echo " rm -f '$(DESTDIR)$(liblassoincludedir)/$$f'"; \
 
446
          rm -f "$(DESTDIR)$(liblassoincludedir)/$$f"; \
 
447
        done
 
448
 
 
449
# This directory's subdirectories are mostly independent; you can cd
 
450
# into them and run `make' without going through this Makefile.
 
451
# To change the values of `make' variables: instead of editing Makefiles,
 
452
# (1) if the variable is set in `config.status', edit `config.status'
 
453
#     (which will cause the Makefiles to be regenerated when you run `make');
 
454
# (2) otherwise, pass the desired values on the `make' command line.
 
455
$(RECURSIVE_TARGETS):
 
456
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
457
        dot_seen=no; \
 
458
        target=`echo $@ | sed s/-recursive//`; \
 
459
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
460
          echo "Making $$target in $$subdir"; \
 
461
          if test "$$subdir" = "."; then \
 
462
            dot_seen=yes; \
 
463
            local_target="$$target-am"; \
 
464
          else \
 
465
            local_target="$$target"; \
 
466
          fi; \
 
467
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
468
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
469
        done; \
 
470
        if test "$$dot_seen" = "no"; then \
 
471
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
472
        fi; test -z "$$fail"
 
473
 
 
474
mostlyclean-recursive clean-recursive distclean-recursive \
 
475
maintainer-clean-recursive:
 
476
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
477
        dot_seen=no; \
 
478
        case "$@" in \
 
479
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
480
          *) list='$(SUBDIRS)' ;; \
 
481
        esac; \
 
482
        rev=''; for subdir in $$list; do \
 
483
          if test "$$subdir" = "."; then :; else \
 
484
            rev="$$subdir $$rev"; \
 
485
          fi; \
 
486
        done; \
 
487
        rev="$$rev ."; \
 
488
        target=`echo $@ | sed s/-recursive//`; \
 
489
        for subdir in $$rev; do \
 
490
          echo "Making $$target in $$subdir"; \
 
491
          if test "$$subdir" = "."; then \
 
492
            local_target="$$target-am"; \
 
493
          else \
 
494
            local_target="$$target"; \
 
495
          fi; \
 
496
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
497
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
498
        done && test -z "$$fail"
 
499
tags-recursive:
 
500
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
501
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
502
        done
 
503
ctags-recursive:
 
504
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
505
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
506
        done
 
507
 
 
508
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
509
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
510
        unique=`for i in $$list; do \
 
511
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
512
          done | \
 
513
          $(AWK) '    { files[$$0] = 1; } \
 
514
               END { for (i in files) print i; }'`; \
 
515
        mkid -fID $$unique
 
516
tags: TAGS
 
517
 
 
518
TAGS: tags-recursive $(HEADERS) $(SOURCES) lasso_config.h.in $(TAGS_DEPENDENCIES) \
 
519
                $(TAGS_FILES) $(LISP)
 
520
        tags=; \
 
521
        here=`pwd`; \
 
522
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
523
          include_option=--etags-include; \
 
524
          empty_fix=.; \
 
525
        else \
 
526
          include_option=--include; \
 
527
          empty_fix=; \
 
528
        fi; \
 
529
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
530
          if test "$$subdir" = .; then :; else \
 
531
            test ! -f $$subdir/TAGS || \
 
532
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
533
          fi; \
 
534
        done; \
 
535
        list='$(SOURCES) $(HEADERS) lasso_config.h.in $(LISP) $(TAGS_FILES)'; \
 
536
        unique=`for i in $$list; do \
 
537
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
538
          done | \
 
539
          $(AWK) '    { files[$$0] = 1; } \
 
540
               END { for (i in files) print i; }'`; \
 
541
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
542
          test -n "$$unique" || unique=$$empty_fix; \
 
543
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
544
            $$tags $$unique; \
 
545
        fi
 
546
ctags: CTAGS
 
547
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) lasso_config.h.in $(TAGS_DEPENDENCIES) \
 
548
                $(TAGS_FILES) $(LISP)
 
549
        tags=; \
 
550
        here=`pwd`; \
 
551
        list='$(SOURCES) $(HEADERS) lasso_config.h.in $(LISP) $(TAGS_FILES)'; \
 
552
        unique=`for i in $$list; do \
 
553
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
554
          done | \
 
555
          $(AWK) '    { files[$$0] = 1; } \
 
556
               END { for (i in files) print i; }'`; \
 
557
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
558
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
559
             $$tags $$unique
 
560
 
 
561
GTAGS:
 
562
        here=`$(am__cd) $(top_builddir) && pwd` \
 
563
          && cd $(top_srcdir) \
 
564
          && gtags -i $(GTAGS_ARGS) $$here
 
565
 
 
566
distclean-tags:
 
567
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
568
 
 
569
distdir: $(DISTFILES)
 
570
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
571
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
572
        list='$(DISTFILES)'; for file in $$list; do \
 
573
          case $$file in \
 
574
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
575
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
576
          esac; \
 
577
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
578
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
579
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
580
            dir="/$$dir"; \
 
581
            $(mkdir_p) "$(distdir)$$dir"; \
 
582
          else \
 
583
            dir=''; \
 
584
          fi; \
 
585
          if test -d $$d/$$file; then \
 
586
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
587
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
588
            fi; \
 
589
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
590
          else \
 
591
            test -f $(distdir)/$$file \
 
592
            || cp -p $$d/$$file $(distdir)/$$file \
 
593
            || exit 1; \
 
594
          fi; \
 
595
        done
 
596
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
597
          if test "$$subdir" = .; then :; else \
 
598
            test -d "$(distdir)/$$subdir" \
 
599
            || mkdir "$(distdir)/$$subdir" \
 
600
            || exit 1; \
 
601
            (cd $$subdir && \
 
602
              $(MAKE) $(AM_MAKEFLAGS) \
 
603
                top_distdir="../$(top_distdir)" \
 
604
                distdir="../$(distdir)/$$subdir" \
 
605
                distdir) \
 
606
              || exit 1; \
 
607
          fi; \
 
608
        done
 
609
check-am: all-am
 
610
check: check-recursive
 
611
all-am: Makefile $(LTLIBRARIES) $(HEADERS) lasso_config.h
 
612
installdirs: installdirs-recursive
 
613
installdirs-am:
 
614
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(liblassoincludedir)"; do \
 
615
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
616
        done
 
617
install: install-recursive
 
618
install-exec: install-exec-recursive
 
619
install-data: install-data-recursive
 
620
uninstall: uninstall-recursive
 
621
 
 
622
install-am: all-am
 
623
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
624
 
 
625
installcheck: installcheck-recursive
 
626
install-strip:
 
627
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
628
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
629
          `test -z '$(STRIP)' || \
 
630
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
631
mostlyclean-generic:
 
632
 
 
633
clean-generic:
 
634
 
 
635
distclean-generic:
 
636
        -rm -f $(CONFIG_CLEAN_FILES)
 
637
 
 
638
maintainer-clean-generic:
 
639
        @echo "This command is intended for maintainers to use"
 
640
        @echo "it deletes files that may require special tools to rebuild."
 
641
clean: clean-recursive
 
642
 
 
643
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
 
644
        mostlyclean-am
 
645
 
 
646
distclean: distclean-recursive
 
647
        -rm -rf ./$(DEPDIR)
 
648
        -rm -f Makefile
 
649
distclean-am: clean-am distclean-compile distclean-generic \
 
650
        distclean-hdr distclean-libtool distclean-tags
 
651
 
 
652
dvi: dvi-recursive
 
653
 
 
654
dvi-am:
 
655
 
 
656
html: html-recursive
 
657
 
 
658
info: info-recursive
 
659
 
 
660
info-am:
 
661
 
 
662
install-data-am: install-liblassoincludeHEADERS
 
663
 
 
664
install-exec-am: install-libLTLIBRARIES
 
665
 
 
666
install-info: install-info-recursive
 
667
 
 
668
install-man:
 
669
 
 
670
installcheck-am:
 
671
 
 
672
maintainer-clean: maintainer-clean-recursive
 
673
        -rm -rf ./$(DEPDIR)
 
674
        -rm -f Makefile
 
675
maintainer-clean-am: distclean-am maintainer-clean-generic
 
676
 
 
677
mostlyclean: mostlyclean-recursive
 
678
 
 
679
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
680
        mostlyclean-libtool
 
681
 
 
682
pdf: pdf-recursive
 
683
 
 
684
pdf-am:
 
685
 
 
686
ps: ps-recursive
 
687
 
 
688
ps-am:
 
689
 
 
690
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \
 
691
        uninstall-liblassoincludeHEADERS
 
692
 
 
693
uninstall-info: uninstall-info-recursive
 
694
 
 
695
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 
696
        clean clean-generic clean-libLTLIBRARIES clean-libtool \
 
697
        clean-recursive ctags ctags-recursive distclean \
 
698
        distclean-compile distclean-generic distclean-hdr \
 
699
        distclean-libtool distclean-recursive distclean-tags distdir \
 
700
        dvi dvi-am html html-am info info-am install install-am \
 
701
        install-data install-data-am install-exec install-exec-am \
 
702
        install-info install-info-am install-libLTLIBRARIES \
 
703
        install-liblassoincludeHEADERS install-man install-strip \
 
704
        installcheck installcheck-am installdirs installdirs-am \
 
705
        maintainer-clean maintainer-clean-generic \
 
706
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
 
707
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
 
708
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
 
709
        uninstall-info-am uninstall-libLTLIBRARIES \
 
710
        uninstall-liblassoincludeHEADERS
 
711
 
 
712
 
 
713
lasso.rc.lo: $(top_srcdir)/win32/lasso.rc
 
714
        $(LTRCCOMPILE) -i $< -o $@
 
715
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
716
# Otherwise a system limit (for SysV at least) may be exceeded.
 
717
.NOEXPORT: