1 |
1576 |
phoenix |
# Makefile.in generated by automake 1.9.5 from Makefile.am.
|
2 |
1249 |
lampret |
# @configure_input@
|
3 |
31 |
lampret |
|
4 |
1576 |
phoenix |
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
5 |
|
|
# 2003, 2004, 2005 Free Software Foundation, Inc.
|
6 |
31 |
lampret |
# 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 |
31 |
lampret |
# Makefile -- Makefile for peripherals simulation
|
18 |
|
|
# Copyright (C) 1999 Damjan Lampret, lampret@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 = $(libperipheral_a_SOURCES)
|
38 |
|
|
|
39 |
31 |
lampret |
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 |
31 |
lampret |
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 |
31 |
lampret |
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 = peripheral
|
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 |
|
|
libperipheral_a_AR = $(AR) $(ARFLAGS)
|
73 |
|
|
libperipheral_a_LIBADD =
|
74 |
|
|
am_libperipheral_a_OBJECTS = 16450.$(OBJEXT) dma.$(OBJEXT) \
|
75 |
|
|
mc.$(OBJEXT) eth.$(OBJEXT) crc32.$(OBJEXT) gpio.$(OBJEXT) \
|
76 |
|
|
vga.$(OBJEXT) fb.$(OBJEXT) ps2kbd.$(OBJEXT) atahost.$(OBJEXT) \
|
77 |
|
|
atadevice.$(OBJEXT) atadevice_cmdi.$(OBJEXT) memory.$(OBJEXT)
|
78 |
|
|
libperipheral_a_OBJECTS = $(am_libperipheral_a_OBJECTS)
|
79 |
|
|
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
80 |
|
|
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
81 |
|
|
am__depfiles_maybe = depfiles
|
82 |
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
83 |
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
84 |
|
|
CCLD = $(CC)
|
85 |
|
|
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
86 |
|
|
SOURCES = $(libperipheral_a_SOURCES)
|
87 |
|
|
DIST_SOURCES = $(libperipheral_a_SOURCES)
|
88 |
|
|
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
89 |
|
|
html-recursive info-recursive install-data-recursive \
|
90 |
|
|
install-exec-recursive install-info-recursive \
|
91 |
|
|
install-recursive installcheck-recursive installdirs-recursive \
|
92 |
|
|
pdf-recursive ps-recursive uninstall-info-recursive \
|
93 |
|
|
uninstall-recursive
|
94 |
|
|
ETAGS = etags
|
95 |
|
|
CTAGS = ctags
|
96 |
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
97 |
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
98 |
|
|
ACLOCAL = @ACLOCAL@
|
99 |
|
|
AMDEP_FALSE = @AMDEP_FALSE@
|
100 |
|
|
AMDEP_TRUE = @AMDEP_TRUE@
|
101 |
1249 |
lampret |
AMTAR = @AMTAR@
|
102 |
31 |
lampret |
AR = @AR@
|
103 |
|
|
ARFLAGS = @ARFLAGS@
|
104 |
1576 |
phoenix |
AUTOCONF = @AUTOCONF@
|
105 |
|
|
AUTOHEADER = @AUTOHEADER@
|
106 |
|
|
AUTOMAKE = @AUTOMAKE@
|
107 |
1249 |
lampret |
AWK = @AWK@
|
108 |
31 |
lampret |
BUILD_DIR = @BUILD_DIR@
|
109 |
|
|
CC = @CC@
|
110 |
1576 |
phoenix |
CCDEPMODE = @CCDEPMODE@
|
111 |
31 |
lampret |
CFLAGS = @CFLAGS@
|
112 |
1576 |
phoenix |
CPP = @CPP@
|
113 |
|
|
CPPFLAGS = @CPPFLAGS@
|
114 |
31 |
lampret |
CPU_ARCH = @CPU_ARCH@
|
115 |
1576 |
phoenix |
CYGPATH_W = @CYGPATH_W@
|
116 |
|
|
DEFS = @DEFS@
|
117 |
1249 |
lampret |
DEPDIR = @DEPDIR@
|
118 |
1576 |
phoenix |
DYNAMIC_EXECUTION_FALSE = @DYNAMIC_EXECUTION_FALSE@
|
119 |
|
|
DYNAMIC_EXECUTION_TRUE = @DYNAMIC_EXECUTION_TRUE@
|
120 |
|
|
ECHO_C = @ECHO_C@
|
121 |
|
|
ECHO_N = @ECHO_N@
|
122 |
|
|
ECHO_T = @ECHO_T@
|
123 |
|
|
EGREP = @EGREP@
|
124 |
|
|
EXEEXT = @EXEEXT@
|
125 |
|
|
GENERATE_NEEDED_FALSE = @GENERATE_NEEDED_FALSE@
|
126 |
|
|
GENERATE_NEEDED_TRUE = @GENERATE_NEEDED_TRUE@
|
127 |
31 |
lampret |
INCLUDES = @INCLUDES@
|
128 |
1576 |
phoenix |
INSTALL_DATA = @INSTALL_DATA@
|
129 |
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
130 |
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
131 |
1249 |
lampret |
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
132 |
1576 |
phoenix |
LDFLAGS = @LDFLAGS@
|
133 |
|
|
LIBOBJS = @LIBOBJS@
|
134 |
|
|
LIBS = @LIBS@
|
135 |
31 |
lampret |
LOCAL_CFLAGS = @LOCAL_CFLAGS@
|
136 |
|
|
LOCAL_DEFS = @LOCAL_DEFS@
|
137 |
1576 |
phoenix |
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
|
138 |
|
|
LTLIBOBJS = @LTLIBOBJS@
|
139 |
|
|
MAKEINFO = @MAKEINFO@
|
140 |
31 |
lampret |
MAKE_SHELL = @MAKE_SHELL@
|
141 |
1576 |
phoenix |
OBJEXT = @OBJEXT@
|
142 |
31 |
lampret |
PACKAGE = @PACKAGE@
|
143 |
1576 |
phoenix |
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
144 |
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
145 |
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
146 |
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
147 |
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
148 |
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
149 |
31 |
lampret |
RANLIB = @RANLIB@
|
150 |
1576 |
phoenix |
SET_MAKE = @SET_MAKE@
|
151 |
|
|
SHELL = @SHELL@
|
152 |
1249 |
lampret |
STRIP = @STRIP@
|
153 |
31 |
lampret |
SUMVERSION = @SUMVERSION@
|
154 |
|
|
TERMCAP_LIB = @TERMCAP_LIB@
|
155 |
|
|
VERSION = @VERSION@
|
156 |
1576 |
phoenix |
ac_ct_CC = @ac_ct_CC@
|
157 |
|
|
ac_ct_RANLIB = @ac_ct_RANLIB@
|
158 |
|
|
ac_ct_STRIP = @ac_ct_STRIP@
|
159 |
|
|
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
160 |
|
|
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
161 |
1249 |
lampret |
am__include = @am__include@
|
162 |
1576 |
phoenix |
am__leading_dot = @am__leading_dot@
|
163 |
1249 |
lampret |
am__quote = @am__quote@
|
164 |
1576 |
phoenix |
am__tar = @am__tar@
|
165 |
|
|
am__untar = @am__untar@
|
166 |
|
|
bindir = @bindir@
|
167 |
|
|
build = @build@
|
168 |
|
|
build_alias = @build_alias@
|
169 |
|
|
build_cpu = @build_cpu@
|
170 |
|
|
build_os = @build_os@
|
171 |
|
|
build_vendor = @build_vendor@
|
172 |
|
|
datadir = @datadir@
|
173 |
|
|
exec_prefix = @exec_prefix@
|
174 |
31 |
lampret |
host = @host@
|
175 |
1576 |
phoenix |
host_alias = @host_alias@
|
176 |
31 |
lampret |
host_cpu = @host_cpu@
|
177 |
|
|
host_os = @host_os@
|
178 |
1576 |
phoenix |
host_vendor = @host_vendor@
|
179 |
|
|
includedir = @includedir@
|
180 |
|
|
infodir = @infodir@
|
181 |
1249 |
lampret |
install_sh = @install_sh@
|
182 |
1576 |
phoenix |
libdir = @libdir@
|
183 |
|
|
libexecdir = @libexecdir@
|
184 |
|
|
localstatedir = @localstatedir@
|
185 |
|
|
mandir = @mandir@
|
186 |
|
|
mkdir_p = @mkdir_p@
|
187 |
|
|
oldincludedir = @oldincludedir@
|
188 |
|
|
prefix = @prefix@
|
189 |
|
|
program_transform_name = @program_transform_name@
|
190 |
|
|
sbindir = @sbindir@
|
191 |
|
|
sharedstatedir = @sharedstatedir@
|
192 |
|
|
sysconfdir = @sysconfdir@
|
193 |
|
|
target = @target@
|
194 |
|
|
target_alias = @target_alias@
|
195 |
|
|
target_cpu = @target_cpu@
|
196 |
|
|
target_os = @target_os@
|
197 |
|
|
target_vendor = @target_vendor@
|
198 |
1249 |
lampret |
SUBDIRS = channels
|
199 |
31 |
lampret |
noinst_LIBRARIES = libperipheral.a
|
200 |
1249 |
lampret |
libperipheral_a_SOURCES = \
|
201 |
|
|
16450.c \
|
202 |
|
|
dma.c \
|
203 |
|
|
mc.c \
|
204 |
|
|
eth.c \
|
205 |
|
|
crc32.c \
|
206 |
|
|
gpio.c \
|
207 |
|
|
vga.c \
|
208 |
|
|
fb.c \
|
209 |
|
|
ps2kbd.c \
|
210 |
|
|
atahost.c \
|
211 |
|
|
atadevice.c \
|
212 |
|
|
atadevice_cmdi.c \
|
213 |
1576 |
phoenix |
memory.c
|
214 |
876 |
rherveille |
|
215 |
1249 |
lampret |
all: all-recursive
|
216 |
31 |
lampret |
|
217 |
|
|
.SUFFIXES:
|
218 |
1249 |
lampret |
.SUFFIXES: .c .o .obj
|
219 |
1576 |
phoenix |
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
220 |
|
|
@for dep in $?; do \
|
221 |
|
|
case '$(am__configure_deps)' in \
|
222 |
|
|
*$$dep*) \
|
223 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
224 |
|
|
&& exit 0; \
|
225 |
|
|
exit 1;; \
|
226 |
|
|
esac; \
|
227 |
|
|
done; \
|
228 |
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu peripheral/Makefile'; \
|
229 |
1249 |
lampret |
cd $(top_srcdir) && \
|
230 |
|
|
$(AUTOMAKE) --gnu peripheral/Makefile
|
231 |
1576 |
phoenix |
.PRECIOUS: Makefile
|
232 |
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
233 |
|
|
@case '$?' in \
|
234 |
|
|
*config.status*) \
|
235 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
236 |
|
|
*) \
|
237 |
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
238 |
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
239 |
|
|
esac;
|
240 |
31 |
lampret |
|
241 |
1576 |
phoenix |
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
242 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
243 |
|
|
|
244 |
|
|
$(top_srcdir)/configure: $(am__configure_deps)
|
245 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
246 |
|
|
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
247 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
248 |
|
|
|
249 |
31 |
lampret |
clean-noinstLIBRARIES:
|
250 |
|
|
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
|
251 |
1249 |
lampret |
libperipheral.a: $(libperipheral_a_OBJECTS) $(libperipheral_a_DEPENDENCIES)
|
252 |
|
|
-rm -f libperipheral.a
|
253 |
|
|
$(libperipheral_a_AR) libperipheral.a $(libperipheral_a_OBJECTS) $(libperipheral_a_LIBADD)
|
254 |
|
|
$(RANLIB) libperipheral.a
|
255 |
31 |
lampret |
|
256 |
1249 |
lampret |
mostlyclean-compile:
|
257 |
1576 |
phoenix |
-rm -f *.$(OBJEXT)
|
258 |
31 |
lampret |
|
259 |
1249 |
lampret |
distclean-compile:
|
260 |
|
|
-rm -f *.tab.c
|
261 |
31 |
lampret |
|
262 |
1249 |
lampret |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/16450.Po@am__quote@
|
263 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atadevice.Po@am__quote@
|
264 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atadevice_cmdi.Po@am__quote@
|
265 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atahost.Po@am__quote@
|
266 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crc32.Po@am__quote@
|
267 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dma.Po@am__quote@
|
268 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eth.Po@am__quote@
|
269 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fb.Po@am__quote@
|
270 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpio.Po@am__quote@
|
271 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mc.Po@am__quote@
|
272 |
1576 |
phoenix |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@
|
273 |
1249 |
lampret |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ps2kbd.Po@am__quote@
|
274 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vga.Po@am__quote@
|
275 |
31 |
lampret |
|
276 |
1249 |
lampret |
.c.o:
|
277 |
1576 |
phoenix |
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
278 |
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
279 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
280 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
281 |
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
282 |
31 |
lampret |
|
283 |
1249 |
lampret |
.c.obj:
|
284 |
1576 |
phoenix |
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
|
285 |
|
|
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
286 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
287 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
288 |
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
289 |
1249 |
lampret |
uninstall-info-am:
|
290 |
31 |
lampret |
|
291 |
1249 |
lampret |
# This directory's subdirectories are mostly independent; you can cd
|
292 |
|
|
# into them and run `make' without going through this Makefile.
|
293 |
|
|
# To change the values of `make' variables: instead of editing Makefiles,
|
294 |
|
|
# (1) if the variable is set in `config.status', edit `config.status'
|
295 |
|
|
# (which will cause the Makefiles to be regenerated when you run `make');
|
296 |
|
|
# (2) otherwise, pass the desired values on the `make' command line.
|
297 |
|
|
$(RECURSIVE_TARGETS):
|
298 |
1576 |
phoenix |
@failcom='exit 1'; \
|
299 |
|
|
for f in x $$MAKEFLAGS; do \
|
300 |
|
|
case $$f in \
|
301 |
|
|
*=* | --[!k]*);; \
|
302 |
|
|
*k*) failcom='fail=yes';; \
|
303 |
|
|
esac; \
|
304 |
|
|
done; \
|
305 |
1249 |
lampret |
dot_seen=no; \
|
306 |
|
|
target=`echo $@ | sed s/-recursive//`; \
|
307 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
308 |
|
|
echo "Making $$target in $$subdir"; \
|
309 |
|
|
if test "$$subdir" = "."; then \
|
310 |
|
|
dot_seen=yes; \
|
311 |
|
|
local_target="$$target-am"; \
|
312 |
|
|
else \
|
313 |
|
|
local_target="$$target"; \
|
314 |
|
|
fi; \
|
315 |
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
316 |
1576 |
phoenix |
|| eval $$failcom; \
|
317 |
1249 |
lampret |
done; \
|
318 |
|
|
if test "$$dot_seen" = "no"; then \
|
319 |
|
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
320 |
|
|
fi; test -z "$$fail"
|
321 |
31 |
lampret |
|
322 |
1249 |
lampret |
mostlyclean-recursive clean-recursive distclean-recursive \
|
323 |
|
|
maintainer-clean-recursive:
|
324 |
1576 |
phoenix |
@failcom='exit 1'; \
|
325 |
|
|
for f in x $$MAKEFLAGS; do \
|
326 |
|
|
case $$f in \
|
327 |
|
|
*=* | --[!k]*);; \
|
328 |
|
|
*k*) failcom='fail=yes';; \
|
329 |
|
|
esac; \
|
330 |
|
|
done; \
|
331 |
1249 |
lampret |
dot_seen=no; \
|
332 |
|
|
case "$@" in \
|
333 |
|
|
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
334 |
|
|
*) list='$(SUBDIRS)' ;; \
|
335 |
|
|
esac; \
|
336 |
|
|
rev=''; for subdir in $$list; do \
|
337 |
|
|
if test "$$subdir" = "."; then :; else \
|
338 |
|
|
rev="$$subdir $$rev"; \
|
339 |
|
|
fi; \
|
340 |
|
|
done; \
|
341 |
|
|
rev="$$rev ."; \
|
342 |
|
|
target=`echo $@ | sed s/-recursive//`; \
|
343 |
|
|
for subdir in $$rev; do \
|
344 |
|
|
echo "Making $$target in $$subdir"; \
|
345 |
|
|
if test "$$subdir" = "."; then \
|
346 |
|
|
local_target="$$target-am"; \
|
347 |
|
|
else \
|
348 |
|
|
local_target="$$target"; \
|
349 |
|
|
fi; \
|
350 |
|
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
351 |
1576 |
phoenix |
|| eval $$failcom; \
|
352 |
1249 |
lampret |
done && test -z "$$fail"
|
353 |
|
|
tags-recursive:
|
354 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
355 |
|
|
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
356 |
|
|
done
|
357 |
1576 |
phoenix |
ctags-recursive:
|
358 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
359 |
|
|
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
360 |
|
|
done
|
361 |
31 |
lampret |
|
362 |
1249 |
lampret |
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
363 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
364 |
|
|
unique=`for i in $$list; do \
|
365 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
366 |
|
|
done | \
|
367 |
|
|
$(AWK) ' { files[$$0] = 1; } \
|
368 |
31 |
lampret |
END { for (i in files) print i; }'`; \
|
369 |
1249 |
lampret |
mkid -fID $$unique
|
370 |
1576 |
phoenix |
tags: TAGS
|
371 |
31 |
lampret |
|
372 |
1249 |
lampret |
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
373 |
|
|
$(TAGS_FILES) $(LISP)
|
374 |
31 |
lampret |
tags=; \
|
375 |
|
|
here=`pwd`; \
|
376 |
1576 |
phoenix |
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
377 |
|
|
include_option=--etags-include; \
|
378 |
|
|
empty_fix=.; \
|
379 |
|
|
else \
|
380 |
|
|
include_option=--include; \
|
381 |
|
|
empty_fix=; \
|
382 |
|
|
fi; \
|
383 |
1249 |
lampret |
list='$(SUBDIRS)'; for subdir in $$list; do \
|
384 |
|
|
if test "$$subdir" = .; then :; else \
|
385 |
1576 |
phoenix |
test ! -f $$subdir/TAGS || \
|
386 |
|
|
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
|
387 |
1249 |
lampret |
fi; \
|
388 |
|
|
done; \
|
389 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
390 |
|
|
unique=`for i in $$list; do \
|
391 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
392 |
|
|
done | \
|
393 |
|
|
$(AWK) ' { files[$$0] = 1; } \
|
394 |
31 |
lampret |
END { for (i in files) print i; }'`; \
|
395 |
1576 |
phoenix |
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
396 |
|
|
test -n "$$unique" || unique=$$empty_fix; \
|
397 |
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
398 |
|
|
$$tags $$unique; \
|
399 |
|
|
fi
|
400 |
|
|
ctags: CTAGS
|
401 |
|
|
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
402 |
|
|
$(TAGS_FILES) $(LISP)
|
403 |
|
|
tags=; \
|
404 |
|
|
here=`pwd`; \
|
405 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
406 |
|
|
unique=`for i in $$list; do \
|
407 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
408 |
|
|
done | \
|
409 |
|
|
$(AWK) ' { files[$$0] = 1; } \
|
410 |
|
|
END { for (i in files) print i; }'`; \
|
411 |
|
|
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
412 |
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
413 |
1249 |
lampret |
$$tags $$unique
|
414 |
31 |
lampret |
|
415 |
1249 |
lampret |
GTAGS:
|
416 |
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
417 |
|
|
&& cd $(top_srcdir) \
|
418 |
|
|
&& gtags -i $(GTAGS_ARGS) $$here
|
419 |
31 |
lampret |
|
420 |
|
|
distclean-tags:
|
421 |
1576 |
phoenix |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
422 |
31 |
lampret |
|
423 |
|
|
distdir: $(DISTFILES)
|
424 |
1576 |
phoenix |
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
425 |
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
426 |
|
|
list='$(DISTFILES)'; for file in $$list; do \
|
427 |
|
|
case $$file in \
|
428 |
|
|
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
429 |
|
|
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
430 |
|
|
esac; \
|
431 |
1249 |
lampret |
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
432 |
|
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
433 |
|
|
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
434 |
|
|
dir="/$$dir"; \
|
435 |
1576 |
phoenix |
$(mkdir_p) "$(distdir)$$dir"; \
|
436 |
1249 |
lampret |
else \
|
437 |
|
|
dir=''; \
|
438 |
|
|
fi; \
|
439 |
31 |
lampret |
if test -d $$d/$$file; then \
|
440 |
1376 |
phoenix |
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
441 |
|
|
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
442 |
|
|
fi; \
|
443 |
|
|
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
444 |
31 |
lampret |
else \
|
445 |
|
|
test -f $(distdir)/$$file \
|
446 |
1249 |
lampret |
|| cp -p $$d/$$file $(distdir)/$$file \
|
447 |
|
|
|| exit 1; \
|
448 |
31 |
lampret |
fi; \
|
449 |
|
|
done
|
450 |
1576 |
phoenix |
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
451 |
1249 |
lampret |
if test "$$subdir" = .; then :; else \
|
452 |
1576 |
phoenix |
test -d "$(distdir)/$$subdir" \
|
453 |
|
|
|| $(mkdir_p) "$(distdir)/$$subdir" \
|
454 |
1249 |
lampret |
|| exit 1; \
|
455 |
1576 |
phoenix |
distdir=`$(am__cd) $(distdir) && pwd`; \
|
456 |
|
|
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
|
457 |
1249 |
lampret |
(cd $$subdir && \
|
458 |
|
|
$(MAKE) $(AM_MAKEFLAGS) \
|
459 |
1576 |
phoenix |
top_distdir="$$top_distdir" \
|
460 |
|
|
distdir="$$distdir/$$subdir" \
|
461 |
1249 |
lampret |
distdir) \
|
462 |
|
|
|| exit 1; \
|
463 |
|
|
fi; \
|
464 |
|
|
done
|
465 |
|
|
check-am: all-am
|
466 |
|
|
check: check-recursive
|
467 |
|
|
all-am: Makefile $(LIBRARIES)
|
468 |
|
|
installdirs: installdirs-recursive
|
469 |
|
|
installdirs-am:
|
470 |
|
|
install: install-recursive
|
471 |
|
|
install-exec: install-exec-recursive
|
472 |
|
|
install-data: install-data-recursive
|
473 |
|
|
uninstall: uninstall-recursive
|
474 |
31 |
lampret |
|
475 |
1249 |
lampret |
install-am: all-am
|
476 |
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
477 |
31 |
lampret |
|
478 |
1249 |
lampret |
installcheck: installcheck-recursive
|
479 |
|
|
install-strip:
|
480 |
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
481 |
1576 |
phoenix |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
482 |
1249 |
lampret |
`test -z '$(STRIP)' || \
|
483 |
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
484 |
|
|
mostlyclean-generic:
|
485 |
31 |
lampret |
|
486 |
1249 |
lampret |
clean-generic:
|
487 |
31 |
lampret |
|
488 |
1249 |
lampret |
distclean-generic:
|
489 |
1576 |
phoenix |
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
490 |
31 |
lampret |
|
491 |
1249 |
lampret |
maintainer-clean-generic:
|
492 |
|
|
@echo "This command is intended for maintainers to use"
|
493 |
|
|
@echo "it deletes files that may require special tools to rebuild."
|
494 |
|
|
clean: clean-recursive
|
495 |
31 |
lampret |
|
496 |
1249 |
lampret |
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
|
497 |
31 |
lampret |
|
498 |
1249 |
lampret |
distclean: distclean-recursive
|
499 |
1576 |
phoenix |
-rm -rf ./$(DEPDIR)
|
500 |
|
|
-rm -f Makefile
|
501 |
|
|
distclean-am: clean-am distclean-compile distclean-generic \
|
502 |
|
|
distclean-tags
|
503 |
31 |
lampret |
|
504 |
1249 |
lampret |
dvi: dvi-recursive
|
505 |
31 |
lampret |
|
506 |
1249 |
lampret |
dvi-am:
|
507 |
31 |
lampret |
|
508 |
1576 |
phoenix |
html: html-recursive
|
509 |
|
|
|
510 |
1249 |
lampret |
info: info-recursive
|
511 |
31 |
lampret |
|
512 |
1249 |
lampret |
info-am:
|
513 |
31 |
lampret |
|
514 |
1249 |
lampret |
install-data-am:
|
515 |
31 |
lampret |
|
516 |
1249 |
lampret |
install-exec-am:
|
517 |
31 |
lampret |
|
518 |
1249 |
lampret |
install-info: install-info-recursive
|
519 |
31 |
lampret |
|
520 |
1249 |
lampret |
install-man:
|
521 |
31 |
lampret |
|
522 |
1249 |
lampret |
installcheck-am:
|
523 |
31 |
lampret |
|
524 |
1249 |
lampret |
maintainer-clean: maintainer-clean-recursive
|
525 |
1576 |
phoenix |
-rm -rf ./$(DEPDIR)
|
526 |
|
|
-rm -f Makefile
|
527 |
1249 |
lampret |
maintainer-clean-am: distclean-am maintainer-clean-generic
|
528 |
31 |
lampret |
|
529 |
1249 |
lampret |
mostlyclean: mostlyclean-recursive
|
530 |
31 |
lampret |
|
531 |
1249 |
lampret |
mostlyclean-am: mostlyclean-compile mostlyclean-generic
|
532 |
31 |
lampret |
|
533 |
1576 |
phoenix |
pdf: pdf-recursive
|
534 |
|
|
|
535 |
|
|
pdf-am:
|
536 |
|
|
|
537 |
|
|
ps: ps-recursive
|
538 |
|
|
|
539 |
|
|
ps-am:
|
540 |
|
|
|
541 |
1249 |
lampret |
uninstall-am: uninstall-info-am
|
542 |
31 |
lampret |
|
543 |
1249 |
lampret |
uninstall-info: uninstall-info-recursive
|
544 |
31 |
lampret |
|
545 |
1576 |
phoenix |
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
|
546 |
|
|
clean clean-generic clean-noinstLIBRARIES clean-recursive \
|
547 |
|
|
ctags ctags-recursive distclean distclean-compile \
|
548 |
|
|
distclean-generic distclean-recursive distclean-tags distdir \
|
549 |
|
|
dvi dvi-am html html-am info info-am install install-am \
|
550 |
|
|
install-data install-data-am install-exec install-exec-am \
|
551 |
|
|
install-info install-info-am install-man install-strip \
|
552 |
|
|
installcheck installcheck-am installdirs installdirs-am \
|
553 |
1249 |
lampret |
maintainer-clean maintainer-clean-generic \
|
554 |
|
|
maintainer-clean-recursive mostlyclean mostlyclean-compile \
|
555 |
1576 |
phoenix |
mostlyclean-generic mostlyclean-recursive pdf pdf-am ps ps-am \
|
556 |
|
|
tags tags-recursive uninstall uninstall-am uninstall-info-am
|
557 |
1249 |
lampret |
|
558 |
31 |
lampret |
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
559 |
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
560 |
|
|
.NOEXPORT:
|