0
|
1 |
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
|
2 |
# @configure_input@
|
|
3 |
|
|
4 |
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|
5 |
# 2003, 2004, 2005 Free Software Foundation, Inc.
|
|
6 |
# This Makefile.in is free software; the Free Software Foundation
|
|
7 |
# gives unlimited permission to copy and/or distribute it,
|
|
8 |
# with or without modifications, as long as this notice is preserved.
|
|
9 |
|
|
10 |
# This program is distributed in the hope that it will be useful,
|
|
11 |
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
12 |
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
13 |
# PARTICULAR PURPOSE.
|
|
14 |
|
|
15 |
@SET_MAKE@
|
|
16 |
|
|
17 |
# Tag Image File Format (TIFF) Software
|
|
18 |
#
|
|
19 |
# Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu>
|
|
20 |
#
|
|
21 |
# Permission to use, copy, modify, distribute, and sell this software and
|
|
22 |
# its documentation for any purpose is hereby granted without fee, provided
|
|
23 |
# that (i) the above copyright notices and this permission notice appear in
|
|
24 |
# all copies of the software and related documentation, and (ii) the names of
|
|
25 |
# Sam Leffler and Silicon Graphics may not be used in any advertising or
|
|
26 |
# publicity relating to the software without the specific, prior written
|
|
27 |
# permission of Sam Leffler and Silicon Graphics.
|
|
28 |
#
|
|
29 |
# THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
|
|
30 |
# EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
|
|
31 |
# WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
|
32 |
#
|
|
33 |
# IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
|
|
34 |
# ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
|
|
35 |
# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
|
36 |
# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
|
|
37 |
# LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
|
|
38 |
# OF THIS SOFTWARE.
|
|
39 |
|
|
40 |
# Process this file with automake to produce Makefile.in.
|
|
41 |
|
|
42 |
srcdir = @srcdir@
|
|
43 |
top_srcdir = @top_srcdir@
|
|
44 |
VPATH = @srcdir@
|
|
45 |
pkgdatadir = $(datadir)/@PACKAGE@
|
|
46 |
pkglibdir = $(libdir)/@PACKAGE@
|
|
47 |
pkgincludedir = $(includedir)/@PACKAGE@
|
|
48 |
top_builddir = ..
|
|
49 |
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
50 |
INSTALL = @INSTALL@
|
|
51 |
install_sh_DATA = $(install_sh) -c -m 644
|
|
52 |
install_sh_PROGRAM = $(install_sh) -c
|
|
53 |
install_sh_SCRIPT = $(install_sh) -c
|
|
54 |
INSTALL_HEADER = $(INSTALL_DATA)
|
|
55 |
transform = $(program_transform_name)
|
|
56 |
NORMAL_INSTALL = :
|
|
57 |
PRE_INSTALL = :
|
|
58 |
POST_INSTALL = :
|
|
59 |
NORMAL_UNINSTALL = :
|
|
60 |
PRE_UNINSTALL = :
|
|
61 |
POST_UNINSTALL = :
|
|
62 |
build_triplet = @build@
|
|
63 |
host_triplet = @host@
|
|
64 |
target_triplet = @target@
|
|
65 |
subdir = port
|
|
66 |
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in getopt.c \
|
|
67 |
lfind.c strcasecmp.c strtoul.c
|
|
68 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
69 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
|
|
70 |
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
|
|
71 |
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
|
|
72 |
$(top_srcdir)/configure.ac
|
|
73 |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
74 |
$(ACLOCAL_M4)
|
|
75 |
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
|
|
76 |
CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \
|
|
77 |
$(top_builddir)/libtiff/tiffconf.h
|
|
78 |
CONFIG_CLEAN_FILES =
|
|
79 |
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
|
80 |
libport_la_DEPENDENCIES = @LTLIBOBJS@
|
|
81 |
am_libport_la_OBJECTS = dummy.lo
|
|
82 |
libport_la_OBJECTS = $(am_libport_la_OBJECTS)
|
|
83 |
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/libtiff -I$(top_builddir)/libtiff
|
|
84 |
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
|
|
85 |
am__depfiles_maybe = depfiles
|
|
86 |
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
87 |
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
88 |
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
|
|
89 |
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
|
90 |
$(AM_CFLAGS) $(CFLAGS)
|
|
91 |
CCLD = $(CC)
|
|
92 |
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
93 |
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
94 |
SOURCES = $(libport_la_SOURCES)
|
|
95 |
DIST_SOURCES = $(libport_la_SOURCES)
|
|
96 |
ETAGS = etags
|
|
97 |
CTAGS = ctags
|
|
98 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
99 |
ACLOCAL = @ACLOCAL@
|
|
100 |
AMDEP_FALSE = @AMDEP_FALSE@
|
|
101 |
AMDEP_TRUE = @AMDEP_TRUE@
|
|
102 |
AMTAR = @AMTAR@
|
|
103 |
AR = @AR@
|
|
104 |
AS = @AS@
|
|
105 |
AUTOCONF = @AUTOCONF@
|
|
106 |
AUTOHEADER = @AUTOHEADER@
|
|
107 |
AUTOMAKE = @AUTOMAKE@
|
|
108 |
AWK = @AWK@
|
|
109 |
CC = @CC@
|
|
110 |
CCDEPMODE = @CCDEPMODE@
|
|
111 |
CFLAGS = @CFLAGS@
|
|
112 |
CPP = @CPP@
|
|
113 |
CPPFLAGS = @CPPFLAGS@
|
|
114 |
CXX = @CXX@
|
|
115 |
CXXCPP = @CXXCPP@
|
|
116 |
CXXDEPMODE = @CXXDEPMODE@
|
|
117 |
CXXFLAGS = @CXXFLAGS@
|
|
118 |
CYGPATH_W = @CYGPATH_W@
|
|
119 |
DEFS = @DEFS@
|
|
120 |
DEPDIR = @DEPDIR@
|
|
121 |
DLLTOOL = @DLLTOOL@
|
|
122 |
DUMPBIN = @DUMPBIN@
|
|
123 |
ECHO_C = @ECHO_C@
|
|
124 |
ECHO_N = @ECHO_N@
|
|
125 |
ECHO_T = @ECHO_T@
|
|
126 |
EGREP = @EGREP@
|
|
127 |
EXEEXT = @EXEEXT@
|
|
128 |
FGREP = @FGREP@
|
|
129 |
GLUT_CFLAGS = @GLUT_CFLAGS@
|
|
130 |
GLUT_LIBS = @GLUT_LIBS@
|
|
131 |
GLU_CFLAGS = @GLU_CFLAGS@
|
|
132 |
GLU_LIBS = @GLU_LIBS@
|
|
133 |
GL_CFLAGS = @GL_CFLAGS@
|
|
134 |
GL_LIBS = @GL_LIBS@
|
|
135 |
GREP = @GREP@
|
|
136 |
HAVE_CXX_FALSE = @HAVE_CXX_FALSE@
|
|
137 |
HAVE_CXX_TRUE = @HAVE_CXX_TRUE@
|
|
138 |
HAVE_OPENGL_FALSE = @HAVE_OPENGL_FALSE@
|
|
139 |
HAVE_OPENGL_TRUE = @HAVE_OPENGL_TRUE@
|
|
140 |
HAVE_RPATH_FALSE = @HAVE_RPATH_FALSE@
|
|
141 |
HAVE_RPATH_TRUE = @HAVE_RPATH_TRUE@
|
|
142 |
INSTALL_DATA = @INSTALL_DATA@
|
|
143 |
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
144 |
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
145 |
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
146 |
LD = @LD@
|
|
147 |
LDFLAGS = @LDFLAGS@
|
|
148 |
LIBDIR = @LIBDIR@
|
|
149 |
LIBOBJS = @LIBOBJS@
|
|
150 |
LIBS = @LIBS@
|
|
151 |
LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
|
|
152 |
LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
|
|
153 |
LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
|
|
154 |
LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@
|
|
155 |
LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@
|
|
156 |
LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@
|
|
157 |
LIBTIFF_VERSION = @LIBTIFF_VERSION@
|
|
158 |
LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@
|
|
159 |
LIBTOOL = @LIBTOOL@
|
|
160 |
LN_S = @LN_S@
|
|
161 |
LTLIBOBJS = @LTLIBOBJS@
|
|
162 |
MAINT = @MAINT@
|
|
163 |
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
|
|
164 |
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
|
|
165 |
MAKEINFO = @MAKEINFO@
|
|
166 |
NM = @NM@
|
|
167 |
OBJDUMP = @OBJDUMP@
|
|
168 |
OBJEXT = @OBJEXT@
|
|
169 |
PACKAGE = @PACKAGE@
|
|
170 |
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
171 |
PACKAGE_NAME = @PACKAGE_NAME@
|
|
172 |
PACKAGE_STRING = @PACKAGE_STRING@
|
|
173 |
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|
174 |
PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
175 |
PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
176 |
PTHREAD_CC = @PTHREAD_CC@
|
|
177 |
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
|
|
178 |
PTHREAD_LIBS = @PTHREAD_LIBS@
|
|
179 |
RANLIB = @RANLIB@
|
|
180 |
SED = @SED@
|
|
181 |
SET_MAKE = @SET_MAKE@
|
|
182 |
SHELL = @SHELL@
|
|
183 |
STRIP = @STRIP@
|
|
184 |
VERSION = @VERSION@
|
|
185 |
X_CFLAGS = @X_CFLAGS@
|
|
186 |
X_EXTRA_LIBS = @X_EXTRA_LIBS@
|
|
187 |
X_LIBS = @X_LIBS@
|
|
188 |
X_PRE_LIBS = @X_PRE_LIBS@
|
|
189 |
ac_ct_AR = @ac_ct_AR@
|
|
190 |
ac_ct_AS = @ac_ct_AS@
|
|
191 |
ac_ct_CC = @ac_ct_CC@
|
|
192 |
ac_ct_CXX = @ac_ct_CXX@
|
|
193 |
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
|
|
194 |
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
|
195 |
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
|
|
196 |
ac_ct_RANLIB = @ac_ct_RANLIB@
|
|
197 |
ac_ct_STRIP = @ac_ct_STRIP@
|
|
198 |
acx_pthread_config = @acx_pthread_config@
|
|
199 |
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
|
200 |
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
|
201 |
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
|
|
202 |
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
|
|
203 |
am__include = @am__include@
|
|
204 |
am__leading_dot = @am__leading_dot@
|
|
205 |
am__quote = @am__quote@
|
|
206 |
am__tar = @am__tar@
|
|
207 |
am__untar = @am__untar@
|
|
208 |
bindir = @bindir@
|
|
209 |
build = @build@
|
|
210 |
build_alias = @build_alias@
|
|
211 |
build_cpu = @build_cpu@
|
|
212 |
build_os = @build_os@
|
|
213 |
build_vendor = @build_vendor@
|
|
214 |
datadir = @datadir@
|
|
215 |
exec_prefix = @exec_prefix@
|
|
216 |
host = @host@
|
|
217 |
host_alias = @host_alias@
|
|
218 |
host_cpu = @host_cpu@
|
|
219 |
host_os = @host_os@
|
|
220 |
host_vendor = @host_vendor@
|
|
221 |
includedir = @includedir@
|
|
222 |
infodir = @infodir@
|
|
223 |
install_sh = @install_sh@
|
|
224 |
libdir = @libdir@
|
|
225 |
libexecdir = @libexecdir@
|
|
226 |
localstatedir = @localstatedir@
|
|
227 |
lt_ECHO = @lt_ECHO@
|
|
228 |
mandir = @mandir@
|
|
229 |
mkdir_p = @mkdir_p@
|
|
230 |
oldincludedir = @oldincludedir@
|
|
231 |
prefix = @prefix@
|
|
232 |
program_transform_name = @program_transform_name@
|
|
233 |
sbindir = @sbindir@
|
|
234 |
sharedstatedir = @sharedstatedir@
|
|
235 |
sysconfdir = @sysconfdir@
|
|
236 |
target = @target@
|
|
237 |
target_alias = @target_alias@
|
|
238 |
target_cpu = @target_cpu@
|
|
239 |
target_os = @target_os@
|
|
240 |
target_vendor = @target_vendor@
|
|
241 |
EXTRA_DIST = Makefile.vc
|
|
242 |
noinst_LTLIBRARIES = libport.la
|
|
243 |
libport_la_SOURCES = dummy.c
|
|
244 |
libport_la_LIBADD = @LTLIBOBJS@
|
|
245 |
all: all-am
|
|
246 |
|
|
247 |
.SUFFIXES:
|
|
248 |
.SUFFIXES: .c .lo .o .obj
|
|
249 |
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
|
250 |
@for dep in $?; do \
|
|
251 |
case '$(am__configure_deps)' in \
|
|
252 |
*$$dep*) \
|
|
253 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
|
254 |
&& exit 0; \
|
|
255 |
exit 1;; \
|
|
256 |
esac; \
|
|
257 |
done; \
|
|
258 |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign port/Makefile'; \
|
|
259 |
cd $(top_srcdir) && \
|
|
260 |
$(AUTOMAKE) --foreign port/Makefile
|
|
261 |
.PRECIOUS: Makefile
|
|
262 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
263 |
@case '$?' in \
|
|
264 |
*config.status*) \
|
|
265 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
|
266 |
*) \
|
|
267 |
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
|
268 |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
|
269 |
esac;
|
|
270 |
|
|
271 |
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
272 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
273 |
|
|
274 |
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
|
275 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
276 |
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
|
277 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
278 |
|
|
279 |
clean-noinstLTLIBRARIES:
|
|
280 |
-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
|
|
281 |
@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
|
|
282 |
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
|
283 |
test "$$dir" != "$$p" || dir=.; \
|
|
284 |
echo "rm -f \"$${dir}/so_locations\""; \
|
|
285 |
rm -f "$${dir}/so_locations"; \
|
|
286 |
done
|
|
287 |
libport.la: $(libport_la_OBJECTS) $(libport_la_DEPENDENCIES)
|
|
288 |
$(LINK) $(libport_la_LDFLAGS) $(libport_la_OBJECTS) $(libport_la_LIBADD) $(LIBS)
|
|
289 |
|
|
290 |
mostlyclean-compile:
|
|
291 |
-rm -f *.$(OBJEXT)
|
|
292 |
|
|
293 |
distclean-compile:
|
|
294 |
-rm -f *.tab.c
|
|
295 |
|
|
296 |
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt.Plo@am__quote@
|
|
297 |
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lfind.Plo@am__quote@
|
|
298 |
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strcasecmp.Plo@am__quote@
|
|
299 |
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strtoul.Plo@am__quote@
|
|
300 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dummy.Plo@am__quote@
|
|
301 |
|
|
302 |
.c.o:
|
|
303 |
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
|
304 |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
|
305 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
306 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
307 |
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
|
308 |
|
|
309 |
.c.obj:
|
|
310 |
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
|
|
311 |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
|
312 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
313 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
314 |
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
|
315 |
|
|
316 |
.c.lo:
|
|
317 |
@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
|
318 |
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
|
319 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
|
320 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
321 |
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
|
322 |
|
|
323 |
mostlyclean-libtool:
|
|
324 |
-rm -f *.lo
|
|
325 |
|
|
326 |
clean-libtool:
|
|
327 |
-rm -rf .libs _libs
|
|
328 |
|
|
329 |
distclean-libtool:
|
|
330 |
-rm -f libtool
|
|
331 |
uninstall-info-am:
|
|
332 |
|
|
333 |
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|
334 |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
335 |
unique=`for i in $$list; do \
|
|
336 |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
337 |
done | \
|
|
338 |
$(AWK) ' { files[$$0] = 1; } \
|
|
339 |
END { for (i in files) print i; }'`; \
|
|
340 |
mkid -fID $$unique
|
|
341 |
tags: TAGS
|
|
342 |
|
|
343 |
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
344 |
$(TAGS_FILES) $(LISP)
|
|
345 |
tags=; \
|
|
346 |
here=`pwd`; \
|
|
347 |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
348 |
unique=`for i in $$list; do \
|
|
349 |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
350 |
done | \
|
|
351 |
$(AWK) ' { files[$$0] = 1; } \
|
|
352 |
END { for (i in files) print i; }'`; \
|
|
353 |
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
|
354 |
test -n "$$unique" || unique=$$empty_fix; \
|
|
355 |
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
356 |
$$tags $$unique; \
|
|
357 |
fi
|
|
358 |
ctags: CTAGS
|
|
359 |
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
360 |
$(TAGS_FILES) $(LISP)
|
|
361 |
tags=; \
|
|
362 |
here=`pwd`; \
|
|
363 |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
364 |
unique=`for i in $$list; do \
|
|
365 |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
366 |
done | \
|
|
367 |
$(AWK) ' { files[$$0] = 1; } \
|
|
368 |
END { for (i in files) print i; }'`; \
|
|
369 |
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
|
370 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
|
371 |
$$tags $$unique
|
|
372 |
|
|
373 |
GTAGS:
|
|
374 |
here=`$(am__cd) $(top_builddir) && pwd` \
|
|
375 |
&& cd $(top_srcdir) \
|
|
376 |
&& gtags -i $(GTAGS_ARGS) $$here
|
|
377 |
|
|
378 |
distclean-tags:
|
|
379 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|
380 |
|
|
381 |
distdir: $(DISTFILES)
|
|
382 |
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
|
383 |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
|
384 |
list='$(DISTFILES)'; for file in $$list; do \
|
|
385 |
case $$file in \
|
|
386 |
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
|
387 |
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
|
388 |
esac; \
|
|
389 |
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|
390 |
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
391 |
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
|
392 |
dir="/$$dir"; \
|
|
393 |
$(mkdir_p) "$(distdir)$$dir"; \
|
|
394 |
else \
|
|
395 |
dir=''; \
|
|
396 |
fi; \
|
|
397 |
if test -d $$d/$$file; then \
|
|
398 |
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|
399 |
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
|
400 |
fi; \
|
|
401 |
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
|
402 |
else \
|
|
403 |
test -f $(distdir)/$$file \
|
|
404 |
|| cp -p $$d/$$file $(distdir)/$$file \
|
|
405 |
|| exit 1; \
|
|
406 |
fi; \
|
|
407 |
done
|
|
408 |
check-am: all-am
|
|
409 |
check: check-am
|
|
410 |
all-am: Makefile $(LTLIBRARIES)
|
|
411 |
installdirs:
|
|
412 |
install: install-am
|
|
413 |
install-exec: install-exec-am
|
|
414 |
install-data: install-data-am
|
|
415 |
uninstall: uninstall-am
|
|
416 |
|
|
417 |
install-am: all-am
|
|
418 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
419 |
|
|
420 |
installcheck: installcheck-am
|
|
421 |
install-strip:
|
|
422 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
423 |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
424 |
`test -z '$(STRIP)' || \
|
|
425 |
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|
426 |
mostlyclean-generic:
|
|
427 |
|
|
428 |
clean-generic:
|
|
429 |
|
|
430 |
distclean-generic:
|
|
431 |
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
432 |
|
|
433 |
maintainer-clean-generic:
|
|
434 |
@echo "This command is intended for maintainers to use"
|
|
435 |
@echo "it deletes files that may require special tools to rebuild."
|
|
436 |
clean: clean-am
|
|
437 |
|
|
438 |
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
|
|
439 |
mostlyclean-am
|
|
440 |
|
|
441 |
distclean: distclean-am
|
|
442 |
-rm -rf $(DEPDIR) ./$(DEPDIR)
|
|
443 |
-rm -f Makefile
|
|
444 |
distclean-am: clean-am distclean-compile distclean-generic \
|
|
445 |
distclean-libtool distclean-tags
|
|
446 |
|
|
447 |
dvi: dvi-am
|
|
448 |
|
|
449 |
dvi-am:
|
|
450 |
|
|
451 |
html: html-am
|
|
452 |
|
|
453 |
info: info-am
|
|
454 |
|
|
455 |
info-am:
|
|
456 |
|
|
457 |
install-data-am:
|
|
458 |
|
|
459 |
install-exec-am:
|
|
460 |
|
|
461 |
install-info: install-info-am
|
|
462 |
|
|
463 |
install-man:
|
|
464 |
|
|
465 |
installcheck-am:
|
|
466 |
|
|
467 |
maintainer-clean: maintainer-clean-am
|
|
468 |
-rm -rf $(DEPDIR) ./$(DEPDIR)
|
|
469 |
-rm -f Makefile
|
|
470 |
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
471 |
|
|
472 |
mostlyclean: mostlyclean-am
|
|
473 |
|
|
474 |
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
|
475 |
mostlyclean-libtool
|
|
476 |
|
|
477 |
pdf: pdf-am
|
|
478 |
|
|
479 |
pdf-am:
|
|
480 |
|
|
481 |
ps: ps-am
|
|
482 |
|
|
483 |
ps-am:
|
|
484 |
|
|
485 |
uninstall-am: uninstall-info-am
|
|
486 |
|
|
487 |
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
|
488 |
clean-libtool clean-noinstLTLIBRARIES ctags distclean \
|
|
489 |
distclean-compile distclean-generic distclean-libtool \
|
|
490 |
distclean-tags distdir dvi dvi-am html html-am info info-am \
|
|
491 |
install install-am install-data install-data-am install-exec \
|
|
492 |
install-exec-am install-info install-info-am install-man \
|
|
493 |
install-strip installcheck installcheck-am installdirs \
|
|
494 |
maintainer-clean maintainer-clean-generic mostlyclean \
|
|
495 |
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
|
|
496 |
pdf pdf-am ps ps-am tags uninstall uninstall-am \
|
|
497 |
uninstall-info-am
|
|
498 |
|
|
499 |
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
500 |
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
501 |
.NOEXPORT:
|