~ubuntu-branches/ubuntu/maverick/atlc/maverick

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Bdale Garbee
  • Date: 2005-06-03 04:53:28 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050603045328-pohnuy5yryiv9s6o
Tags: 4.6.0-1
* new upstream version
* move make check from binary to build target so it doesn't run as root
* lose --with-threads from configure call, since it causes regression suite
  to fail many tests and upstream's README.threads is discouraging
* various tweaks to make lintian happier

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
ECHO_T = @ECHO_T@
58
58
EGREP = @EGREP@
59
59
EXEEXT = @EXEEXT@
60
 
GSL_CFLAGS = @GSL_CFLAGS@
61
 
GSL_CONFIG = @GSL_CONFIG@
62
 
GSL_LIBS = @GSL_LIBS@
63
60
INSTALL_DATA = @INSTALL_DATA@
64
61
INSTALL_PROGRAM = @INSTALL_PROGRAM@
65
62
INSTALL_SCRIPT = @INSTALL_SCRIPT@
114
111
libexecdir = @libexecdir@
115
112
localstatedir = @localstatedir@
116
113
mandir = @mandir@
117
 
no_gsl = @no_gsl@
118
114
oldincludedir = @oldincludedir@
119
115
prefix = @prefix@
120
116
program_transform_name = @program_transform_name@
131
127
 
132
128
EXTRA_DIST = \
133
129
README \
134
 
README.checks \
135
130
README.cvs \
136
131
README.help \
137
132
README.mpi \
148
143
 
149
144
 
150
145
CLEANFILES = examplestest-coupler2.bmp.txt
151
 
DISTCLEANFILES = examplestest-coupler2.bmp.txt
 
146
DISTCLEANFILES = examplestest-coupler2.bmp.txt tmp/atlc-zero-bytes
152
147
subdir = .
153
148
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
154
149
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
150
CONFIG_HEADER = config.h
155
151
CONFIG_CLEAN_FILES =
156
152
DIST_SOURCES =
157
153
 
162
158
        check-recursive installcheck-recursive
163
159
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
164
160
        Makefile.in NEWS THANKS TODO aclocal.m4 compile config.guess \
165
 
        config.sub configure configure.ac depcomp install-sh missing \
166
 
        mkinstalldirs
 
161
        config.h.in config.sub configure configure.ac depcomp \
 
162
        install-sh missing mkinstalldirs
167
163
DIST_SUBDIRS = $(SUBDIRS)
168
 
all: all-recursive
 
164
all: config.h
 
165
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
169
166
 
170
167
.SUFFIXES:
171
168
 
182
179
$(srcdir)/configure:  $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
183
180
        cd $(srcdir) && $(AUTOCONF)
184
181
 
185
 
$(ACLOCAL_M4):  configure.ac m4/acx_mpi.m4 m4/acx_pthread.m4 m4/gsl.m4 m4/gtk.m4
 
182
$(ACLOCAL_M4):  configure.ac m4/acx_mpi.m4 m4/acx_pthread.m4 m4/gtk.m4
186
183
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
184
 
 
185
config.h: stamp-h1
 
186
        @if test ! -f $@; then \
 
187
          rm -f stamp-h1; \
 
188
          $(MAKE) stamp-h1; \
 
189
        else :; fi
 
190
 
 
191
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
192
        @rm -f stamp-h1
 
193
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
194
 
 
195
$(srcdir)/config.h.in:  $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
 
196
        cd $(top_srcdir) && $(AUTOHEADER)
 
197
        touch $(srcdir)/config.h.in
 
198
 
 
199
distclean-hdr:
 
200
        -rm -f config.h stamp-h1
187
201
uninstall-info-am:
188
202
 
189
203
# This directory's subdirectories are mostly independent; you can cd
262
276
               END { for (i in files) print i; }'`; \
263
277
        mkid -fID $$unique
264
278
 
265
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
279
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
266
280
                $(TAGS_FILES) $(LISP)
267
281
        tags=; \
268
282
        here=`pwd`; \
271
285
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
272
286
          fi; \
273
287
        done; \
274
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
288
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
275
289
        unique=`for i in $$list; do \
276
290
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
277
291
          done | \
282
296
             $$tags $$unique
283
297
 
284
298
ctags: CTAGS
285
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
299
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
286
300
                $(TAGS_FILES) $(LISP)
287
301
        tags=; \
288
302
        here=`pwd`; \
289
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
303
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
290
304
        unique=`for i in $$list; do \
291
305
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
292
306
          done | \
427
441
               exit 1; } >&2
428
442
check-am: all-am
429
443
check: check-recursive
430
 
all-am: Makefile
 
444
all-am: Makefile config.h
431
445
installdirs: installdirs-recursive
432
446
installdirs-am:
433
447
 
463
477
 
464
478
distclean: distclean-recursive
465
479
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
466
 
distclean-am: clean-am distclean-generic distclean-tags
 
480
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
467
481
 
468
482
dvi: dvi-recursive
469
483
 
507
521
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
508
522
        clean-generic clean-recursive ctags ctags-recursive dist \
509
523
        dist-all dist-gzip distcheck distclean distclean-generic \
510
 
        distclean-recursive distclean-tags distcleancheck distdir \
511
 
        distuninstallcheck dvi dvi-am dvi-recursive info info-am \
512
 
        info-recursive install install-am install-data install-data-am \
513
 
        install-data-recursive install-exec install-exec-am \
514
 
        install-exec-recursive install-info install-info-am \
515
 
        install-info-recursive install-man install-recursive \
516
 
        install-strip installcheck installcheck-am installdirs \
517
 
        installdirs-am installdirs-recursive maintainer-clean \
518
 
        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
519
 
        mostlyclean-generic mostlyclean-recursive pdf pdf-am \
520
 
        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
521
 
        uninstall uninstall-am uninstall-info-am \
522
 
        uninstall-info-recursive uninstall-recursive
 
524
        distclean-hdr distclean-recursive distclean-tags distcleancheck \
 
525
        distdir distuninstallcheck dvi dvi-am dvi-recursive info \
 
526
        info-am info-recursive install install-am install-data \
 
527
        install-data-am install-data-recursive install-exec \
 
528
        install-exec-am install-exec-recursive install-info \
 
529
        install-info-am install-info-recursive install-man \
 
530
        install-recursive install-strip installcheck installcheck-am \
 
531
        installdirs installdirs-am installdirs-recursive \
 
532
        maintainer-clean maintainer-clean-generic \
 
533
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
 
534
        mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
 
535
        ps-recursive tags tags-recursive uninstall uninstall-am \
 
536
        uninstall-info-am uninstall-info-recursive uninstall-recursive
523
537
 
524
538
# Tell versions [3.59,3.63) of GNU make to not export all variables.
525
539
# Otherwise a system limit (for SysV at least) may be exceeded.