~ubuntu-branches/ubuntu/precise/igraph/precise

« back to all changes in this revision

Viewing changes to interfaces/R/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Malaterre
  • Date: 2009-11-16 18:12:42 UTC
  • Revision ID: james.westby@ubuntu.com-20091116181242-mzv9p5fz9uj57xd1
Tags: upstream-0.5.3
ImportĀ upstreamĀ versionĀ 0.5.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.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  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
VPATH = @srcdir@
 
17
pkgdatadir = $(datadir)/@PACKAGE@
 
18
pkglibdir = $(libdir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
21
install_sh_DATA = $(install_sh) -c -m 644
 
22
install_sh_PROGRAM = $(install_sh) -c
 
23
install_sh_SCRIPT = $(install_sh) -c
 
24
INSTALL_HEADER = $(INSTALL_DATA)
 
25
transform = $(program_transform_name)
 
26
NORMAL_INSTALL = :
 
27
PRE_INSTALL = :
 
28
POST_INSTALL = :
 
29
NORMAL_UNINSTALL = :
 
30
PRE_UNINSTALL = :
 
31
POST_UNINSTALL = :
 
32
build_triplet = @build@
 
33
host_triplet = @host@
 
34
subdir = interfaces/R
 
35
DIST_COMMON = $(srcdir)/DESCRIPTION.in $(srcdir)/Makefile.am \
 
36
        $(srcdir)/Makefile.in $(srcdir)/configure.in.in
 
37
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
38
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
39
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
40
        $(ACLOCAL_M4)
 
41
mkinstalldirs = $(install_sh) -d
 
42
CONFIG_HEADER = $(top_builddir)/config.h
 
43
CONFIG_CLEAN_FILES = configure.in DESCRIPTION
 
44
SOURCES =
 
45
DIST_SOURCES =
 
46
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
47
ACLOCAL = @ACLOCAL@
 
48
AMTAR = @AMTAR@
 
49
AR = @AR@
 
50
AS = @AS@
 
51
AUTOCONF = @AUTOCONF@
 
52
AUTOHEADER = @AUTOHEADER@
 
53
AUTOM4TE = @AUTOM4TE@
 
54
AUTOMAKE = @AUTOMAKE@
 
55
AWK = @AWK@
 
56
CC = @CC@
 
57
CCDEPMODE = @CCDEPMODE@
 
58
CFLAGS = @CFLAGS@
 
59
CPP = @CPP@
 
60
CPPFLAGS = @CPPFLAGS@
 
61
CXX = @CXX@
 
62
CXXCPP = @CXXCPP@
 
63
CXXDEPMODE = @CXXDEPMODE@
 
64
CXXFLAGS = @CXXFLAGS@
 
65
CYGPATH_W = @CYGPATH_W@
 
66
DEFS = @DEFS@
 
67
DEPDIR = @DEPDIR@
 
68
DLLTOOL = @DLLTOOL@
 
69
DSYMUTIL = @DSYMUTIL@
 
70
DUMPBIN = @DUMPBIN@
 
71
ECHO_C = @ECHO_C@
 
72
ECHO_N = @ECHO_N@
 
73
ECHO_T = @ECHO_T@
 
74
EGREP = @EGREP@
 
75
EXEEXT = @EXEEXT@
 
76
FGREP = @FGREP@
 
77
FLOATSTORE = @FLOATSTORE@
 
78
GREP = @GREP@
 
79
INSTALL = @INSTALL@
 
80
INSTALL_DATA = @INSTALL_DATA@
 
81
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
82
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
83
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
84
LD = @LD@
 
85
LDFLAGS = @LDFLAGS@
 
86
LEX = @LEX@
 
87
LEXLIB = @LEXLIB@
 
88
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
89
LIBOBJS = @LIBOBJS@
 
90
LIBS = @LIBS@
 
91
LIBTOOL = @LIBTOOL@
 
92
LIPO = @LIPO@
 
93
LN_S = @LN_S@
 
94
LTLIBOBJS = @LTLIBOBJS@
 
95
MAKEINFO = @MAKEINFO@
 
96
MKDIR_P = @MKDIR_P@
 
97
NM = @NM@
 
98
NMEDIT = @NMEDIT@
 
99
OBJDUMP = @OBJDUMP@
 
100
OBJEXT = @OBJEXT@
 
101
OTOOL = @OTOOL@
 
102
OTOOL64 = @OTOOL64@
 
103
PACKAGE = @PACKAGE@
 
104
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
105
PACKAGE_NAME = @PACKAGE_NAME@
 
106
PACKAGE_STRING = @PACKAGE_STRING@
 
107
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
108
PACKAGE_VERSION = @PACKAGE_VERSION@
 
109
PATH_SEPARATOR = @PATH_SEPARATOR@
 
110
RANLIB = @RANLIB@
 
111
SED = @SED@
 
112
SET_MAKE = @SET_MAKE@
 
113
SHELL = @SHELL@
 
114
STRIP = @STRIP@
 
115
VERSION = @VERSION@
 
116
WARNING_CFLAGS = @WARNING_CFLAGS@
 
117
WERROR_CFLAGS = @WERROR_CFLAGS@
 
118
XML2CONFIG = @XML2CONFIG@
 
119
XML2_CFLAGS = @XML2_CFLAGS@
 
120
XML2_LIBS = @XML2_LIBS@
 
121
YACC = @YACC@
 
122
YFLAGS = @YFLAGS@
 
123
abs_builddir = @abs_builddir@
 
124
abs_srcdir = @abs_srcdir@
 
125
abs_top_builddir = @abs_top_builddir@
 
126
abs_top_srcdir = @abs_top_srcdir@
 
127
ac_ct_CC = @ac_ct_CC@
 
128
ac_ct_CXX = @ac_ct_CXX@
 
129
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
130
am__include = @am__include@
 
131
am__leading_dot = @am__leading_dot@
 
132
am__quote = @am__quote@
 
133
am__tar = @am__tar@
 
134
am__untar = @am__untar@
 
135
bindir = @bindir@
 
136
build = @build@
 
137
build_alias = @build_alias@
 
138
build_cpu = @build_cpu@
 
139
build_os = @build_os@
 
140
build_vendor = @build_vendor@
 
141
builddir = @builddir@
 
142
datadir = @datadir@
 
143
datarootdir = @datarootdir@
 
144
docdir = @docdir@
 
145
dvidir = @dvidir@
 
146
exec_prefix = @exec_prefix@
 
147
host = @host@
 
148
host_alias = @host_alias@
 
149
host_cpu = @host_cpu@
 
150
host_os = @host_os@
 
151
host_vendor = @host_vendor@
 
152
htmldir = @htmldir@
 
153
includedir = @includedir@
 
154
infodir = @infodir@
 
155
install_sh = @install_sh@
 
156
libdir = @libdir@
 
157
libexecdir = @libexecdir@
 
158
localedir = @localedir@
 
159
localstatedir = @localstatedir@
 
160
lt_ECHO = @lt_ECHO@
 
161
mandir = @mandir@
 
162
mkdir_p = @mkdir_p@
 
163
oldincludedir = @oldincludedir@
 
164
pdfdir = @pdfdir@
 
165
prefix = @prefix@
 
166
program_transform_name = @program_transform_name@
 
167
psdir = @psdir@
 
168
sbindir = @sbindir@
 
169
sharedstatedir = @sharedstatedir@
 
170
srcdir = @srcdir@
 
171
sysconfdir = @sysconfdir@
 
172
target_alias = @target_alias@
 
173
top_builddir = @top_builddir@
 
174
top_srcdir = @top_srcdir@
 
175
RFILES = $(wildcard igraph/R/*.R) $(wildcard igraph/man/*.Rd) \
 
176
        igraph/src/config.h igraph/src/config.h.in igraph/src/Makevars.in \
 
177
        igraph/src/Makevars.win igraph/DESCRIPTION \
 
178
        igraph/NAMESPACE igraph/R/auto.R igraph/src/rinterface.c \
 
179
        igraph/configure
 
180
 
 
181
 
 
182
# Files from the original source
 
183
YFILES = $(wildcard $(top_srcdir)/src/*.y)
 
184
LFILES = $(wildcard $(top_srcdir)/src/*.l)
 
185
SRCFILES_ORIGPLACE = $(wildcard $(top_srcdir)/src/*.c) \
 
186
        $(wildcard $(top_srcdir)/src/*.h) \
 
187
        $(wildcard $(top_srcdir)/src/*.cc) \
 
188
        $(wildcard $(top_srcdir)/src/*.hh) \
 
189
        $(wildcard $(top_srcdir)/src/*.cpp) \
 
190
        $(wildcard $(top_srcdir)/src/*.pmt) \
 
191
        $(YFILES:.y=.c) $(YFILES:.y=.h) $(LFILES:.l=.c)
 
192
 
 
193
SRCFILES_ORIGPLACE2 = $(wildcard $(top_srcdir)/src/arpack/*.c)
 
194
SRCFILES_ORIGPLACE3 = $(wildcard $(top_srcdir)/src/lapack/*.c)
 
195
SRCFILES_ORIGPLACE4 = $(wildcard $(top_srcdir)/src/blas/*.c)
 
196
SRCFILES_ORIGPLACE5 = $(wildcard $(top_srcdir)/src/f2c/*.c)
 
197
SRCFILES = $(patsubst $(top_srcdir)/src/%,igraph/src/%,$(SRCFILES_ORIGPLACE)) \
 
198
        $(patsubst $(top_srcdir)/src/arpack/%,igraph/src/%,$(SRCFILES_ORIGPLACE2)) \
 
199
        $(patsubst $(top_srcdir)/src/lapack/%,igraph/src/%,$(SRCFILES_ORIGPLACE3)) \
 
200
        $(patsubst $(top_srcdir)/src/blas/%,igraph/src/%,$(SRCFILES_ORIGPLACE4)) \
 
201
        $(patsubst $(top_srcdir)/src/f2c/%,igraph/src/%,$(SRCFILES_ORIGPLACE5))
 
202
 
 
203
all: all-am
 
204
 
 
205
.SUFFIXES:
 
206
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
207
        @for dep in $?; do \
 
208
          case '$(am__configure_deps)' in \
 
209
            *$$dep*) \
 
210
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
211
                && exit 0; \
 
212
              exit 1;; \
 
213
          esac; \
 
214
        done; \
 
215
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  interfaces/R/Makefile'; \
 
216
        cd $(top_srcdir) && \
 
217
          $(AUTOMAKE) --gnu  interfaces/R/Makefile
 
218
.PRECIOUS: Makefile
 
219
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
220
        @case '$?' in \
 
221
          *config.status*) \
 
222
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
223
          *) \
 
224
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
225
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
226
        esac;
 
227
 
 
228
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
229
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
230
 
 
231
$(top_srcdir)/configure:  $(am__configure_deps)
 
232
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
233
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
234
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
235
configure.in: $(top_builddir)/config.status $(srcdir)/configure.in.in
 
236
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
237
DESCRIPTION: $(top_builddir)/config.status $(srcdir)/DESCRIPTION.in
 
238
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
239
 
 
240
mostlyclean-libtool:
 
241
        -rm -f *.lo
 
242
 
 
243
clean-libtool:
 
244
        -rm -rf .libs _libs
 
245
tags: TAGS
 
246
TAGS:
 
247
 
 
248
ctags: CTAGS
 
249
CTAGS:
 
250
 
 
251
 
 
252
distdir: $(DISTFILES)
 
253
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
254
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
255
        list='$(DISTFILES)'; \
 
256
          dist_files=`for file in $$list; do echo $$file; done | \
 
257
          sed -e "s|^$$srcdirstrip/||;t" \
 
258
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
259
        case $$dist_files in \
 
260
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
261
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
262
                           sort -u` ;; \
 
263
        esac; \
 
264
        for file in $$dist_files; do \
 
265
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
266
          if test -d $$d/$$file; then \
 
267
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
268
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
269
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
270
            fi; \
 
271
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
272
          else \
 
273
            test -f $(distdir)/$$file \
 
274
            || cp -p $$d/$$file $(distdir)/$$file \
 
275
            || exit 1; \
 
276
          fi; \
 
277
        done
 
278
check-am: all-am
 
279
check: check-am
 
280
all-am: Makefile
 
281
installdirs:
 
282
install: install-am
 
283
install-exec: install-exec-am
 
284
install-data: install-data-am
 
285
uninstall: uninstall-am
 
286
 
 
287
install-am: all-am
 
288
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
289
 
 
290
installcheck: installcheck-am
 
291
install-strip:
 
292
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
293
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
294
          `test -z '$(STRIP)' || \
 
295
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
296
mostlyclean-generic:
 
297
 
 
298
clean-generic:
 
299
 
 
300
distclean-generic:
 
301
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
302
 
 
303
maintainer-clean-generic:
 
304
        @echo "This command is intended for maintainers to use"
 
305
        @echo "it deletes files that may require special tools to rebuild."
 
306
clean: clean-am
 
307
 
 
308
clean-am: clean-generic clean-libtool mostlyclean-am
 
309
 
 
310
distclean: distclean-am
 
311
        -rm -f Makefile
 
312
distclean-am: clean-am distclean-generic
 
313
 
 
314
dvi: dvi-am
 
315
 
 
316
dvi-am:
 
317
 
 
318
html: html-am
 
319
 
 
320
info: info-am
 
321
 
 
322
info-am:
 
323
 
 
324
install-data-am:
 
325
 
 
326
install-dvi: install-dvi-am
 
327
 
 
328
install-exec-am:
 
329
 
 
330
install-html: install-html-am
 
331
 
 
332
install-info: install-info-am
 
333
 
 
334
install-man:
 
335
 
 
336
install-pdf: install-pdf-am
 
337
 
 
338
install-ps: install-ps-am
 
339
 
 
340
installcheck-am:
 
341
 
 
342
maintainer-clean: maintainer-clean-am
 
343
        -rm -f Makefile
 
344
maintainer-clean-am: distclean-am maintainer-clean-generic
 
345
 
 
346
mostlyclean: mostlyclean-am
 
347
 
 
348
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
349
 
 
350
pdf: pdf-am
 
351
 
 
352
pdf-am:
 
353
 
 
354
ps: ps-am
 
355
 
 
356
ps-am:
 
357
 
 
358
uninstall-am:
 
359
 
 
360
.MAKE: install-am install-strip
 
361
 
 
362
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
363
        distclean distclean-generic distclean-libtool distdir dvi \
 
364
        dvi-am html html-am info info-am install install-am \
 
365
        install-data install-data-am install-dvi install-dvi-am \
 
366
        install-exec install-exec-am install-html install-html-am \
 
367
        install-info install-info-am install-man install-pdf \
 
368
        install-pdf-am install-ps install-ps-am install-strip \
 
369
        installcheck installcheck-am installdirs maintainer-clean \
 
370
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
371
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
 
372
 
 
373
 
 
374
all: igraph_$(VERSION).tar.gz
 
375
 
 
376
igraph/src/config.h: src/config.h
 
377
        cp $< $@
 
378
igraph/src/config.h.in: src/config.h.in
 
379
        cp $< $@
 
380
igraph/src/Makevars.in: src/Makevars.in
 
381
        cp $< $@
 
382
igraph/src/Makevars.win: src/Makevars.win
 
383
        cp $< $@
 
384
igraph/DESCRIPTION: DESCRIPTION
 
385
        cp $< $@
 
386
igraph/configure: configure
 
387
        cp $< $@
 
388
 
 
389
# Files generated by stimulus
 
390
 
 
391
igraph/src/rinterface.c: ../../interfaces/functions.def ../../interfaces/R/src/rinterface.c.in  ../../interfaces/R/types-C.def ../../tools/stimulus.py
 
392
        ../../tools/stimulus.py \
 
393
           -f ../../interfaces/functions.def \
 
394
           -i ../../interfaces/R/src/rinterface.c.in \
 
395
           -o igraph/src/rinterface.c \
 
396
           -t ../../interfaces/R/types-C.def \
 
397
           -l RC
 
398
 
 
399
igraph/R/auto.R: ../../interfaces/functions.def auto.R.in ../../interfaces/R/types-R.def ../../tools/stimulus.py
 
400
        ../../tools/stimulus.py \
 
401
           -f ../../interfaces/functions.def \
 
402
           -i auto.R.in \
 
403
           -o igraph/R/auto.R \
 
404
           -t ../../interfaces/R/types-R.def \
 
405
           -l RR
 
406
 
 
407
igraph/NAMESPACE: ../functions.def NAMESPACE.in ../../tools/stimulus.py
 
408
        ../../tools/stimulus.py \
 
409
            -f ../functions.def \
 
410
            -i NAMESPACE.in \
 
411
            -o igraph/NAMESPACE \
 
412
            -l RNamespace
 
413
 
 
414
igraph/src/%.c: $(top_srcdir)/src/%.c
 
415
        cp $(top_srcdir)/src/$(@F) $@
 
416
igraph/src/%.cc: $(top_srcdir)/src/%.cc
 
417
        cp $(top_srcdir)/src/$(@F) $@
 
418
igraph/src/%.hh: $(top_srcdir)/src/%.hh
 
419
        cp $(top_srcdir)/src/$(@F) $@
 
420
igraph/src/%.cpp: $(top_srcdir)/src/%.cpp
 
421
        cp $(top_srcdir)/src/$(@F) $@
 
422
igraph/src/%.pmt: $(top_srcdir)/src/%.pmt
 
423
        cp $(top_srcdir)/src/$(@F) $@
 
424
igraph/src/%.h: $(top_srcdir)/src/%.h
 
425
        cp $(top_srcdir)/src/$(@F) $@
 
426
 
 
427
igraph/src/%.c: $(top_srcdir)/src/arpack/%.c
 
428
        cp $(top_srcdir)/src/arpack/$(@F) igraph/src/$(@F)
 
429
igraph/src/%.c: $(top_srcdir)/src/lapack/%.c
 
430
        cp $(top_srcdir)/src/lapack/$(@F) igraph/src/$(@F)
 
431
igraph/src/%.c: $(top_srcdir)/src/blas/%.c
 
432
        cp $(top_srcdir)/src/blas/$(@F) igraph/src/$(@F)
 
433
igraph/src/%.c: $(top_srcdir)/src/f2c/%.c
 
434
        cp $(top_srcdir)/src/f2c/$(@F) igraph/src/$(@F)
 
435
 
 
436
igraph_$(VERSION).tar.gz: $(RFILES) $(SRCFILES)
 
437
        rm -f igraph/R/config.R
 
438
        rm -f igraph/src/config.h
 
439
        touch igraph/src/config.h
 
440
        R CMD build igraph
 
441
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
442
# Otherwise a system limit (for SysV at least) may be exceeded.
 
443
.NOEXPORT: