1 |
82 |
jeremybenn |
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
2 |
80 |
jeremybenn |
# @configure_input@
|
3 |
|
|
|
4 |
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
5 |
82 |
jeremybenn |
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
6 |
|
|
# Inc.
|
7 |
80 |
jeremybenn |
# This Makefile.in is free software; the Free Software Foundation
|
8 |
|
|
# gives unlimited permission to copy and/or distribute it,
|
9 |
|
|
# with or without modifications, as long as this notice is preserved.
|
10 |
|
|
|
11 |
|
|
# This program is distributed in the hope that it will be useful,
|
12 |
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
13 |
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
14 |
|
|
# PARTICULAR PURPOSE.
|
15 |
|
|
|
16 |
|
|
@SET_MAKE@
|
17 |
|
|
|
18 |
|
|
# Makefile -- Makefile for cpu architecture independent simulation
|
19 |
|
|
#
|
20 |
|
|
# Copyright (C) 1999 Damjan Lampret, lampret@opencores.org
|
21 |
|
|
# Copyright (C) 2008 Embecosm Limited
|
22 |
|
|
#
|
23 |
|
|
# Contributor Jeremy Bennett
|
24 |
|
|
#
|
25 |
|
|
# This file is part of OpenRISC 1000 Architectural Simulator.
|
26 |
|
|
#
|
27 |
|
|
# This program is free software; you can redistribute it and/or modify it
|
28 |
|
|
# under the terms of the GNU General Public License as published by the Free
|
29 |
|
|
# Software Foundation; either version 3 of the License, or (at your option)
|
30 |
|
|
# any later version.
|
31 |
|
|
#
|
32 |
|
|
# This program is distributed in the hope that it will be useful, but WITHOUT
|
33 |
|
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
34 |
|
|
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
35 |
|
|
# more details.
|
36 |
|
|
#
|
37 |
|
|
# You should have received a copy of the GNU General Public License along
|
38 |
|
|
# with this program. If not, see .
|
39 |
|
|
|
40 |
|
|
VPATH = @srcdir@
|
41 |
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
42 |
82 |
jeremybenn |
pkgincludedir = $(includedir)/@PACKAGE@
|
43 |
80 |
jeremybenn |
pkglibdir = $(libdir)/@PACKAGE@
|
44 |
82 |
jeremybenn |
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
45 |
80 |
jeremybenn |
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
46 |
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
47 |
|
|
install_sh_PROGRAM = $(install_sh) -c
|
48 |
|
|
install_sh_SCRIPT = $(install_sh) -c
|
49 |
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
50 |
|
|
transform = $(program_transform_name)
|
51 |
|
|
NORMAL_INSTALL = :
|
52 |
|
|
PRE_INSTALL = :
|
53 |
|
|
POST_INSTALL = :
|
54 |
|
|
NORMAL_UNINSTALL = :
|
55 |
|
|
PRE_UNINSTALL = :
|
56 |
|
|
POST_UNINSTALL = :
|
57 |
|
|
build_triplet = @build@
|
58 |
|
|
host_triplet = @host@
|
59 |
|
|
target_triplet = @target@
|
60 |
|
|
subdir = cache
|
61 |
|
|
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
62 |
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
63 |
82 |
jeremybenn |
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
|
64 |
|
|
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
|
65 |
|
|
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
|
66 |
|
|
$(top_srcdir)/configure.ac
|
67 |
80 |
jeremybenn |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
68 |
|
|
$(ACLOCAL_M4)
|
69 |
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
70 |
|
|
CONFIG_HEADER = $(top_builddir)/config.h
|
71 |
|
|
CONFIG_CLEAN_FILES =
|
72 |
82 |
jeremybenn |
CONFIG_CLEAN_VPATH_FILES =
|
73 |
80 |
jeremybenn |
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
74 |
|
|
libcache_la_LIBADD =
|
75 |
|
|
am_libcache_la_OBJECTS = dcache-model.lo icache-model.lo
|
76 |
|
|
libcache_la_OBJECTS = $(am_libcache_la_OBJECTS)
|
77 |
|
|
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
|
78 |
|
|
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
79 |
|
|
am__depfiles_maybe = depfiles
|
80 |
82 |
jeremybenn |
am__mv = mv -f
|
81 |
80 |
jeremybenn |
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
82 |
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
83 |
|
|
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
84 |
|
|
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
85 |
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
86 |
|
|
CCLD = $(CC)
|
87 |
|
|
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
88 |
|
|
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
89 |
|
|
$(LDFLAGS) -o $@
|
90 |
|
|
SOURCES = $(libcache_la_SOURCES)
|
91 |
|
|
DIST_SOURCES = $(libcache_la_SOURCES)
|
92 |
|
|
ETAGS = etags
|
93 |
|
|
CTAGS = ctags
|
94 |
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
95 |
|
|
ACLOCAL = @ACLOCAL@
|
96 |
|
|
AMTAR = @AMTAR@
|
97 |
|
|
AR = @AR@
|
98 |
|
|
ARFLAGS = @ARFLAGS@
|
99 |
|
|
AUTOCONF = @AUTOCONF@
|
100 |
|
|
AUTOHEADER = @AUTOHEADER@
|
101 |
|
|
AUTOMAKE = @AUTOMAKE@
|
102 |
|
|
AWK = @AWK@
|
103 |
|
|
BUILD_DIR = @BUILD_DIR@
|
104 |
|
|
CC = @CC@
|
105 |
82 |
jeremybenn |
CCAS = @CCAS@
|
106 |
|
|
CCASDEPMODE = @CCASDEPMODE@
|
107 |
|
|
CCASFLAGS = @CCASFLAGS@
|
108 |
80 |
jeremybenn |
CCDEPMODE = @CCDEPMODE@
|
109 |
|
|
CFLAGS = @CFLAGS@
|
110 |
|
|
CPP = @CPP@
|
111 |
|
|
CPPFLAGS = @CPPFLAGS@
|
112 |
|
|
CPU_ARCH = @CPU_ARCH@
|
113 |
|
|
CYGPATH_W = @CYGPATH_W@
|
114 |
|
|
DEBUGFLAGS = @DEBUGFLAGS@
|
115 |
|
|
DEFS = @DEFS@
|
116 |
90 |
jeremybenn |
DEJAGNU = @DEJAGNU@
|
117 |
80 |
jeremybenn |
DEPDIR = @DEPDIR@
|
118 |
82 |
jeremybenn |
DSYMUTIL = @DSYMUTIL@
|
119 |
|
|
DUMPBIN = @DUMPBIN@
|
120 |
80 |
jeremybenn |
ECHO_C = @ECHO_C@
|
121 |
|
|
ECHO_N = @ECHO_N@
|
122 |
|
|
ECHO_T = @ECHO_T@
|
123 |
|
|
EGREP = @EGREP@
|
124 |
|
|
EXEEXT = @EXEEXT@
|
125 |
82 |
jeremybenn |
FGREP = @FGREP@
|
126 |
80 |
jeremybenn |
GREP = @GREP@
|
127 |
|
|
INCLUDES = @INCLUDES@
|
128 |
|
|
INSTALL = @INSTALL@
|
129 |
|
|
INSTALL_DATA = @INSTALL_DATA@
|
130 |
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
131 |
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
132 |
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
133 |
82 |
jeremybenn |
LD = @LD@
|
134 |
80 |
jeremybenn |
LDFLAGS = @LDFLAGS@
|
135 |
|
|
LIBOBJS = @LIBOBJS@
|
136 |
|
|
LIBS = @LIBS@
|
137 |
|
|
LIBTOOL = @LIBTOOL@
|
138 |
82 |
jeremybenn |
LIPO = @LIPO@
|
139 |
80 |
jeremybenn |
LN_S = @LN_S@
|
140 |
|
|
LOCAL_CFLAGS = @LOCAL_CFLAGS@
|
141 |
|
|
LOCAL_DEFS = @LOCAL_DEFS@
|
142 |
|
|
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
|
143 |
|
|
LTLIBOBJS = @LTLIBOBJS@
|
144 |
|
|
MAKEINFO = @MAKEINFO@
|
145 |
|
|
MKDIR_P = @MKDIR_P@
|
146 |
82 |
jeremybenn |
NM = @NM@
|
147 |
|
|
NMEDIT = @NMEDIT@
|
148 |
|
|
OBJDUMP = @OBJDUMP@
|
149 |
80 |
jeremybenn |
OBJEXT = @OBJEXT@
|
150 |
82 |
jeremybenn |
OTOOL = @OTOOL@
|
151 |
|
|
OTOOL64 = @OTOOL64@
|
152 |
80 |
jeremybenn |
PACKAGE = @PACKAGE@
|
153 |
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
154 |
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
155 |
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
156 |
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
157 |
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
158 |
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
159 |
|
|
POW_LIB = @POW_LIB@
|
160 |
|
|
RANLIB = @RANLIB@
|
161 |
96 |
jeremybenn |
RUNTESTDEFAULTFLAGS = @RUNTESTDEFAULTFLAGS@
|
162 |
80 |
jeremybenn |
SED = @SED@
|
163 |
|
|
SET_MAKE = @SET_MAKE@
|
164 |
|
|
SHELL = @SHELL@
|
165 |
|
|
STRIP = @STRIP@
|
166 |
|
|
SUMVERSION = @SUMVERSION@
|
167 |
|
|
TERMCAP_LIB = @TERMCAP_LIB@
|
168 |
|
|
VERSION = @VERSION@
|
169 |
|
|
abs_builddir = @abs_builddir@
|
170 |
|
|
abs_srcdir = @abs_srcdir@
|
171 |
|
|
abs_top_builddir = @abs_top_builddir@
|
172 |
|
|
abs_top_srcdir = @abs_top_srcdir@
|
173 |
|
|
ac_ct_CC = @ac_ct_CC@
|
174 |
82 |
jeremybenn |
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
175 |
80 |
jeremybenn |
am__include = @am__include@
|
176 |
|
|
am__leading_dot = @am__leading_dot@
|
177 |
|
|
am__quote = @am__quote@
|
178 |
|
|
am__tar = @am__tar@
|
179 |
|
|
am__untar = @am__untar@
|
180 |
|
|
bindir = @bindir@
|
181 |
|
|
build = @build@
|
182 |
|
|
build_alias = @build_alias@
|
183 |
|
|
build_cpu = @build_cpu@
|
184 |
|
|
build_os = @build_os@
|
185 |
|
|
build_vendor = @build_vendor@
|
186 |
|
|
builddir = @builddir@
|
187 |
|
|
datadir = @datadir@
|
188 |
|
|
datarootdir = @datarootdir@
|
189 |
|
|
docdir = @docdir@
|
190 |
|
|
dvidir = @dvidir@
|
191 |
|
|
exec_prefix = @exec_prefix@
|
192 |
|
|
host = @host@
|
193 |
|
|
host_alias = @host_alias@
|
194 |
|
|
host_cpu = @host_cpu@
|
195 |
|
|
host_os = @host_os@
|
196 |
|
|
host_vendor = @host_vendor@
|
197 |
|
|
htmldir = @htmldir@
|
198 |
|
|
includedir = @includedir@
|
199 |
|
|
infodir = @infodir@
|
200 |
|
|
install_sh = @install_sh@
|
201 |
|
|
libdir = @libdir@
|
202 |
|
|
libexecdir = @libexecdir@
|
203 |
|
|
localedir = @localedir@
|
204 |
|
|
localstatedir = @localstatedir@
|
205 |
82 |
jeremybenn |
lt_ECHO = @lt_ECHO@
|
206 |
80 |
jeremybenn |
mandir = @mandir@
|
207 |
|
|
mkdir_p = @mkdir_p@
|
208 |
|
|
oldincludedir = @oldincludedir@
|
209 |
|
|
pdfdir = @pdfdir@
|
210 |
|
|
prefix = @prefix@
|
211 |
|
|
program_transform_name = @program_transform_name@
|
212 |
|
|
psdir = @psdir@
|
213 |
|
|
sbindir = @sbindir@
|
214 |
|
|
sharedstatedir = @sharedstatedir@
|
215 |
|
|
srcdir = @srcdir@
|
216 |
82 |
jeremybenn |
subdirs = @subdirs@
|
217 |
80 |
jeremybenn |
sysconfdir = @sysconfdir@
|
218 |
|
|
target = @target@
|
219 |
|
|
target_alias = @target_alias@
|
220 |
|
|
target_cpu = @target_cpu@
|
221 |
|
|
target_os = @target_os@
|
222 |
|
|
target_vendor = @target_vendor@
|
223 |
82 |
jeremybenn |
top_build_prefix = @top_build_prefix@
|
224 |
80 |
jeremybenn |
top_builddir = @top_builddir@
|
225 |
|
|
top_srcdir = @top_srcdir@
|
226 |
|
|
noinst_LTLIBRARIES = libcache.la
|
227 |
|
|
libcache_la_SOURCES = dcache-model.c \
|
228 |
|
|
icache-model.c \
|
229 |
|
|
dcache-model.h \
|
230 |
|
|
icache-model.h
|
231 |
|
|
|
232 |
|
|
all: all-am
|
233 |
|
|
|
234 |
|
|
.SUFFIXES:
|
235 |
|
|
.SUFFIXES: .c .lo .o .obj
|
236 |
|
|
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
237 |
|
|
@for dep in $?; do \
|
238 |
|
|
case '$(am__configure_deps)' in \
|
239 |
|
|
*$$dep*) \
|
240 |
82 |
jeremybenn |
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
241 |
|
|
&& { if test -f $@; then exit 0; else break; fi; }; \
|
242 |
80 |
jeremybenn |
exit 1;; \
|
243 |
|
|
esac; \
|
244 |
|
|
done; \
|
245 |
82 |
jeremybenn |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu cache/Makefile'; \
|
246 |
|
|
$(am__cd) $(top_srcdir) && \
|
247 |
|
|
$(AUTOMAKE) --gnu cache/Makefile
|
248 |
80 |
jeremybenn |
.PRECIOUS: Makefile
|
249 |
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
250 |
|
|
@case '$?' in \
|
251 |
|
|
*config.status*) \
|
252 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
253 |
|
|
*) \
|
254 |
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
255 |
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
256 |
|
|
esac;
|
257 |
|
|
|
258 |
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
259 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
260 |
|
|
|
261 |
|
|
$(top_srcdir)/configure: $(am__configure_deps)
|
262 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
263 |
|
|
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
264 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
265 |
82 |
jeremybenn |
$(am__aclocal_m4_deps):
|
266 |
80 |
jeremybenn |
|
267 |
|
|
clean-noinstLTLIBRARIES:
|
268 |
|
|
-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
|
269 |
|
|
@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
|
270 |
|
|
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
271 |
|
|
test "$$dir" != "$$p" || dir=.; \
|
272 |
|
|
echo "rm -f \"$${dir}/so_locations\""; \
|
273 |
|
|
rm -f "$${dir}/so_locations"; \
|
274 |
|
|
done
|
275 |
|
|
libcache.la: $(libcache_la_OBJECTS) $(libcache_la_DEPENDENCIES)
|
276 |
|
|
$(LINK) $(libcache_la_OBJECTS) $(libcache_la_LIBADD) $(LIBS)
|
277 |
|
|
|
278 |
|
|
mostlyclean-compile:
|
279 |
|
|
-rm -f *.$(OBJEXT)
|
280 |
|
|
|
281 |
|
|
distclean-compile:
|
282 |
|
|
-rm -f *.tab.c
|
283 |
|
|
|
284 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dcache-model.Plo@am__quote@
|
285 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icache-model.Plo@am__quote@
|
286 |
|
|
|
287 |
|
|
.c.o:
|
288 |
|
|
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
289 |
82 |
jeremybenn |
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
290 |
80 |
jeremybenn |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
291 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
292 |
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
293 |
|
|
|
294 |
|
|
.c.obj:
|
295 |
|
|
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
296 |
82 |
jeremybenn |
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
297 |
80 |
jeremybenn |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
298 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
299 |
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
300 |
|
|
|
301 |
|
|
.c.lo:
|
302 |
|
|
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
303 |
82 |
jeremybenn |
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
|
304 |
80 |
jeremybenn |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
305 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
306 |
|
|
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
307 |
|
|
|
308 |
|
|
mostlyclean-libtool:
|
309 |
|
|
-rm -f *.lo
|
310 |
|
|
|
311 |
|
|
clean-libtool:
|
312 |
|
|
-rm -rf .libs _libs
|
313 |
|
|
|
314 |
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
315 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
316 |
|
|
unique=`for i in $$list; do \
|
317 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
318 |
|
|
done | \
|
319 |
82 |
jeremybenn |
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
320 |
80 |
jeremybenn |
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
321 |
|
|
mkid -fID $$unique
|
322 |
|
|
tags: TAGS
|
323 |
|
|
|
324 |
|
|
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
325 |
|
|
$(TAGS_FILES) $(LISP)
|
326 |
82 |
jeremybenn |
set x; \
|
327 |
80 |
jeremybenn |
here=`pwd`; \
|
328 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
329 |
|
|
unique=`for i in $$list; do \
|
330 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
331 |
|
|
done | \
|
332 |
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
333 |
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
334 |
82 |
jeremybenn |
shift; \
|
335 |
|
|
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
336 |
80 |
jeremybenn |
test -n "$$unique" || unique=$$empty_fix; \
|
337 |
82 |
jeremybenn |
if test $$# -gt 0; then \
|
338 |
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
339 |
|
|
"$$@" $$unique; \
|
340 |
|
|
else \
|
341 |
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
342 |
|
|
$$unique; \
|
343 |
|
|
fi; \
|
344 |
80 |
jeremybenn |
fi
|
345 |
|
|
ctags: CTAGS
|
346 |
|
|
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
347 |
|
|
$(TAGS_FILES) $(LISP)
|
348 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
349 |
|
|
unique=`for i in $$list; do \
|
350 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
351 |
|
|
done | \
|
352 |
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
353 |
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
354 |
82 |
jeremybenn |
test -z "$(CTAGS_ARGS)$$unique" \
|
355 |
80 |
jeremybenn |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
356 |
82 |
jeremybenn |
$$unique
|
357 |
80 |
jeremybenn |
|
358 |
|
|
GTAGS:
|
359 |
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
360 |
82 |
jeremybenn |
&& $(am__cd) $(top_srcdir) \
|
361 |
|
|
&& gtags -i $(GTAGS_ARGS) "$$here"
|
362 |
80 |
jeremybenn |
|
363 |
|
|
distclean-tags:
|
364 |
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
365 |
|
|
|
366 |
|
|
distdir: $(DISTFILES)
|
367 |
|
|
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
368 |
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
369 |
|
|
list='$(DISTFILES)'; \
|
370 |
|
|
dist_files=`for file in $$list; do echo $$file; done | \
|
371 |
|
|
sed -e "s|^$$srcdirstrip/||;t" \
|
372 |
|
|
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
373 |
|
|
case $$dist_files in \
|
374 |
|
|
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
375 |
|
|
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
376 |
|
|
sort -u` ;; \
|
377 |
|
|
esac; \
|
378 |
|
|
for file in $$dist_files; do \
|
379 |
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
380 |
|
|
if test -d $$d/$$file; then \
|
381 |
|
|
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
382 |
82 |
jeremybenn |
if test -d "$(distdir)/$$file"; then \
|
383 |
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
384 |
|
|
fi; \
|
385 |
80 |
jeremybenn |
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
386 |
82 |
jeremybenn |
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
387 |
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
388 |
80 |
jeremybenn |
fi; \
|
389 |
82 |
jeremybenn |
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
390 |
80 |
jeremybenn |
else \
|
391 |
82 |
jeremybenn |
test -f "$(distdir)/$$file" \
|
392 |
|
|
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
393 |
80 |
jeremybenn |
|| exit 1; \
|
394 |
|
|
fi; \
|
395 |
|
|
done
|
396 |
|
|
check-am: all-am
|
397 |
|
|
check: check-am
|
398 |
|
|
all-am: Makefile $(LTLIBRARIES)
|
399 |
|
|
installdirs:
|
400 |
|
|
install: install-am
|
401 |
|
|
install-exec: install-exec-am
|
402 |
|
|
install-data: install-data-am
|
403 |
|
|
uninstall: uninstall-am
|
404 |
|
|
|
405 |
|
|
install-am: all-am
|
406 |
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
407 |
|
|
|
408 |
|
|
installcheck: installcheck-am
|
409 |
|
|
install-strip:
|
410 |
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
411 |
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
412 |
|
|
`test -z '$(STRIP)' || \
|
413 |
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
414 |
|
|
mostlyclean-generic:
|
415 |
|
|
|
416 |
|
|
clean-generic:
|
417 |
|
|
|
418 |
|
|
distclean-generic:
|
419 |
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
420 |
82 |
jeremybenn |
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
421 |
80 |
jeremybenn |
|
422 |
|
|
maintainer-clean-generic:
|
423 |
|
|
@echo "This command is intended for maintainers to use"
|
424 |
|
|
@echo "it deletes files that may require special tools to rebuild."
|
425 |
|
|
clean: clean-am
|
426 |
|
|
|
427 |
|
|
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
|
428 |
|
|
mostlyclean-am
|
429 |
|
|
|
430 |
|
|
distclean: distclean-am
|
431 |
|
|
-rm -rf ./$(DEPDIR)
|
432 |
|
|
-rm -f Makefile
|
433 |
|
|
distclean-am: clean-am distclean-compile distclean-generic \
|
434 |
|
|
distclean-tags
|
435 |
|
|
|
436 |
|
|
dvi: dvi-am
|
437 |
|
|
|
438 |
|
|
dvi-am:
|
439 |
|
|
|
440 |
|
|
html: html-am
|
441 |
|
|
|
442 |
82 |
jeremybenn |
html-am:
|
443 |
|
|
|
444 |
80 |
jeremybenn |
info: info-am
|
445 |
|
|
|
446 |
|
|
info-am:
|
447 |
|
|
|
448 |
|
|
install-data-am:
|
449 |
|
|
|
450 |
|
|
install-dvi: install-dvi-am
|
451 |
|
|
|
452 |
82 |
jeremybenn |
install-dvi-am:
|
453 |
|
|
|
454 |
80 |
jeremybenn |
install-exec-am:
|
455 |
|
|
|
456 |
|
|
install-html: install-html-am
|
457 |
|
|
|
458 |
82 |
jeremybenn |
install-html-am:
|
459 |
|
|
|
460 |
80 |
jeremybenn |
install-info: install-info-am
|
461 |
|
|
|
462 |
82 |
jeremybenn |
install-info-am:
|
463 |
|
|
|
464 |
80 |
jeremybenn |
install-man:
|
465 |
|
|
|
466 |
|
|
install-pdf: install-pdf-am
|
467 |
|
|
|
468 |
82 |
jeremybenn |
install-pdf-am:
|
469 |
|
|
|
470 |
80 |
jeremybenn |
install-ps: install-ps-am
|
471 |
|
|
|
472 |
82 |
jeremybenn |
install-ps-am:
|
473 |
|
|
|
474 |
80 |
jeremybenn |
installcheck-am:
|
475 |
|
|
|
476 |
|
|
maintainer-clean: maintainer-clean-am
|
477 |
|
|
-rm -rf ./$(DEPDIR)
|
478 |
|
|
-rm -f Makefile
|
479 |
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
480 |
|
|
|
481 |
|
|
mostlyclean: mostlyclean-am
|
482 |
|
|
|
483 |
|
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
484 |
|
|
mostlyclean-libtool
|
485 |
|
|
|
486 |
|
|
pdf: pdf-am
|
487 |
|
|
|
488 |
|
|
pdf-am:
|
489 |
|
|
|
490 |
|
|
ps: ps-am
|
491 |
|
|
|
492 |
|
|
ps-am:
|
493 |
|
|
|
494 |
|
|
uninstall-am:
|
495 |
|
|
|
496 |
|
|
.MAKE: install-am install-strip
|
497 |
|
|
|
498 |
|
|
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
499 |
|
|
clean-libtool clean-noinstLTLIBRARIES ctags distclean \
|
500 |
|
|
distclean-compile distclean-generic distclean-libtool \
|
501 |
|
|
distclean-tags distdir dvi dvi-am html html-am info info-am \
|
502 |
|
|
install install-am install-data install-data-am install-dvi \
|
503 |
|
|
install-dvi-am install-exec install-exec-am install-html \
|
504 |
|
|
install-html-am install-info install-info-am install-man \
|
505 |
|
|
install-pdf install-pdf-am install-ps install-ps-am \
|
506 |
|
|
install-strip installcheck installcheck-am installdirs \
|
507 |
|
|
maintainer-clean maintainer-clean-generic mostlyclean \
|
508 |
|
|
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
|
509 |
|
|
pdf pdf-am ps ps-am tags uninstall uninstall-am
|
510 |
|
|
|
511 |
82 |
jeremybenn |
|
512 |
80 |
jeremybenn |
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
513 |
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
514 |
|
|
.NOEXPORT:
|