~ubuntu-branches/ubuntu/precise/judy/precise

« back to all changes in this revision

Viewing changes to test/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Troy Heber
  • Date: 2007-05-21 15:07:50 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070521150750-khuc7e3iblyvi0a9
Tags: 1.0.5-1
* Fixed alignment issue, (Closes: #401124)
* Update packaging, policy, debhelper, etc.
* Removed old BIT cruft from rules
* Upstream has propper distclean target (Closes: #424425)

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
F77 = @F77@
78
78
FFLAGS = @FFLAGS@
79
79
FLAVOR = @FLAVOR@
 
80
GREP = @GREP@
80
81
INSTALL_DATA = @INSTALL_DATA@
81
82
INSTALL_PROGRAM = @INSTALL_PROGRAM@
82
83
INSTALL_SCRIPT = @INSTALL_SCRIPT@
107
108
VERSION = @VERSION@
108
109
VERSION_INFO = @VERSION_INFO@
109
110
WARN_CFLAGS = @WARN_CFLAGS@
110
 
ac_ct_AR = @ac_ct_AR@
111
111
ac_ct_CC = @ac_ct_CC@
112
112
ac_ct_CXX = @ac_ct_CXX@
113
113
ac_ct_F77 = @ac_ct_F77@
114
 
ac_ct_LD = @ac_ct_LD@
115
 
ac_ct_RANLIB = @ac_ct_RANLIB@
116
 
ac_ct_STRIP = @ac_ct_STRIP@
117
114
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
118
115
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
119
116
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
130
127
build_os = @build_os@
131
128
build_vendor = @build_vendor@
132
129
datadir = @datadir@
 
130
datarootdir = @datarootdir@
 
131
docdir = @docdir@
 
132
dvidir = @dvidir@
133
133
exec_prefix = @exec_prefix@
134
134
host = @host@
135
135
host_alias = @host_alias@
136
136
host_cpu = @host_cpu@
137
137
host_os = @host_os@
138
138
host_vendor = @host_vendor@
 
139
htmldir = @htmldir@
139
140
includedir = @includedir@
140
141
infodir = @infodir@
141
142
install_sh = @install_sh@
142
143
libdir = @libdir@
143
144
libexecdir = @libexecdir@
 
145
localedir = @localedir@
144
146
localstatedir = @localstatedir@
145
147
mandir = @mandir@
146
148
mkdir_p = @mkdir_p@
147
149
oldincludedir = @oldincludedir@
 
150
pdfdir = @pdfdir@
148
151
prefix = @prefix@
149
152
program_transform_name = @program_transform_name@
 
153
psdir = @psdir@
150
154
sbindir = @sbindir@
151
155
sharedstatedir = @sharedstatedir@
152
156
sysconfdir = @sysconfdir@
154
158
EXTRA_DIST = $(TESTS)
155
159
TEST_ENVIRONMENT = top_builddir=$(top_builddir)
156
160
TESTS = Checkit
 
161
DISTCLEANFILES = .deps Makefile 
 
162
CLEANFILES = Judy1LHCheck Judy1LHTime Makefile SL_Hash SL_Judy SL_Redblack SL_Splay 
157
163
all: all-am
158
164
 
159
165
.SUFFIXES:
325
331
mostlyclean-generic:
326
332
 
327
333
clean-generic:
 
334
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
328
335
 
329
336
distclean-generic:
330
337
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
338
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
331
339
 
332
340
maintainer-clean-generic:
333
341
        @echo "This command is intended for maintainers to use"