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

« back to all changes in this revision

Viewing changes to src/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:
86
86
F77 = @F77@
87
87
FFLAGS = @FFLAGS@
88
88
FLAVOR = @FLAVOR@
 
89
GREP = @GREP@
89
90
INSTALL_DATA = @INSTALL_DATA@
90
91
INSTALL_PROGRAM = @INSTALL_PROGRAM@
91
92
INSTALL_SCRIPT = @INSTALL_SCRIPT@
116
117
VERSION = @VERSION@
117
118
VERSION_INFO = @VERSION_INFO@
118
119
WARN_CFLAGS = @WARN_CFLAGS@
119
 
ac_ct_AR = @ac_ct_AR@
120
120
ac_ct_CC = @ac_ct_CC@
121
121
ac_ct_CXX = @ac_ct_CXX@
122
122
ac_ct_F77 = @ac_ct_F77@
123
 
ac_ct_LD = @ac_ct_LD@
124
 
ac_ct_RANLIB = @ac_ct_RANLIB@
125
 
ac_ct_STRIP = @ac_ct_STRIP@
126
123
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
127
124
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
128
125
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
139
136
build_os = @build_os@
140
137
build_vendor = @build_vendor@
141
138
datadir = @datadir@
 
139
datarootdir = @datarootdir@
 
140
docdir = @docdir@
 
141
dvidir = @dvidir@
142
142
exec_prefix = @exec_prefix@
143
143
host = @host@
144
144
host_alias = @host_alias@
145
145
host_cpu = @host_cpu@
146
146
host_os = @host_os@
147
147
host_vendor = @host_vendor@
 
148
htmldir = @htmldir@
148
149
includedir = @includedir@
149
150
infodir = @infodir@
150
151
install_sh = @install_sh@
151
152
libdir = @libdir@
152
153
libexecdir = @libexecdir@
 
154
localedir = @localedir@
153
155
localstatedir = @localstatedir@
154
156
mandir = @mandir@
155
157
mkdir_p = @mkdir_p@
156
158
oldincludedir = @oldincludedir@
 
159
pdfdir = @pdfdir@
157
160
prefix = @prefix@
158
161
program_transform_name = @program_transform_name@
 
162
psdir = @psdir@
159
163
sbindir = @sbindir@
160
164
sharedstatedir = @sharedstatedir@
161
165
sysconfdir = @sysconfdir@
162
166
target_alias = @target_alias@
163
167
SUBDIRS = . JudyCommon JudyL Judy1 JudySL JudyHS obj
 
168
DISTCLEANFILES = .deps Makefile
164
169
all: all-recursive
165
170
 
166
171
.SUFFIXES:
403
408
 
404
409
distclean-generic:
405
410
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
411
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
406
412
 
407
413
maintainer-clean-generic:
408
414
        @echo "This command is intended for maintainers to use"