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

« back to all changes in this revision

Viewing changes to src/JudySL/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:
95
95
F77 = @F77@
96
96
FFLAGS = @FFLAGS@
97
97
FLAVOR = @FLAVOR@
 
98
GREP = @GREP@
98
99
INSTALL_DATA = @INSTALL_DATA@
99
100
INSTALL_PROGRAM = @INSTALL_PROGRAM@
100
101
INSTALL_SCRIPT = @INSTALL_SCRIPT@
125
126
VERSION = @VERSION@
126
127
VERSION_INFO = @VERSION_INFO@
127
128
WARN_CFLAGS = @WARN_CFLAGS@
128
 
ac_ct_AR = @ac_ct_AR@
129
129
ac_ct_CC = @ac_ct_CC@
130
130
ac_ct_CXX = @ac_ct_CXX@
131
131
ac_ct_F77 = @ac_ct_F77@
132
 
ac_ct_LD = @ac_ct_LD@
133
 
ac_ct_RANLIB = @ac_ct_RANLIB@
134
 
ac_ct_STRIP = @ac_ct_STRIP@
135
132
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
136
133
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
137
134
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
148
145
build_os = @build_os@
149
146
build_vendor = @build_vendor@
150
147
datadir = @datadir@
 
148
datarootdir = @datarootdir@
 
149
docdir = @docdir@
 
150
dvidir = @dvidir@
151
151
exec_prefix = @exec_prefix@
152
152
host = @host@
153
153
host_alias = @host_alias@
154
154
host_cpu = @host_cpu@
155
155
host_os = @host_os@
156
156
host_vendor = @host_vendor@
 
157
htmldir = @htmldir@
157
158
includedir = @includedir@
158
159
infodir = @infodir@
159
160
install_sh = @install_sh@
160
161
libdir = @libdir@
161
162
libexecdir = @libexecdir@
 
163
localedir = @localedir@
162
164
localstatedir = @localstatedir@
163
165
mandir = @mandir@
164
166
mkdir_p = @mkdir_p@
165
167
oldincludedir = @oldincludedir@
 
168
pdfdir = @pdfdir@
166
169
prefix = @prefix@
167
170
program_transform_name = @program_transform_name@
 
171
psdir = @psdir@
168
172
sbindir = @sbindir@
169
173
sharedstatedir = @sharedstatedir@
170
174
sysconfdir = @sysconfdir@
173
177
AM_CFLAGS = @CFLAGS@ @WARN_CFLAGS@ 
174
178
noinst_LTLIBRARIES = libJudySL.la
175
179
libJudySL_la_SOURCES = JudySL.c
 
180
DISTCLEANFILES = .deps Makefile
176
181
all: all-am
177
182
 
178
183
.SUFFIXES:
356
361
 
357
362
distclean-generic:
358
363
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
364
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
359
365
 
360
366
maintainer-clean-generic:
361
367
        @echo "This command is intended for maintainers to use"