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

« back to all changes in this revision

Viewing changes to src/obj/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Troy Heber
  • Date: 2007-05-21 15:07:50 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20070521150750-af1570je819sn7d0
Tags: upstream-1.0.5
ImportĀ upstreamĀ versionĀ 1.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
F77 = @F77@
107
107
FFLAGS = @FFLAGS@
108
108
FLAVOR = @FLAVOR@
 
109
GREP = @GREP@
109
110
INSTALL_DATA = @INSTALL_DATA@
110
111
INSTALL_PROGRAM = @INSTALL_PROGRAM@
111
112
INSTALL_SCRIPT = @INSTALL_SCRIPT@
136
137
VERSION = @VERSION@
137
138
VERSION_INFO = @VERSION_INFO@
138
139
WARN_CFLAGS = @WARN_CFLAGS@
139
 
ac_ct_AR = @ac_ct_AR@
140
140
ac_ct_CC = @ac_ct_CC@
141
141
ac_ct_CXX = @ac_ct_CXX@
142
142
ac_ct_F77 = @ac_ct_F77@
143
 
ac_ct_LD = @ac_ct_LD@
144
 
ac_ct_RANLIB = @ac_ct_RANLIB@
145
 
ac_ct_STRIP = @ac_ct_STRIP@
146
143
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
147
144
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
148
145
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
159
156
build_os = @build_os@
160
157
build_vendor = @build_vendor@
161
158
datadir = @datadir@
 
159
datarootdir = @datarootdir@
 
160
docdir = @docdir@
 
161
dvidir = @dvidir@
162
162
exec_prefix = @exec_prefix@
163
163
host = @host@
164
164
host_alias = @host_alias@
165
165
host_cpu = @host_cpu@
166
166
host_os = @host_os@
167
167
host_vendor = @host_vendor@
 
168
htmldir = @htmldir@
168
169
includedir = @includedir@
169
170
infodir = @infodir@
170
171
install_sh = @install_sh@
171
172
libdir = @libdir@
172
173
libexecdir = @libexecdir@
 
174
localedir = @localedir@
173
175
localstatedir = @localstatedir@
174
176
mandir = @mandir@
175
177
mkdir_p = @mkdir_p@
176
178
oldincludedir = @oldincludedir@
 
179
pdfdir = @pdfdir@
177
180
prefix = @prefix@
178
181
program_transform_name = @program_transform_name@
 
182
psdir = @psdir@
179
183
sbindir = @sbindir@
180
184
sharedstatedir = @sharedstatedir@
181
185
sysconfdir = @sysconfdir@
187
191
libJudy_la_SOURCES = 
188
192
libJudy_la_LIBADD = ../JudyCommon/*.lo ../JudyL/*.lo ../Judy1/*.lo ../JudyHS/*.lo ../JudySL/*.lo 
189
193
libJudy_la_LDFLAGS = @VERSION_INFO@
 
194
DISTCLEANFILES = .deps Makefile
190
195
all: all-am
191
196
 
192
197
.SUFFIXES:
386
391
 
387
392
distclean-generic:
388
393
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
394
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
389
395
 
390
396
maintainer-clean-generic:
391
397
        @echo "This command is intended for maintainers to use"