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

« back to all changes in this revision

Viewing changes to src/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@
126
122
EXTRA_DIST = README 
127
123
subdir = src
128
124
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
125
CONFIG_HEADER = $(top_builddir)/config.h
129
126
CONFIG_CLEAN_FILES =
130
127
DIST_SOURCES =
131
128