1 |
82 |
jeremybenn |
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
2 |
19 |
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 |
19 |
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.am -- Top level automake configuration file
|
19 |
|
|
#
|
20 |
|
|
# Copyright (C) 1999 OpenCores
|
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 |
|
|
|
41 |
|
|
|
42 |
|
|
VPATH = @srcdir@
|
43 |
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
44 |
82 |
jeremybenn |
pkgincludedir = $(includedir)/@PACKAGE@
|
45 |
19 |
jeremybenn |
pkglibdir = $(libdir)/@PACKAGE@
|
46 |
82 |
jeremybenn |
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
47 |
19 |
jeremybenn |
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
48 |
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
49 |
|
|
install_sh_PROGRAM = $(install_sh) -c
|
50 |
|
|
install_sh_SCRIPT = $(install_sh) -c
|
51 |
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
52 |
|
|
transform = $(program_transform_name)
|
53 |
|
|
NORMAL_INSTALL = :
|
54 |
|
|
PRE_INSTALL = :
|
55 |
|
|
POST_INSTALL = :
|
56 |
|
|
NORMAL_UNINSTALL = :
|
57 |
|
|
PRE_UNINSTALL = :
|
58 |
|
|
POST_UNINSTALL = :
|
59 |
|
|
build_triplet = @build@
|
60 |
|
|
host_triplet = @host@
|
61 |
|
|
target_triplet = @target@
|
62 |
|
|
bin_PROGRAMS = sim$(EXEEXT) profile$(EXEEXT) mprofile$(EXEEXT)
|
63 |
|
|
subdir = .
|
64 |
|
|
DIST_COMMON = README $(am__configure_deps) $(include_HEADERS) \
|
65 |
|
|
$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
66 |
|
|
$(srcdir)/config.h.in $(top_srcdir)/configure AUTHORS COPYING \
|
67 |
|
|
ChangeLog INSTALL NEWS compile config.guess config.sub depcomp \
|
68 |
|
|
install-sh ltmain.sh missing mkinstalldirs
|
69 |
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
70 |
82 |
jeremybenn |
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
|
71 |
|
|
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
|
72 |
|
|
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
|
73 |
|
|
$(top_srcdir)/configure.ac
|
74 |
19 |
jeremybenn |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
75 |
|
|
$(ACLOCAL_M4)
|
76 |
|
|
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
77 |
|
|
configure.lineno config.status.lineno
|
78 |
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
79 |
|
|
CONFIG_HEADER = config.h
|
80 |
|
|
CONFIG_CLEAN_FILES =
|
81 |
82 |
jeremybenn |
CONFIG_CLEAN_VPATH_FILES =
|
82 |
19 |
jeremybenn |
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
83 |
|
|
am__vpath_adj = case $$p in \
|
84 |
|
|
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
85 |
|
|
*) f=$$p;; \
|
86 |
|
|
esac;
|
87 |
82 |
jeremybenn |
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
88 |
|
|
am__install_max = 40
|
89 |
|
|
am__nobase_strip_setup = \
|
90 |
|
|
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
91 |
|
|
am__nobase_strip = \
|
92 |
|
|
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
93 |
|
|
am__nobase_list = $(am__nobase_strip_setup); \
|
94 |
|
|
for p in $$list; do echo "$$p $$p"; done | \
|
95 |
|
|
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
96 |
|
|
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
97 |
|
|
if (++n[$$2] == $(am__install_max)) \
|
98 |
|
|
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
99 |
|
|
END { for (dir in files) print dir, files[dir] }'
|
100 |
|
|
am__base_list = \
|
101 |
|
|
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
102 |
|
|
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
103 |
19 |
jeremybenn |
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
|
104 |
|
|
"$(DESTDIR)$(includedir)"
|
105 |
|
|
LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
|
106 |
|
|
libor1ksys_la_DEPENDENCIES = argtable2/libargtable2.la \
|
107 |
|
|
cpu/common/libcommon.la cpu/$(CPU_ARCH)/libarch.la \
|
108 |
|
|
cpu/or1k/libor1k.la support/libsupport.la mmu/libmmu.la \
|
109 |
|
|
bpb/libbpb.la cache/libcache.la peripheral/libperipheral.la \
|
110 |
|
|
peripheral/channels/libchannels.la tick/libtick.la pm/libpm.la \
|
111 |
|
|
pic/libpic.la debug/libdebug.la vapi/libvapi.la cuc/libcuc.la \
|
112 |
|
|
port/libport.la
|
113 |
|
|
am_libor1ksys_la_OBJECTS = cpu-config.lo mprofiler.lo profiler.lo \
|
114 |
|
|
sim-cmd.lo sim-config.lo toplevel-support.lo
|
115 |
|
|
libor1ksys_la_OBJECTS = $(am_libor1ksys_la_OBJECTS)
|
116 |
|
|
libor1ksys_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
117 |
|
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
118 |
|
|
$(libor1ksys_la_LDFLAGS) $(LDFLAGS) -o $@
|
119 |
|
|
libsim_la_DEPENDENCIES = libor1ksys.la
|
120 |
|
|
am_libsim_la_OBJECTS = libtoplevel.lo
|
121 |
|
|
libsim_la_OBJECTS = $(am_libsim_la_OBJECTS)
|
122 |
|
|
PROGRAMS = $(bin_PROGRAMS)
|
123 |
|
|
am_mprofile_OBJECTS = toplevel-mprofile.$(OBJEXT)
|
124 |
|
|
mprofile_OBJECTS = $(am_mprofile_OBJECTS)
|
125 |
|
|
mprofile_DEPENDENCIES = libor1ksys.la
|
126 |
|
|
am_profile_OBJECTS = toplevel-profile.$(OBJEXT)
|
127 |
|
|
profile_OBJECTS = $(am_profile_OBJECTS)
|
128 |
|
|
profile_DEPENDENCIES = libor1ksys.la
|
129 |
|
|
am_sim_OBJECTS = toplevel.$(OBJEXT)
|
130 |
|
|
sim_OBJECTS = $(am_sim_OBJECTS)
|
131 |
|
|
sim_DEPENDENCIES = libor1ksys.la
|
132 |
|
|
DEFAULT_INCLUDES = -I.@am__isrc@
|
133 |
|
|
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
134 |
|
|
am__depfiles_maybe = depfiles
|
135 |
82 |
jeremybenn |
am__mv = mv -f
|
136 |
19 |
jeremybenn |
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
137 |
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
138 |
|
|
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
139 |
|
|
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
140 |
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
141 |
|
|
CCLD = $(CC)
|
142 |
|
|
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
143 |
|
|
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
|
144 |
|
|
$(LDFLAGS) -o $@
|
145 |
|
|
SOURCES = $(libor1ksys_la_SOURCES) $(libsim_la_SOURCES) \
|
146 |
|
|
$(mprofile_SOURCES) $(profile_SOURCES) $(sim_SOURCES)
|
147 |
|
|
DIST_SOURCES = $(libor1ksys_la_SOURCES) $(libsim_la_SOURCES) \
|
148 |
|
|
$(mprofile_SOURCES) $(profile_SOURCES) $(sim_SOURCES)
|
149 |
|
|
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
150 |
|
|
html-recursive info-recursive install-data-recursive \
|
151 |
|
|
install-dvi-recursive install-exec-recursive \
|
152 |
|
|
install-html-recursive install-info-recursive \
|
153 |
|
|
install-pdf-recursive install-ps-recursive install-recursive \
|
154 |
|
|
installcheck-recursive installdirs-recursive pdf-recursive \
|
155 |
|
|
ps-recursive uninstall-recursive
|
156 |
|
|
HEADERS = $(include_HEADERS)
|
157 |
|
|
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
158 |
|
|
distclean-recursive maintainer-clean-recursive
|
159 |
82 |
jeremybenn |
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
|
160 |
|
|
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
|
161 |
|
|
distdir dist dist-all distcheck
|
162 |
19 |
jeremybenn |
ETAGS = etags
|
163 |
|
|
CTAGS = ctags
|
164 |
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
165 |
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
166 |
|
|
distdir = $(PACKAGE)-$(VERSION)
|
167 |
|
|
top_distdir = $(distdir)
|
168 |
|
|
am__remove_distdir = \
|
169 |
82 |
jeremybenn |
{ test ! -d "$(distdir)" \
|
170 |
|
|
|| { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
|
171 |
|
|
&& rm -fr "$(distdir)"; }; }
|
172 |
|
|
am__relativize = \
|
173 |
|
|
dir0=`pwd`; \
|
174 |
|
|
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
|
175 |
|
|
sed_rest='s,^[^/]*/*,,'; \
|
176 |
|
|
sed_last='s,^.*/\([^/]*\)$$,\1,'; \
|
177 |
|
|
sed_butlast='s,/*[^/]*$$,,'; \
|
178 |
|
|
while test -n "$$dir1"; do \
|
179 |
|
|
first=`echo "$$dir1" | sed -e "$$sed_first"`; \
|
180 |
|
|
if test "$$first" != "."; then \
|
181 |
|
|
if test "$$first" = ".."; then \
|
182 |
|
|
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
|
183 |
|
|
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
|
184 |
|
|
else \
|
185 |
|
|
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
|
186 |
|
|
if test "$$first2" = "$$first"; then \
|
187 |
|
|
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
|
188 |
|
|
else \
|
189 |
|
|
dir2="../$$dir2"; \
|
190 |
|
|
fi; \
|
191 |
|
|
dir0="$$dir0"/"$$first"; \
|
192 |
|
|
fi; \
|
193 |
|
|
fi; \
|
194 |
|
|
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
|
195 |
|
|
done; \
|
196 |
|
|
reldir="$$dir2"
|
197 |
19 |
jeremybenn |
DIST_ARCHIVES = $(distdir).tar.gz
|
198 |
|
|
GZIP_ENV = --best
|
199 |
|
|
distuninstallcheck_listfiles = find . -type f -print
|
200 |
|
|
distcleancheck_listfiles = find . -type f -print
|
201 |
|
|
ACLOCAL = @ACLOCAL@
|
202 |
|
|
AMTAR = @AMTAR@
|
203 |
|
|
AR = @AR@
|
204 |
|
|
ARFLAGS = @ARFLAGS@
|
205 |
|
|
AUTOCONF = @AUTOCONF@
|
206 |
|
|
AUTOHEADER = @AUTOHEADER@
|
207 |
|
|
AUTOMAKE = @AUTOMAKE@
|
208 |
|
|
AWK = @AWK@
|
209 |
|
|
BUILD_DIR = @BUILD_DIR@
|
210 |
|
|
CC = @CC@
|
211 |
82 |
jeremybenn |
CCAS = @CCAS@
|
212 |
|
|
CCASDEPMODE = @CCASDEPMODE@
|
213 |
|
|
CCASFLAGS = @CCASFLAGS@
|
214 |
19 |
jeremybenn |
CCDEPMODE = @CCDEPMODE@
|
215 |
|
|
CFLAGS = @CFLAGS@
|
216 |
|
|
CPP = @CPP@
|
217 |
|
|
CPPFLAGS = @CPPFLAGS@
|
218 |
|
|
CPU_ARCH = @CPU_ARCH@
|
219 |
|
|
CYGPATH_W = @CYGPATH_W@
|
220 |
|
|
DEBUGFLAGS = @DEBUGFLAGS@
|
221 |
|
|
DEFS = @DEFS@
|
222 |
90 |
jeremybenn |
DEJAGNU = @DEJAGNU@
|
223 |
19 |
jeremybenn |
DEPDIR = @DEPDIR@
|
224 |
82 |
jeremybenn |
DSYMUTIL = @DSYMUTIL@
|
225 |
|
|
DUMPBIN = @DUMPBIN@
|
226 |
19 |
jeremybenn |
ECHO_C = @ECHO_C@
|
227 |
|
|
ECHO_N = @ECHO_N@
|
228 |
|
|
ECHO_T = @ECHO_T@
|
229 |
|
|
EGREP = @EGREP@
|
230 |
|
|
EXEEXT = @EXEEXT@
|
231 |
82 |
jeremybenn |
FGREP = @FGREP@
|
232 |
19 |
jeremybenn |
GREP = @GREP@
|
233 |
|
|
INCLUDES = @INCLUDES@
|
234 |
|
|
INSTALL = @INSTALL@
|
235 |
|
|
INSTALL_DATA = @INSTALL_DATA@
|
236 |
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
237 |
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
238 |
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
239 |
82 |
jeremybenn |
LD = @LD@
|
240 |
19 |
jeremybenn |
LDFLAGS = @LDFLAGS@
|
241 |
|
|
LIBOBJS = @LIBOBJS@
|
242 |
|
|
LIBS = @LIBS@
|
243 |
|
|
LIBTOOL = @LIBTOOL@
|
244 |
82 |
jeremybenn |
LIPO = @LIPO@
|
245 |
19 |
jeremybenn |
LN_S = @LN_S@
|
246 |
|
|
LOCAL_CFLAGS = @LOCAL_CFLAGS@
|
247 |
|
|
LOCAL_DEFS = @LOCAL_DEFS@
|
248 |
|
|
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
|
249 |
|
|
LTLIBOBJS = @LTLIBOBJS@
|
250 |
|
|
MAKEINFO = @MAKEINFO@
|
251 |
|
|
MKDIR_P = @MKDIR_P@
|
252 |
82 |
jeremybenn |
NM = @NM@
|
253 |
|
|
NMEDIT = @NMEDIT@
|
254 |
|
|
OBJDUMP = @OBJDUMP@
|
255 |
19 |
jeremybenn |
OBJEXT = @OBJEXT@
|
256 |
82 |
jeremybenn |
OTOOL = @OTOOL@
|
257 |
|
|
OTOOL64 = @OTOOL64@
|
258 |
19 |
jeremybenn |
PACKAGE = @PACKAGE@
|
259 |
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
260 |
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
261 |
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
262 |
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
263 |
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
264 |
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
265 |
|
|
POW_LIB = @POW_LIB@
|
266 |
|
|
RANLIB = @RANLIB@
|
267 |
96 |
jeremybenn |
RUNTESTDEFAULTFLAGS = @RUNTESTDEFAULTFLAGS@
|
268 |
19 |
jeremybenn |
SED = @SED@
|
269 |
|
|
SET_MAKE = @SET_MAKE@
|
270 |
|
|
SHELL = @SHELL@
|
271 |
|
|
STRIP = @STRIP@
|
272 |
|
|
SUMVERSION = @SUMVERSION@
|
273 |
|
|
TERMCAP_LIB = @TERMCAP_LIB@
|
274 |
|
|
VERSION = @VERSION@
|
275 |
|
|
abs_builddir = @abs_builddir@
|
276 |
|
|
abs_srcdir = @abs_srcdir@
|
277 |
|
|
abs_top_builddir = @abs_top_builddir@
|
278 |
|
|
abs_top_srcdir = @abs_top_srcdir@
|
279 |
|
|
ac_ct_CC = @ac_ct_CC@
|
280 |
82 |
jeremybenn |
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
281 |
19 |
jeremybenn |
am__include = @am__include@
|
282 |
|
|
am__leading_dot = @am__leading_dot@
|
283 |
|
|
am__quote = @am__quote@
|
284 |
|
|
am__tar = @am__tar@
|
285 |
|
|
am__untar = @am__untar@
|
286 |
|
|
bindir = @bindir@
|
287 |
|
|
build = @build@
|
288 |
|
|
build_alias = @build_alias@
|
289 |
|
|
build_cpu = @build_cpu@
|
290 |
|
|
build_os = @build_os@
|
291 |
|
|
build_vendor = @build_vendor@
|
292 |
|
|
builddir = @builddir@
|
293 |
|
|
datadir = @datadir@
|
294 |
|
|
datarootdir = @datarootdir@
|
295 |
|
|
docdir = @docdir@
|
296 |
|
|
dvidir = @dvidir@
|
297 |
|
|
exec_prefix = @exec_prefix@
|
298 |
|
|
host = @host@
|
299 |
|
|
host_alias = @host_alias@
|
300 |
|
|
host_cpu = @host_cpu@
|
301 |
|
|
host_os = @host_os@
|
302 |
|
|
host_vendor = @host_vendor@
|
303 |
|
|
htmldir = @htmldir@
|
304 |
|
|
includedir = @includedir@
|
305 |
|
|
infodir = @infodir@
|
306 |
|
|
install_sh = @install_sh@
|
307 |
|
|
libdir = @libdir@
|
308 |
|
|
libexecdir = @libexecdir@
|
309 |
|
|
localedir = @localedir@
|
310 |
|
|
localstatedir = @localstatedir@
|
311 |
82 |
jeremybenn |
lt_ECHO = @lt_ECHO@
|
312 |
19 |
jeremybenn |
mandir = @mandir@
|
313 |
|
|
mkdir_p = @mkdir_p@
|
314 |
|
|
oldincludedir = @oldincludedir@
|
315 |
|
|
pdfdir = @pdfdir@
|
316 |
|
|
prefix = @prefix@
|
317 |
|
|
program_transform_name = @program_transform_name@
|
318 |
|
|
psdir = @psdir@
|
319 |
|
|
sbindir = @sbindir@
|
320 |
|
|
sharedstatedir = @sharedstatedir@
|
321 |
|
|
srcdir = @srcdir@
|
322 |
82 |
jeremybenn |
subdirs = @subdirs@
|
323 |
19 |
jeremybenn |
sysconfdir = @sysconfdir@
|
324 |
|
|
target = @target@
|
325 |
|
|
target_alias = @target_alias@
|
326 |
|
|
target_cpu = @target_cpu@
|
327 |
|
|
target_os = @target_os@
|
328 |
|
|
target_vendor = @target_vendor@
|
329 |
82 |
jeremybenn |
top_build_prefix = @top_build_prefix@
|
330 |
19 |
jeremybenn |
top_builddir = @top_builddir@
|
331 |
|
|
top_srcdir = @top_srcdir@
|
332 |
82 |
jeremybenn |
|
333 |
|
|
# Local macros
|
334 |
|
|
ACLOCAL_AMFLAGS = -I m4
|
335 |
|
|
DISTCHECK_CONFIGURE_FLAGS = --target=or32-elf
|
336 |
19 |
jeremybenn |
SUBDIRS = argtable2 \
|
337 |
|
|
cpu \
|
338 |
|
|
bpb \
|
339 |
|
|
doc \
|
340 |
|
|
support \
|
341 |
|
|
cache \
|
342 |
|
|
mmu \
|
343 |
|
|
peripheral \
|
344 |
|
|
tick \
|
345 |
|
|
pm \
|
346 |
|
|
pic \
|
347 |
|
|
debug \
|
348 |
|
|
vapi \
|
349 |
|
|
cuc \
|
350 |
82 |
jeremybenn |
port \
|
351 |
|
|
testsuite
|
352 |
19 |
jeremybenn |
|
353 |
|
|
lib_LTLIBRARIES = libsim.la
|
354 |
|
|
include_HEADERS = or1ksim.h
|
355 |
|
|
|
356 |
|
|
# The internal library
|
357 |
|
|
noinst_LTLIBRARIES = libor1ksys.la
|
358 |
|
|
libor1ksys_la_SOURCES = cpu-config.c \
|
359 |
|
|
mprofiler.c \
|
360 |
|
|
profiler.c \
|
361 |
|
|
sim-cmd.c \
|
362 |
|
|
sim-config.c \
|
363 |
|
|
toplevel-support.c \
|
364 |
|
|
or1ksim.h \
|
365 |
|
|
cpu-config.h \
|
366 |
|
|
sim-cmd.h \
|
367 |
|
|
sim-config.h \
|
368 |
|
|
toplevel-support.h
|
369 |
|
|
|
370 |
|
|
libor1ksys_la_LIBADD = argtable2/libargtable2.la \
|
371 |
|
|
cpu/common/libcommon.la \
|
372 |
|
|
cpu/$(CPU_ARCH)/libarch.la \
|
373 |
|
|
cpu/or1k/libor1k.la \
|
374 |
|
|
support/libsupport.la \
|
375 |
|
|
mmu/libmmu.la \
|
376 |
|
|
bpb/libbpb.la \
|
377 |
|
|
cache/libcache.la \
|
378 |
|
|
peripheral/libperipheral.la \
|
379 |
|
|
peripheral/channels/libchannels.la \
|
380 |
|
|
tick/libtick.la \
|
381 |
|
|
pm/libpm.la \
|
382 |
|
|
pic/libpic.la \
|
383 |
|
|
debug/libdebug.la \
|
384 |
|
|
vapi/libvapi.la \
|
385 |
|
|
cuc/libcuc.la \
|
386 |
|
|
port/libport.la
|
387 |
|
|
|
388 |
|
|
libor1ksys_la_LDFLAGS = -lm
|
389 |
|
|
|
390 |
|
|
# Standalone simulator
|
391 |
|
|
sim_SOURCES = toplevel.c \
|
392 |
|
|
or1ksim.h \
|
393 |
|
|
toplevel-support.h
|
394 |
|
|
|
395 |
|
|
sim_LDADD = libor1ksys.la
|
396 |
|
|
|
397 |
|
|
# Standalone profiling simulator
|
398 |
|
|
profile_SOURCES = toplevel-profile.c \
|
399 |
|
|
or1ksim.h \
|
400 |
|
|
profiler.h
|
401 |
|
|
|
402 |
|
|
profile_LDADD = libor1ksys.la
|
403 |
|
|
|
404 |
|
|
# Standalone memory profiling simulator
|
405 |
|
|
mprofile_SOURCES = toplevel-mprofile.c \
|
406 |
|
|
mprofiler.h \
|
407 |
|
|
or1ksim.h
|
408 |
|
|
|
409 |
|
|
mprofile_LDADD = libor1ksys.la
|
410 |
|
|
|
411 |
|
|
# Library
|
412 |
|
|
libsim_la_SOURCES = libtoplevel.c \
|
413 |
|
|
or1ksim.h \
|
414 |
|
|
toplevel-support.h
|
415 |
|
|
|
416 |
|
|
libsim_la_LIBADD = libor1ksys.la
|
417 |
|
|
all: config.h
|
418 |
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
419 |
|
|
|
420 |
|
|
.SUFFIXES:
|
421 |
|
|
.SUFFIXES: .c .lo .o .obj
|
422 |
|
|
am--refresh:
|
423 |
|
|
@:
|
424 |
|
|
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
425 |
|
|
@for dep in $?; do \
|
426 |
|
|
case '$(am__configure_deps)' in \
|
427 |
|
|
*$$dep*) \
|
428 |
82 |
jeremybenn |
echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
|
429 |
|
|
$(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
|
430 |
19 |
jeremybenn |
&& exit 0; \
|
431 |
|
|
exit 1;; \
|
432 |
|
|
esac; \
|
433 |
|
|
done; \
|
434 |
82 |
jeremybenn |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
|
435 |
|
|
$(am__cd) $(top_srcdir) && \
|
436 |
|
|
$(AUTOMAKE) --gnu Makefile
|
437 |
19 |
jeremybenn |
.PRECIOUS: Makefile
|
438 |
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
439 |
|
|
@case '$?' in \
|
440 |
|
|
*config.status*) \
|
441 |
|
|
echo ' $(SHELL) ./config.status'; \
|
442 |
|
|
$(SHELL) ./config.status;; \
|
443 |
|
|
*) \
|
444 |
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
445 |
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
446 |
|
|
esac;
|
447 |
|
|
|
448 |
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
449 |
|
|
$(SHELL) ./config.status --recheck
|
450 |
|
|
|
451 |
|
|
$(top_srcdir)/configure: $(am__configure_deps)
|
452 |
82 |
jeremybenn |
$(am__cd) $(srcdir) && $(AUTOCONF)
|
453 |
19 |
jeremybenn |
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
454 |
82 |
jeremybenn |
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
455 |
|
|
$(am__aclocal_m4_deps):
|
456 |
19 |
jeremybenn |
|
457 |
|
|
config.h: stamp-h1
|
458 |
|
|
@if test ! -f $@; then \
|
459 |
|
|
rm -f stamp-h1; \
|
460 |
|
|
$(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
|
461 |
|
|
else :; fi
|
462 |
|
|
|
463 |
|
|
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
464 |
|
|
@rm -f stamp-h1
|
465 |
|
|
cd $(top_builddir) && $(SHELL) ./config.status config.h
|
466 |
|
|
$(srcdir)/config.h.in: $(am__configure_deps)
|
467 |
82 |
jeremybenn |
($(am__cd) $(top_srcdir) && $(AUTOHEADER))
|
468 |
19 |
jeremybenn |
rm -f stamp-h1
|
469 |
|
|
touch $@
|
470 |
|
|
|
471 |
|
|
distclean-hdr:
|
472 |
|
|
-rm -f config.h stamp-h1
|
473 |
|
|
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
474 |
|
|
@$(NORMAL_INSTALL)
|
475 |
|
|
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
|
476 |
82 |
jeremybenn |
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
|
477 |
|
|
list2=; for p in $$list; do \
|
478 |
19 |
jeremybenn |
if test -f $$p; then \
|
479 |
82 |
jeremybenn |
list2="$$list2 $$p"; \
|
480 |
19 |
jeremybenn |
else :; fi; \
|
481 |
82 |
jeremybenn |
done; \
|
482 |
|
|
test -z "$$list2" || { \
|
483 |
|
|
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
|
484 |
|
|
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
|
485 |
|
|
}
|
486 |
19 |
jeremybenn |
|
487 |
|
|
uninstall-libLTLIBRARIES:
|
488 |
|
|
@$(NORMAL_UNINSTALL)
|
489 |
82 |
jeremybenn |
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
|
490 |
|
|
for p in $$list; do \
|
491 |
|
|
$(am__strip_dir) \
|
492 |
|
|
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
|
493 |
|
|
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
|
494 |
19 |
jeremybenn |
done
|
495 |
|
|
|
496 |
|
|
clean-libLTLIBRARIES:
|
497 |
|
|
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
|
498 |
|
|
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
499 |
|
|
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
500 |
|
|
test "$$dir" != "$$p" || dir=.; \
|
501 |
|
|
echo "rm -f \"$${dir}/so_locations\""; \
|
502 |
|
|
rm -f "$${dir}/so_locations"; \
|
503 |
|
|
done
|
504 |
|
|
|
505 |
|
|
clean-noinstLTLIBRARIES:
|
506 |
|
|
-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
|
507 |
|
|
@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
|
508 |
|
|
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
509 |
|
|
test "$$dir" != "$$p" || dir=.; \
|
510 |
|
|
echo "rm -f \"$${dir}/so_locations\""; \
|
511 |
|
|
rm -f "$${dir}/so_locations"; \
|
512 |
|
|
done
|
513 |
|
|
libor1ksys.la: $(libor1ksys_la_OBJECTS) $(libor1ksys_la_DEPENDENCIES)
|
514 |
|
|
$(libor1ksys_la_LINK) $(libor1ksys_la_OBJECTS) $(libor1ksys_la_LIBADD) $(LIBS)
|
515 |
|
|
libsim.la: $(libsim_la_OBJECTS) $(libsim_la_DEPENDENCIES)
|
516 |
|
|
$(LINK) -rpath $(libdir) $(libsim_la_OBJECTS) $(libsim_la_LIBADD) $(LIBS)
|
517 |
|
|
install-binPROGRAMS: $(bin_PROGRAMS)
|
518 |
|
|
@$(NORMAL_INSTALL)
|
519 |
|
|
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
|
520 |
82 |
jeremybenn |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
|
521 |
|
|
for p in $$list; do echo "$$p $$p"; done | \
|
522 |
|
|
sed 's/$(EXEEXT)$$//' | \
|
523 |
|
|
while read p p1; do if test -f $$p || test -f $$p1; \
|
524 |
|
|
then echo "$$p"; echo "$$p"; else :; fi; \
|
525 |
|
|
done | \
|
526 |
|
|
sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
|
527 |
|
|
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
|
528 |
|
|
sed 'N;N;N;s,\n, ,g' | \
|
529 |
|
|
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
530 |
|
|
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
|
531 |
|
|
if ($$2 == $$4) files[d] = files[d] " " $$1; \
|
532 |
|
|
else { print "f", $$3 "/" $$4, $$1; } } \
|
533 |
|
|
END { for (d in files) print "f", d, files[d] }' | \
|
534 |
|
|
while read type dir files; do \
|
535 |
|
|
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
|
536 |
|
|
test -z "$$files" || { \
|
537 |
|
|
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
|
538 |
|
|
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
|
539 |
|
|
} \
|
540 |
|
|
; done
|
541 |
19 |
jeremybenn |
|
542 |
|
|
uninstall-binPROGRAMS:
|
543 |
|
|
@$(NORMAL_UNINSTALL)
|
544 |
82 |
jeremybenn |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
|
545 |
|
|
files=`for p in $$list; do echo "$$p"; done | \
|
546 |
|
|
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
|
547 |
|
|
-e 's/$$/$(EXEEXT)/' `; \
|
548 |
|
|
test -n "$$list" || exit 0; \
|
549 |
|
|
echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
|
550 |
|
|
cd "$(DESTDIR)$(bindir)" && rm -f $$files
|
551 |
19 |
jeremybenn |
|
552 |
|
|
clean-binPROGRAMS:
|
553 |
82 |
jeremybenn |
@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
|
554 |
|
|
echo " rm -f" $$list; \
|
555 |
|
|
rm -f $$list || exit $$?; \
|
556 |
|
|
test -n "$(EXEEXT)" || exit 0; \
|
557 |
|
|
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
|
558 |
|
|
echo " rm -f" $$list; \
|
559 |
|
|
rm -f $$list
|
560 |
19 |
jeremybenn |
mprofile$(EXEEXT): $(mprofile_OBJECTS) $(mprofile_DEPENDENCIES)
|
561 |
|
|
@rm -f mprofile$(EXEEXT)
|
562 |
|
|
$(LINK) $(mprofile_OBJECTS) $(mprofile_LDADD) $(LIBS)
|
563 |
|
|
profile$(EXEEXT): $(profile_OBJECTS) $(profile_DEPENDENCIES)
|
564 |
|
|
@rm -f profile$(EXEEXT)
|
565 |
|
|
$(LINK) $(profile_OBJECTS) $(profile_LDADD) $(LIBS)
|
566 |
|
|
sim$(EXEEXT): $(sim_OBJECTS) $(sim_DEPENDENCIES)
|
567 |
|
|
@rm -f sim$(EXEEXT)
|
568 |
|
|
$(LINK) $(sim_OBJECTS) $(sim_LDADD) $(LIBS)
|
569 |
|
|
|
570 |
|
|
mostlyclean-compile:
|
571 |
|
|
-rm -f *.$(OBJEXT)
|
572 |
|
|
|
573 |
|
|
distclean-compile:
|
574 |
|
|
-rm -f *.tab.c
|
575 |
|
|
|
576 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-config.Plo@am__quote@
|
577 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtoplevel.Plo@am__quote@
|
578 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mprofiler.Plo@am__quote@
|
579 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profiler.Plo@am__quote@
|
580 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sim-cmd.Plo@am__quote@
|
581 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sim-config.Plo@am__quote@
|
582 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/toplevel-mprofile.Po@am__quote@
|
583 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/toplevel-profile.Po@am__quote@
|
584 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/toplevel-support.Plo@am__quote@
|
585 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/toplevel.Po@am__quote@
|
586 |
|
|
|
587 |
|
|
.c.o:
|
588 |
|
|
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
589 |
82 |
jeremybenn |
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
590 |
19 |
jeremybenn |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
591 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
592 |
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
593 |
|
|
|
594 |
|
|
.c.obj:
|
595 |
|
|
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
596 |
82 |
jeremybenn |
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
597 |
19 |
jeremybenn |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
598 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
599 |
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
600 |
|
|
|
601 |
|
|
.c.lo:
|
602 |
|
|
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
603 |
82 |
jeremybenn |
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
|
604 |
19 |
jeremybenn |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
605 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
606 |
|
|
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
607 |
|
|
|
608 |
|
|
mostlyclean-libtool:
|
609 |
|
|
-rm -f *.lo
|
610 |
|
|
|
611 |
|
|
clean-libtool:
|
612 |
|
|
-rm -rf .libs _libs
|
613 |
|
|
|
614 |
|
|
distclean-libtool:
|
615 |
82 |
jeremybenn |
-rm -f libtool config.lt
|
616 |
19 |
jeremybenn |
install-includeHEADERS: $(include_HEADERS)
|
617 |
|
|
@$(NORMAL_INSTALL)
|
618 |
|
|
test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
|
619 |
82 |
jeremybenn |
@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
|
620 |
|
|
for p in $$list; do \
|
621 |
19 |
jeremybenn |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
622 |
82 |
jeremybenn |
echo "$$d$$p"; \
|
623 |
|
|
done | $(am__base_list) | \
|
624 |
|
|
while read files; do \
|
625 |
|
|
echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
|
626 |
|
|
$(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
|
627 |
19 |
jeremybenn |
done
|
628 |
|
|
|
629 |
|
|
uninstall-includeHEADERS:
|
630 |
|
|
@$(NORMAL_UNINSTALL)
|
631 |
82 |
jeremybenn |
@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
|
632 |
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
633 |
|
|
test -n "$$files" || exit 0; \
|
634 |
|
|
echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
|
635 |
|
|
cd "$(DESTDIR)$(includedir)" && rm -f $$files
|
636 |
19 |
jeremybenn |
|
637 |
|
|
# This directory's subdirectories are mostly independent; you can cd
|
638 |
|
|
# into them and run `make' without going through this Makefile.
|
639 |
|
|
# To change the values of `make' variables: instead of editing Makefiles,
|
640 |
|
|
# (1) if the variable is set in `config.status', edit `config.status'
|
641 |
|
|
# (which will cause the Makefiles to be regenerated when you run `make');
|
642 |
|
|
# (2) otherwise, pass the desired values on the `make' command line.
|
643 |
|
|
$(RECURSIVE_TARGETS):
|
644 |
82 |
jeremybenn |
@fail= failcom='exit 1'; \
|
645 |
19 |
jeremybenn |
for f in x $$MAKEFLAGS; do \
|
646 |
|
|
case $$f in \
|
647 |
|
|
*=* | --[!k]*);; \
|
648 |
|
|
*k*) failcom='fail=yes';; \
|
649 |
|
|
esac; \
|
650 |
|
|
done; \
|
651 |
|
|
dot_seen=no; \
|
652 |
|
|
target=`echo $@ | sed s/-recursive//`; \
|
653 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
654 |
|
|
echo "Making $$target in $$subdir"; \
|
655 |
|
|
if test "$$subdir" = "."; then \
|
656 |
|
|
dot_seen=yes; \
|
657 |
|
|
local_target="$$target-am"; \
|
658 |
|
|
else \
|
659 |
|
|
local_target="$$target"; \
|
660 |
|
|
fi; \
|
661 |
82 |
jeremybenn |
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
662 |
19 |
jeremybenn |
|| eval $$failcom; \
|
663 |
|
|
done; \
|
664 |
|
|
if test "$$dot_seen" = "no"; then \
|
665 |
|
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
666 |
|
|
fi; test -z "$$fail"
|
667 |
|
|
|
668 |
|
|
$(RECURSIVE_CLEAN_TARGETS):
|
669 |
82 |
jeremybenn |
@fail= failcom='exit 1'; \
|
670 |
19 |
jeremybenn |
for f in x $$MAKEFLAGS; do \
|
671 |
|
|
case $$f in \
|
672 |
|
|
*=* | --[!k]*);; \
|
673 |
|
|
*k*) failcom='fail=yes';; \
|
674 |
|
|
esac; \
|
675 |
|
|
done; \
|
676 |
|
|
dot_seen=no; \
|
677 |
|
|
case "$@" in \
|
678 |
|
|
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
679 |
|
|
*) list='$(SUBDIRS)' ;; \
|
680 |
|
|
esac; \
|
681 |
|
|
rev=''; for subdir in $$list; do \
|
682 |
|
|
if test "$$subdir" = "."; then :; else \
|
683 |
|
|
rev="$$subdir $$rev"; \
|
684 |
|
|
fi; \
|
685 |
|
|
done; \
|
686 |
|
|
rev="$$rev ."; \
|
687 |
|
|
target=`echo $@ | sed s/-recursive//`; \
|
688 |
|
|
for subdir in $$rev; do \
|
689 |
|
|
echo "Making $$target in $$subdir"; \
|
690 |
|
|
if test "$$subdir" = "."; then \
|
691 |
|
|
local_target="$$target-am"; \
|
692 |
|
|
else \
|
693 |
|
|
local_target="$$target"; \
|
694 |
|
|
fi; \
|
695 |
82 |
jeremybenn |
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
696 |
19 |
jeremybenn |
|| eval $$failcom; \
|
697 |
|
|
done && test -z "$$fail"
|
698 |
|
|
tags-recursive:
|
699 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
700 |
82 |
jeremybenn |
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
701 |
19 |
jeremybenn |
done
|
702 |
|
|
ctags-recursive:
|
703 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
704 |
82 |
jeremybenn |
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
705 |
19 |
jeremybenn |
done
|
706 |
|
|
|
707 |
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
708 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
709 |
|
|
unique=`for i in $$list; do \
|
710 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
711 |
|
|
done | \
|
712 |
82 |
jeremybenn |
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
713 |
19 |
jeremybenn |
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
714 |
|
|
mkid -fID $$unique
|
715 |
|
|
tags: TAGS
|
716 |
|
|
|
717 |
|
|
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
718 |
|
|
$(TAGS_FILES) $(LISP)
|
719 |
82 |
jeremybenn |
set x; \
|
720 |
19 |
jeremybenn |
here=`pwd`; \
|
721 |
|
|
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
722 |
|
|
include_option=--etags-include; \
|
723 |
|
|
empty_fix=.; \
|
724 |
|
|
else \
|
725 |
|
|
include_option=--include; \
|
726 |
|
|
empty_fix=; \
|
727 |
|
|
fi; \
|
728 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
729 |
|
|
if test "$$subdir" = .; then :; else \
|
730 |
|
|
test ! -f $$subdir/TAGS || \
|
731 |
82 |
jeremybenn |
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
|
732 |
19 |
jeremybenn |
fi; \
|
733 |
|
|
done; \
|
734 |
|
|
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
735 |
|
|
unique=`for i in $$list; do \
|
736 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
737 |
|
|
done | \
|
738 |
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
739 |
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
740 |
82 |
jeremybenn |
shift; \
|
741 |
|
|
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
742 |
19 |
jeremybenn |
test -n "$$unique" || unique=$$empty_fix; \
|
743 |
82 |
jeremybenn |
if test $$# -gt 0; then \
|
744 |
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
745 |
|
|
"$$@" $$unique; \
|
746 |
|
|
else \
|
747 |
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
748 |
|
|
$$unique; \
|
749 |
|
|
fi; \
|
750 |
19 |
jeremybenn |
fi
|
751 |
|
|
ctags: CTAGS
|
752 |
|
|
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
753 |
|
|
$(TAGS_FILES) $(LISP)
|
754 |
|
|
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
755 |
|
|
unique=`for i in $$list; do \
|
756 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
757 |
|
|
done | \
|
758 |
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
759 |
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
760 |
82 |
jeremybenn |
test -z "$(CTAGS_ARGS)$$unique" \
|
761 |
19 |
jeremybenn |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
762 |
82 |
jeremybenn |
$$unique
|
763 |
19 |
jeremybenn |
|
764 |
|
|
GTAGS:
|
765 |
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
766 |
82 |
jeremybenn |
&& $(am__cd) $(top_srcdir) \
|
767 |
|
|
&& gtags -i $(GTAGS_ARGS) "$$here"
|
768 |
19 |
jeremybenn |
|
769 |
|
|
distclean-tags:
|
770 |
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
771 |
|
|
|
772 |
|
|
distdir: $(DISTFILES)
|
773 |
|
|
$(am__remove_distdir)
|
774 |
82 |
jeremybenn |
test -d "$(distdir)" || mkdir "$(distdir)"
|
775 |
19 |
jeremybenn |
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
776 |
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
777 |
|
|
list='$(DISTFILES)'; \
|
778 |
|
|
dist_files=`for file in $$list; do echo $$file; done | \
|
779 |
|
|
sed -e "s|^$$srcdirstrip/||;t" \
|
780 |
|
|
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
781 |
|
|
case $$dist_files in \
|
782 |
|
|
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
783 |
|
|
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
784 |
|
|
sort -u` ;; \
|
785 |
|
|
esac; \
|
786 |
|
|
for file in $$dist_files; do \
|
787 |
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
788 |
|
|
if test -d $$d/$$file; then \
|
789 |
|
|
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
790 |
82 |
jeremybenn |
if test -d "$(distdir)/$$file"; then \
|
791 |
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
792 |
|
|
fi; \
|
793 |
19 |
jeremybenn |
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
794 |
82 |
jeremybenn |
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
795 |
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
796 |
19 |
jeremybenn |
fi; \
|
797 |
82 |
jeremybenn |
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
798 |
19 |
jeremybenn |
else \
|
799 |
82 |
jeremybenn |
test -f "$(distdir)/$$file" \
|
800 |
|
|
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
801 |
19 |
jeremybenn |
|| exit 1; \
|
802 |
|
|
fi; \
|
803 |
|
|
done
|
804 |
82 |
jeremybenn |
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
805 |
19 |
jeremybenn |
if test "$$subdir" = .; then :; else \
|
806 |
|
|
test -d "$(distdir)/$$subdir" \
|
807 |
|
|
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|
808 |
|
|
|| exit 1; \
|
809 |
82 |
jeremybenn |
fi; \
|
810 |
|
|
done
|
811 |
|
|
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
812 |
|
|
if test "$$subdir" = .; then :; else \
|
813 |
|
|
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
|
814 |
|
|
$(am__relativize); \
|
815 |
|
|
new_distdir=$$reldir; \
|
816 |
|
|
dir1=$$subdir; dir2="$(top_distdir)"; \
|
817 |
|
|
$(am__relativize); \
|
818 |
|
|
new_top_distdir=$$reldir; \
|
819 |
|
|
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
|
820 |
|
|
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
|
821 |
|
|
($(am__cd) $$subdir && \
|
822 |
19 |
jeremybenn |
$(MAKE) $(AM_MAKEFLAGS) \
|
823 |
82 |
jeremybenn |
top_distdir="$$new_top_distdir" \
|
824 |
|
|
distdir="$$new_distdir" \
|
825 |
19 |
jeremybenn |
am__remove_distdir=: \
|
826 |
|
|
am__skip_length_check=: \
|
827 |
82 |
jeremybenn |
am__skip_mode_fix=: \
|
828 |
19 |
jeremybenn |
distdir) \
|
829 |
|
|
|| exit 1; \
|
830 |
|
|
fi; \
|
831 |
|
|
done
|
832 |
82 |
jeremybenn |
-test -n "$(am__skip_mode_fix)" \
|
833 |
|
|
|| find "$(distdir)" -type d ! -perm -755 \
|
834 |
|
|
-exec chmod u+rwx,go+rx {} \; -o \
|
835 |
19 |
jeremybenn |
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
836 |
|
|
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
837 |
|
|
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
838 |
82 |
jeremybenn |
|| chmod -R a+r "$(distdir)"
|
839 |
19 |
jeremybenn |
dist-gzip: distdir
|
840 |
|
|
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
841 |
|
|
$(am__remove_distdir)
|
842 |
|
|
|
843 |
|
|
dist-bzip2: distdir
|
844 |
|
|
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
|
845 |
|
|
$(am__remove_distdir)
|
846 |
|
|
|
847 |
|
|
dist-lzma: distdir
|
848 |
|
|
tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
|
849 |
|
|
$(am__remove_distdir)
|
850 |
|
|
|
851 |
82 |
jeremybenn |
dist-xz: distdir
|
852 |
|
|
tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
|
853 |
|
|
$(am__remove_distdir)
|
854 |
|
|
|
855 |
19 |
jeremybenn |
dist-tarZ: distdir
|
856 |
|
|
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
857 |
|
|
$(am__remove_distdir)
|
858 |
|
|
|
859 |
|
|
dist-shar: distdir
|
860 |
|
|
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
861 |
|
|
$(am__remove_distdir)
|
862 |
|
|
|
863 |
|
|
dist-zip: distdir
|
864 |
|
|
-rm -f $(distdir).zip
|
865 |
|
|
zip -rq $(distdir).zip $(distdir)
|
866 |
|
|
$(am__remove_distdir)
|
867 |
|
|
|
868 |
|
|
dist dist-all: distdir
|
869 |
|
|
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
870 |
|
|
$(am__remove_distdir)
|
871 |
|
|
|
872 |
|
|
# This target untars the dist file and tries a VPATH configuration. Then
|
873 |
|
|
# it guarantees that the distribution is self-contained by making another
|
874 |
|
|
# tarfile.
|
875 |
|
|
distcheck: dist
|
876 |
|
|
case '$(DIST_ARCHIVES)' in \
|
877 |
|
|
*.tar.gz*) \
|
878 |
82 |
jeremybenn |
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
|
879 |
19 |
jeremybenn |
*.tar.bz2*) \
|
880 |
82 |
jeremybenn |
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
|
881 |
19 |
jeremybenn |
*.tar.lzma*) \
|
882 |
82 |
jeremybenn |
lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
|
883 |
|
|
*.tar.xz*) \
|
884 |
|
|
xz -dc $(distdir).tar.xz | $(am__untar) ;;\
|
885 |
19 |
jeremybenn |
*.tar.Z*) \
|
886 |
|
|
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
887 |
|
|
*.shar.gz*) \
|
888 |
82 |
jeremybenn |
GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
|
889 |
19 |
jeremybenn |
*.zip*) \
|
890 |
|
|
unzip $(distdir).zip ;;\
|
891 |
|
|
esac
|
892 |
|
|
chmod -R a-w $(distdir); chmod a+w $(distdir)
|
893 |
|
|
mkdir $(distdir)/_build
|
894 |
|
|
mkdir $(distdir)/_inst
|
895 |
|
|
chmod a-w $(distdir)
|
896 |
82 |
jeremybenn |
test -d $(distdir)/_build || exit 0; \
|
897 |
19 |
jeremybenn |
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
898 |
|
|
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
899 |
82 |
jeremybenn |
&& am__cwd=`pwd` \
|
900 |
|
|
&& $(am__cd) $(distdir)/_build \
|
901 |
19 |
jeremybenn |
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
|
902 |
|
|
$(DISTCHECK_CONFIGURE_FLAGS) \
|
903 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) \
|
904 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
905 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
906 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) install \
|
907 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
908 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
909 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
|
910 |
|
|
distuninstallcheck \
|
911 |
|
|
&& chmod -R a-w "$$dc_install_base" \
|
912 |
|
|
&& ({ \
|
913 |
|
|
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \
|
914 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
|
915 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
|
916 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
|
917 |
|
|
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
|
918 |
|
|
} || { rm -rf "$$dc_destdir"; exit 1; }) \
|
919 |
|
|
&& rm -rf "$$dc_destdir" \
|
920 |
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dist \
|
921 |
|
|
&& rm -rf $(DIST_ARCHIVES) \
|
922 |
82 |
jeremybenn |
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
|
923 |
|
|
&& cd "$$am__cwd" \
|
924 |
|
|
|| exit 1
|
925 |
19 |
jeremybenn |
$(am__remove_distdir)
|
926 |
|
|
@(echo "$(distdir) archives ready for distribution: "; \
|
927 |
|
|
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
928 |
|
|
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
929 |
|
|
distuninstallcheck:
|
930 |
82 |
jeremybenn |
@$(am__cd) '$(distuninstallcheck_dir)' \
|
931 |
19 |
jeremybenn |
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|
932 |
|
|
|| { echo "ERROR: files left after uninstall:" ; \
|
933 |
|
|
if test -n "$(DESTDIR)"; then \
|
934 |
|
|
echo " (check DESTDIR support)"; \
|
935 |
|
|
fi ; \
|
936 |
|
|
$(distuninstallcheck_listfiles) ; \
|
937 |
|
|
exit 1; } >&2
|
938 |
|
|
distcleancheck: distclean
|
939 |
|
|
@if test '$(srcdir)' = . ; then \
|
940 |
|
|
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
941 |
|
|
exit 1 ; \
|
942 |
|
|
fi
|
943 |
|
|
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
944 |
|
|
|| { echo "ERROR: files left in build directory after distclean:" ; \
|
945 |
|
|
$(distcleancheck_listfiles) ; \
|
946 |
|
|
exit 1; } >&2
|
947 |
|
|
check-am: all-am
|
948 |
|
|
check: check-recursive
|
949 |
|
|
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) config.h
|
950 |
|
|
install-binPROGRAMS: install-libLTLIBRARIES
|
951 |
|
|
|
952 |
|
|
installdirs: installdirs-recursive
|
953 |
|
|
installdirs-am:
|
954 |
|
|
for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(includedir)"; do \
|
955 |
|
|
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
956 |
|
|
done
|
957 |
|
|
install: install-recursive
|
958 |
|
|
install-exec: install-exec-recursive
|
959 |
|
|
install-data: install-data-recursive
|
960 |
|
|
uninstall: uninstall-recursive
|
961 |
|
|
|
962 |
|
|
install-am: all-am
|
963 |
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
964 |
|
|
|
965 |
|
|
installcheck: installcheck-recursive
|
966 |
|
|
install-strip:
|
967 |
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
968 |
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
969 |
|
|
`test -z '$(STRIP)' || \
|
970 |
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
971 |
|
|
mostlyclean-generic:
|
972 |
|
|
|
973 |
|
|
clean-generic:
|
974 |
|
|
|
975 |
|
|
distclean-generic:
|
976 |
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
977 |
82 |
jeremybenn |
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
978 |
19 |
jeremybenn |
|
979 |
|
|
maintainer-clean-generic:
|
980 |
|
|
@echo "This command is intended for maintainers to use"
|
981 |
|
|
@echo "it deletes files that may require special tools to rebuild."
|
982 |
|
|
clean: clean-recursive
|
983 |
|
|
|
984 |
|
|
clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
|
985 |
|
|
clean-libtool clean-noinstLTLIBRARIES mostlyclean-am
|
986 |
|
|
|
987 |
|
|
distclean: distclean-recursive
|
988 |
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
989 |
|
|
-rm -rf ./$(DEPDIR)
|
990 |
|
|
-rm -f Makefile
|
991 |
|
|
distclean-am: clean-am distclean-compile distclean-generic \
|
992 |
|
|
distclean-hdr distclean-libtool distclean-tags
|
993 |
|
|
|
994 |
|
|
dvi: dvi-recursive
|
995 |
|
|
|
996 |
|
|
dvi-am:
|
997 |
|
|
|
998 |
|
|
html: html-recursive
|
999 |
|
|
|
1000 |
82 |
jeremybenn |
html-am:
|
1001 |
|
|
|
1002 |
19 |
jeremybenn |
info: info-recursive
|
1003 |
|
|
|
1004 |
|
|
info-am:
|
1005 |
|
|
|
1006 |
|
|
install-data-am: install-includeHEADERS
|
1007 |
|
|
|
1008 |
|
|
install-dvi: install-dvi-recursive
|
1009 |
|
|
|
1010 |
82 |
jeremybenn |
install-dvi-am:
|
1011 |
|
|
|
1012 |
19 |
jeremybenn |
install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
|
1013 |
|
|
|
1014 |
|
|
install-html: install-html-recursive
|
1015 |
|
|
|
1016 |
82 |
jeremybenn |
install-html-am:
|
1017 |
|
|
|
1018 |
19 |
jeremybenn |
install-info: install-info-recursive
|
1019 |
|
|
|
1020 |
82 |
jeremybenn |
install-info-am:
|
1021 |
|
|
|
1022 |
19 |
jeremybenn |
install-man:
|
1023 |
|
|
|
1024 |
|
|
install-pdf: install-pdf-recursive
|
1025 |
|
|
|
1026 |
82 |
jeremybenn |
install-pdf-am:
|
1027 |
|
|
|
1028 |
19 |
jeremybenn |
install-ps: install-ps-recursive
|
1029 |
|
|
|
1030 |
82 |
jeremybenn |
install-ps-am:
|
1031 |
|
|
|
1032 |
19 |
jeremybenn |
installcheck-am:
|
1033 |
|
|
|
1034 |
|
|
maintainer-clean: maintainer-clean-recursive
|
1035 |
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
1036 |
|
|
-rm -rf $(top_srcdir)/autom4te.cache
|
1037 |
|
|
-rm -rf ./$(DEPDIR)
|
1038 |
|
|
-rm -f Makefile
|
1039 |
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
1040 |
|
|
|
1041 |
|
|
mostlyclean: mostlyclean-recursive
|
1042 |
|
|
|
1043 |
|
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
1044 |
|
|
mostlyclean-libtool
|
1045 |
|
|
|
1046 |
|
|
pdf: pdf-recursive
|
1047 |
|
|
|
1048 |
|
|
pdf-am:
|
1049 |
|
|
|
1050 |
|
|
ps: ps-recursive
|
1051 |
|
|
|
1052 |
|
|
ps-am:
|
1053 |
|
|
|
1054 |
|
|
uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
|
1055 |
|
|
uninstall-libLTLIBRARIES
|
1056 |
|
|
|
1057 |
82 |
jeremybenn |
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
|
1058 |
|
|
ctags-recursive install-am install-strip tags-recursive
|
1059 |
19 |
jeremybenn |
|
1060 |
|
|
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
|
1061 |
|
|
all all-am am--refresh check check-am clean clean-binPROGRAMS \
|
1062 |
|
|
clean-generic clean-libLTLIBRARIES clean-libtool \
|
1063 |
|
|
clean-noinstLTLIBRARIES ctags ctags-recursive dist dist-all \
|
1064 |
82 |
jeremybenn |
dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz \
|
1065 |
|
|
dist-zip distcheck distclean distclean-compile \
|
1066 |
|
|
distclean-generic distclean-hdr distclean-libtool \
|
1067 |
|
|
distclean-tags distcleancheck distdir distuninstallcheck dvi \
|
1068 |
|
|
dvi-am html html-am info info-am install install-am \
|
1069 |
|
|
install-binPROGRAMS install-data install-data-am install-dvi \
|
1070 |
|
|
install-dvi-am install-exec install-exec-am install-html \
|
1071 |
|
|
install-html-am install-includeHEADERS install-info \
|
1072 |
|
|
install-info-am install-libLTLIBRARIES install-man install-pdf \
|
1073 |
|
|
install-pdf-am install-ps install-ps-am install-strip \
|
1074 |
|
|
installcheck installcheck-am installdirs installdirs-am \
|
1075 |
|
|
maintainer-clean maintainer-clean-generic mostlyclean \
|
1076 |
|
|
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
|
1077 |
|
|
pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
|
1078 |
19 |
jeremybenn |
uninstall-binPROGRAMS uninstall-includeHEADERS \
|
1079 |
|
|
uninstall-libLTLIBRARIES
|
1080 |
|
|
|
1081 |
82 |
jeremybenn |
|
1082 |
19 |
jeremybenn |
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
1083 |
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
1084 |
|
|
.NOEXPORT:
|