1 |
1576 |
phoenix |
# Makefile.in generated by automake 1.9.5 from Makefile.am.
|
2 |
1249 |
lampret |
# @configure_input@
|
3 |
879 |
markom |
|
4 |
1576 |
phoenix |
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
5 |
|
|
# 2003, 2004, 2005 Free Software Foundation, Inc.
|
6 |
879 |
markom |
# 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 |
1249 |
lampret |
@SET_MAKE@
|
16 |
|
|
|
17 |
879 |
markom |
# Makefile -- Makefile for cpu architecture independent simulation
|
18 |
|
|
# Copyright (C) 2002 Marko Mlinar, markom@opencores.org
|
19 |
|
|
#
|
20 |
|
|
# This file is part of OpenRISC 1000 Architectural Simulator.
|
21 |
|
|
#
|
22 |
|
|
# This program is free software; you can redistribute it and/or modify
|
23 |
|
|
# it under the terms of the GNU General Public License as published by
|
24 |
|
|
# the Free Software Foundation; either version 2 of the License, or
|
25 |
|
|
# (at your option) any later version.
|
26 |
|
|
#
|
27 |
|
|
# This program is distributed in the hope that it will be useful,
|
28 |
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
29 |
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
30 |
|
|
# GNU General Public License for more details.
|
31 |
|
|
#
|
32 |
|
|
# You should have received a copy of the GNU General Public License
|
33 |
|
|
# along with this program; if not, write to the Free Software
|
34 |
|
|
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
35 |
|
|
#
|
36 |
|
|
|
37 |
1576 |
phoenix |
SOURCES = $(libcuc_a_SOURCES)
|
38 |
|
|
|
39 |
879 |
markom |
srcdir = @srcdir@
|
40 |
|
|
top_srcdir = @top_srcdir@
|
41 |
|
|
VPATH = @srcdir@
|
42 |
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
43 |
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
44 |
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
45 |
|
|
top_builddir = ..
|
46 |
1249 |
lampret |
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
47 |
879 |
markom |
INSTALL = @INSTALL@
|
48 |
1249 |
lampret |
install_sh_DATA = $(install_sh) -c -m 644
|
49 |
|
|
install_sh_PROGRAM = $(install_sh) -c
|
50 |
1376 |
phoenix |
install_sh_SCRIPT = $(install_sh) -c
|
51 |
1249 |
lampret |
INSTALL_HEADER = $(INSTALL_DATA)
|
52 |
1576 |
phoenix |
transform = $(program_transform_name)
|
53 |
879 |
markom |
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 |
1576 |
phoenix |
subdir = cuc
|
63 |
|
|
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
64 |
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
65 |
|
|
am__aclocal_m4_deps = $(top_srcdir)/configure.in
|
66 |
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
67 |
|
|
$(ACLOCAL_M4)
|
68 |
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
69 |
|
|
CONFIG_HEADER = $(top_builddir)/config.h
|
70 |
|
|
CONFIG_CLEAN_FILES =
|
71 |
|
|
LIBRARIES = $(noinst_LIBRARIES)
|
72 |
|
|
libcuc_a_AR = $(AR) $(ARFLAGS)
|
73 |
|
|
libcuc_a_LIBADD =
|
74 |
|
|
am_libcuc_a_OBJECTS = cuc.$(OBJEXT) load.$(OBJEXT) bb.$(OBJEXT) \
|
75 |
|
|
memory.$(OBJEXT) verilog.$(OBJEXT) timings.$(OBJEXT) \
|
76 |
|
|
insn.$(OBJEXT) adv.$(OBJEXT)
|
77 |
|
|
libcuc_a_OBJECTS = $(am_libcuc_a_OBJECTS)
|
78 |
|
|
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
79 |
|
|
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
80 |
|
|
am__depfiles_maybe = depfiles
|
81 |
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
82 |
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
83 |
|
|
CCLD = $(CC)
|
84 |
|
|
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
85 |
|
|
SOURCES = $(libcuc_a_SOURCES)
|
86 |
|
|
DIST_SOURCES = $(libcuc_a_SOURCES)
|
87 |
|
|
ETAGS = etags
|
88 |
|
|
CTAGS = ctags
|
89 |
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
90 |
|
|
ACLOCAL = @ACLOCAL@
|
91 |
|
|
AMDEP_FALSE = @AMDEP_FALSE@
|
92 |
|
|
AMDEP_TRUE = @AMDEP_TRUE@
|
93 |
1249 |
lampret |
AMTAR = @AMTAR@
|
94 |
879 |
markom |
AR = @AR@
|
95 |
|
|
ARFLAGS = @ARFLAGS@
|
96 |
1576 |
phoenix |
AUTOCONF = @AUTOCONF@
|
97 |
|
|
AUTOHEADER = @AUTOHEADER@
|
98 |
|
|
AUTOMAKE = @AUTOMAKE@
|
99 |
1249 |
lampret |
AWK = @AWK@
|
100 |
879 |
markom |
BUILD_DIR = @BUILD_DIR@
|
101 |
|
|
CC = @CC@
|
102 |
1576 |
phoenix |
CCDEPMODE = @CCDEPMODE@
|
103 |
879 |
markom |
CFLAGS = @CFLAGS@
|
104 |
1576 |
phoenix |
CPP = @CPP@
|
105 |
|
|
CPPFLAGS = @CPPFLAGS@
|
106 |
879 |
markom |
CPU_ARCH = @CPU_ARCH@
|
107 |
1576 |
phoenix |
CYGPATH_W = @CYGPATH_W@
|
108 |
|
|
DEFS = @DEFS@
|
109 |
1249 |
lampret |
DEPDIR = @DEPDIR@
|
110 |
1576 |
phoenix |
DYNAMIC_EXECUTION_FALSE = @DYNAMIC_EXECUTION_FALSE@
|
111 |
|
|
DYNAMIC_EXECUTION_TRUE = @DYNAMIC_EXECUTION_TRUE@
|
112 |
|
|
ECHO_C = @ECHO_C@
|
113 |
|
|
ECHO_N = @ECHO_N@
|
114 |
|
|
ECHO_T = @ECHO_T@
|
115 |
|
|
EGREP = @EGREP@
|
116 |
|
|
EXEEXT = @EXEEXT@
|
117 |
|
|
GENERATE_NEEDED_FALSE = @GENERATE_NEEDED_FALSE@
|
118 |
|
|
GENERATE_NEEDED_TRUE = @GENERATE_NEEDED_TRUE@
|
119 |
879 |
markom |
INCLUDES = @INCLUDES@
|
120 |
1576 |
phoenix |
INSTALL_DATA = @INSTALL_DATA@
|
121 |
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
122 |
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
123 |
1249 |
lampret |
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
124 |
1576 |
phoenix |
LDFLAGS = @LDFLAGS@
|
125 |
|
|
LIBOBJS = @LIBOBJS@
|
126 |
|
|
LIBS = @LIBS@
|
127 |
879 |
markom |
LOCAL_CFLAGS = @LOCAL_CFLAGS@
|
128 |
|
|
LOCAL_DEFS = @LOCAL_DEFS@
|
129 |
1576 |
phoenix |
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
|
130 |
|
|
LTLIBOBJS = @LTLIBOBJS@
|
131 |
|
|
MAKEINFO = @MAKEINFO@
|
132 |
879 |
markom |
MAKE_SHELL = @MAKE_SHELL@
|
133 |
1576 |
phoenix |
OBJEXT = @OBJEXT@
|
134 |
879 |
markom |
PACKAGE = @PACKAGE@
|
135 |
1576 |
phoenix |
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
136 |
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
137 |
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
138 |
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
139 |
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
140 |
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
141 |
879 |
markom |
RANLIB = @RANLIB@
|
142 |
1576 |
phoenix |
SET_MAKE = @SET_MAKE@
|
143 |
|
|
SHELL = @SHELL@
|
144 |
1249 |
lampret |
STRIP = @STRIP@
|
145 |
879 |
markom |
SUMVERSION = @SUMVERSION@
|
146 |
|
|
TERMCAP_LIB = @TERMCAP_LIB@
|
147 |
|
|
VERSION = @VERSION@
|
148 |
1576 |
phoenix |
ac_ct_CC = @ac_ct_CC@
|
149 |
|
|
ac_ct_RANLIB = @ac_ct_RANLIB@
|
150 |
|
|
ac_ct_STRIP = @ac_ct_STRIP@
|
151 |
|
|
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
152 |
|
|
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
153 |
1249 |
lampret |
am__include = @am__include@
|
154 |
1576 |
phoenix |
am__leading_dot = @am__leading_dot@
|
155 |
1249 |
lampret |
am__quote = @am__quote@
|
156 |
1576 |
phoenix |
am__tar = @am__tar@
|
157 |
|
|
am__untar = @am__untar@
|
158 |
|
|
bindir = @bindir@
|
159 |
|
|
build = @build@
|
160 |
|
|
build_alias = @build_alias@
|
161 |
|
|
build_cpu = @build_cpu@
|
162 |
|
|
build_os = @build_os@
|
163 |
|
|
build_vendor = @build_vendor@
|
164 |
|
|
datadir = @datadir@
|
165 |
|
|
exec_prefix = @exec_prefix@
|
166 |
879 |
markom |
host = @host@
|
167 |
1576 |
phoenix |
host_alias = @host_alias@
|
168 |
879 |
markom |
host_cpu = @host_cpu@
|
169 |
|
|
host_os = @host_os@
|
170 |
1576 |
phoenix |
host_vendor = @host_vendor@
|
171 |
|
|
includedir = @includedir@
|
172 |
|
|
infodir = @infodir@
|
173 |
1249 |
lampret |
install_sh = @install_sh@
|
174 |
1576 |
phoenix |
libdir = @libdir@
|
175 |
|
|
libexecdir = @libexecdir@
|
176 |
|
|
localstatedir = @localstatedir@
|
177 |
|
|
mandir = @mandir@
|
178 |
|
|
mkdir_p = @mkdir_p@
|
179 |
|
|
oldincludedir = @oldincludedir@
|
180 |
|
|
prefix = @prefix@
|
181 |
|
|
program_transform_name = @program_transform_name@
|
182 |
|
|
sbindir = @sbindir@
|
183 |
|
|
sharedstatedir = @sharedstatedir@
|
184 |
|
|
sysconfdir = @sysconfdir@
|
185 |
|
|
target = @target@
|
186 |
|
|
target_alias = @target_alias@
|
187 |
|
|
target_cpu = @target_cpu@
|
188 |
|
|
target_os = @target_os@
|
189 |
|
|
target_vendor = @target_vendor@
|
190 |
879 |
markom |
noinst_LIBRARIES = libcuc.a
|
191 |
|
|
libcuc_a_SOURCES = cuc.c cuc.h load.c bb.c memory.c \
|
192 |
936 |
markom |
verilog.c timings.c insn.c insn.h adv.c
|
193 |
879 |
markom |
|
194 |
1249 |
lampret |
all: all-am
|
195 |
879 |
markom |
|
196 |
|
|
.SUFFIXES:
|
197 |
1249 |
lampret |
.SUFFIXES: .c .o .obj
|
198 |
1576 |
phoenix |
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
199 |
|
|
@for dep in $?; do \
|
200 |
|
|
case '$(am__configure_deps)' in \
|
201 |
|
|
*$$dep*) \
|
202 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
203 |
|
|
&& exit 0; \
|
204 |
|
|
exit 1;; \
|
205 |
|
|
esac; \
|
206 |
|
|
done; \
|
207 |
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu cuc/Makefile'; \
|
208 |
1249 |
lampret |
cd $(top_srcdir) && \
|
209 |
|
|
$(AUTOMAKE) --gnu cuc/Makefile
|
210 |
1576 |
phoenix |
.PRECIOUS: Makefile
|
211 |
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
212 |
|
|
@case '$?' in \
|
213 |
|
|
*config.status*) \
|
214 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
215 |
|
|
*) \
|
216 |
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
217 |
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
218 |
|
|
esac;
|
219 |
879 |
markom |
|
220 |
1576 |
phoenix |
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
221 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
222 |
|
|
|
223 |
|
|
$(top_srcdir)/configure: $(am__configure_deps)
|
224 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
225 |
|
|
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
226 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
227 |
|
|
|
228 |
879 |
markom |
clean-noinstLIBRARIES:
|
229 |
|
|
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
|
230 |
1249 |
lampret |
libcuc.a: $(libcuc_a_OBJECTS) $(libcuc_a_DEPENDENCIES)
|
231 |
|
|
-rm -f libcuc.a
|
232 |
|
|
$(libcuc_a_AR) libcuc.a $(libcuc_a_OBJECTS) $(libcuc_a_LIBADD)
|
233 |
|
|
$(RANLIB) libcuc.a
|
234 |
879 |
markom |
|
235 |
1249 |
lampret |
mostlyclean-compile:
|
236 |
1576 |
phoenix |
-rm -f *.$(OBJEXT)
|
237 |
879 |
markom |
|
238 |
1249 |
lampret |
distclean-compile:
|
239 |
|
|
-rm -f *.tab.c
|
240 |
879 |
markom |
|
241 |
1249 |
lampret |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adv.Po@am__quote@
|
242 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bb.Po@am__quote@
|
243 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cuc.Po@am__quote@
|
244 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/insn.Po@am__quote@
|
245 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/load.Po@am__quote@
|
246 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@
|
247 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timings.Po@am__quote@
|
248 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/verilog.Po@am__quote@
|
249 |
879 |
markom |
|
250 |
1249 |
lampret |
.c.o:
|
251 |
1576 |
phoenix |
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
252 |
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
253 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
254 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
255 |
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
256 |
879 |
markom |
|
257 |
1249 |
lampret |
.c.obj:
|
258 |
1576 |
phoenix |
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
|
259 |
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
260 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
261 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
262 |
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
263 |
1249 |
lampret |
uninstall-info-am:
|
264 |
879 |
markom |
|
265 |
1249 |
lampret |
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
266 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
267 |
|
|
unique=`for i in $$list; do \
|
268 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
269 |
|
|
done | \
|
270 |
|
|
$(AWK) ' { files[$$0] = 1; } \
|
271 |
879 |
markom |
END { for (i in files) print i; }'`; \
|
272 |
1249 |
lampret |
mkid -fID $$unique
|
273 |
1576 |
phoenix |
tags: TAGS
|
274 |
879 |
markom |
|
275 |
1249 |
lampret |
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
276 |
|
|
$(TAGS_FILES) $(LISP)
|
277 |
879 |
markom |
tags=; \
|
278 |
|
|
here=`pwd`; \
|
279 |
1249 |
lampret |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
280 |
|
|
unique=`for i in $$list; do \
|
281 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
282 |
|
|
done | \
|
283 |
|
|
$(AWK) ' { files[$$0] = 1; } \
|
284 |
879 |
markom |
END { for (i in files) print i; }'`; \
|
285 |
1576 |
phoenix |
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
286 |
|
|
test -n "$$unique" || unique=$$empty_fix; \
|
287 |
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
288 |
|
|
$$tags $$unique; \
|
289 |
|
|
fi
|
290 |
|
|
ctags: CTAGS
|
291 |
|
|
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
292 |
|
|
$(TAGS_FILES) $(LISP)
|
293 |
|
|
tags=; \
|
294 |
|
|
here=`pwd`; \
|
295 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
296 |
|
|
unique=`for i in $$list; do \
|
297 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
298 |
|
|
done | \
|
299 |
|
|
$(AWK) ' { files[$$0] = 1; } \
|
300 |
|
|
END { for (i in files) print i; }'`; \
|
301 |
|
|
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
302 |
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
303 |
1249 |
lampret |
$$tags $$unique
|
304 |
879 |
markom |
|
305 |
1249 |
lampret |
GTAGS:
|
306 |
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
307 |
|
|
&& cd $(top_srcdir) \
|
308 |
|
|
&& gtags -i $(GTAGS_ARGS) $$here
|
309 |
879 |
markom |
|
310 |
|
|
distclean-tags:
|
311 |
1576 |
phoenix |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
312 |
879 |
markom |
|
313 |
|
|
distdir: $(DISTFILES)
|
314 |
1576 |
phoenix |
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
315 |
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
316 |
|
|
list='$(DISTFILES)'; for file in $$list; do \
|
317 |
|
|
case $$file in \
|
318 |
|
|
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
319 |
|
|
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
320 |
|
|
esac; \
|
321 |
1249 |
lampret |
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
322 |
|
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
323 |
|
|
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
324 |
|
|
dir="/$$dir"; \
|
325 |
1576 |
phoenix |
$(mkdir_p) "$(distdir)$$dir"; \
|
326 |
1249 |
lampret |
else \
|
327 |
|
|
dir=''; \
|
328 |
|
|
fi; \
|
329 |
879 |
markom |
if test -d $$d/$$file; then \
|
330 |
1376 |
phoenix |
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
331 |
|
|
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
332 |
|
|
fi; \
|
333 |
|
|
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
334 |
879 |
markom |
else \
|
335 |
|
|
test -f $(distdir)/$$file \
|
336 |
1249 |
lampret |
|| cp -p $$d/$$file $(distdir)/$$file \
|
337 |
|
|
|| exit 1; \
|
338 |
879 |
markom |
fi; \
|
339 |
|
|
done
|
340 |
1249 |
lampret |
check-am: all-am
|
341 |
|
|
check: check-am
|
342 |
|
|
all-am: Makefile $(LIBRARIES)
|
343 |
|
|
installdirs:
|
344 |
|
|
install: install-am
|
345 |
879 |
markom |
install-exec: install-exec-am
|
346 |
|
|
install-data: install-data-am
|
347 |
1249 |
lampret |
uninstall: uninstall-am
|
348 |
879 |
markom |
|
349 |
|
|
install-am: all-am
|
350 |
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
351 |
1249 |
lampret |
|
352 |
|
|
installcheck: installcheck-am
|
353 |
879 |
markom |
install-strip:
|
354 |
1249 |
lampret |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
355 |
1576 |
phoenix |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
356 |
1249 |
lampret |
`test -z '$(STRIP)' || \
|
357 |
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
358 |
879 |
markom |
mostlyclean-generic:
|
359 |
|
|
|
360 |
|
|
clean-generic:
|
361 |
|
|
|
362 |
|
|
distclean-generic:
|
363 |
1576 |
phoenix |
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
364 |
879 |
markom |
|
365 |
|
|
maintainer-clean-generic:
|
366 |
1249 |
lampret |
@echo "This command is intended for maintainers to use"
|
367 |
|
|
@echo "it deletes files that may require special tools to rebuild."
|
368 |
|
|
clean: clean-am
|
369 |
879 |
markom |
|
370 |
1249 |
lampret |
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
|
371 |
879 |
markom |
|
372 |
1249 |
lampret |
distclean: distclean-am
|
373 |
1576 |
phoenix |
-rm -rf ./$(DEPDIR)
|
374 |
|
|
-rm -f Makefile
|
375 |
|
|
distclean-am: clean-am distclean-compile distclean-generic \
|
376 |
|
|
distclean-tags
|
377 |
879 |
markom |
|
378 |
1249 |
lampret |
dvi: dvi-am
|
379 |
879 |
markom |
|
380 |
1249 |
lampret |
dvi-am:
|
381 |
879 |
markom |
|
382 |
1576 |
phoenix |
html: html-am
|
383 |
|
|
|
384 |
1249 |
lampret |
info: info-am
|
385 |
879 |
markom |
|
386 |
1249 |
lampret |
info-am:
|
387 |
|
|
|
388 |
|
|
install-data-am:
|
389 |
|
|
|
390 |
|
|
install-exec-am:
|
391 |
|
|
|
392 |
|
|
install-info: install-info-am
|
393 |
|
|
|
394 |
|
|
install-man:
|
395 |
|
|
|
396 |
|
|
installcheck-am:
|
397 |
|
|
|
398 |
879 |
markom |
maintainer-clean: maintainer-clean-am
|
399 |
1576 |
phoenix |
-rm -rf ./$(DEPDIR)
|
400 |
|
|
-rm -f Makefile
|
401 |
1249 |
lampret |
maintainer-clean-am: distclean-am maintainer-clean-generic
|
402 |
879 |
markom |
|
403 |
1249 |
lampret |
mostlyclean: mostlyclean-am
|
404 |
879 |
markom |
|
405 |
1249 |
lampret |
mostlyclean-am: mostlyclean-compile mostlyclean-generic
|
406 |
|
|
|
407 |
1576 |
phoenix |
pdf: pdf-am
|
408 |
|
|
|
409 |
|
|
pdf-am:
|
410 |
|
|
|
411 |
|
|
ps: ps-am
|
412 |
|
|
|
413 |
|
|
ps-am:
|
414 |
|
|
|
415 |
1249 |
lampret |
uninstall-am: uninstall-info-am
|
416 |
|
|
|
417 |
1576 |
phoenix |
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
418 |
|
|
clean-noinstLIBRARIES ctags distclean distclean-compile \
|
419 |
|
|
distclean-generic distclean-tags distdir dvi dvi-am html \
|
420 |
|
|
html-am info info-am install install-am install-data \
|
421 |
1249 |
lampret |
install-data-am install-exec install-exec-am install-info \
|
422 |
|
|
install-info-am install-man install-strip installcheck \
|
423 |
|
|
installcheck-am installdirs maintainer-clean \
|
424 |
|
|
maintainer-clean-generic mostlyclean mostlyclean-compile \
|
425 |
1576 |
phoenix |
mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
|
426 |
|
|
uninstall-am uninstall-info-am
|
427 |
1249 |
lampret |
|
428 |
879 |
markom |
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
429 |
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
430 |
|
|
.NOEXPORT:
|