OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_72/] [or1ksim/] [peripheral/] [Makefile.in] - Blame information for rev 876

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 876 rherveille
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2 31 lampret
 
3 876 rherveille
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 31 lampret
# This Makefile.in is free software; the Free Software Foundation
5
# gives unlimited permission to copy and/or distribute it,
6
# with or without modifications, as long as this notice is preserved.
7
 
8
# This program is distributed in the hope that it will be useful,
9
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
# PARTICULAR PURPOSE.
12
 
13
# Makefile -- Makefile for peripherals simulation
14
# Copyright (C) 1999 Damjan Lampret, lampret@opencores.org
15
#
16
# This file is part of OpenRISC 1000 Architectural Simulator.
17
#
18
# This program is free software; you can redistribute it and/or modify
19
# it under the terms of the GNU General Public License as published by
20
# the Free Software Foundation; either version 2 of the License, or
21
# (at your option) any later version.
22
#
23
# This program is distributed in the hope that it will be useful,
24
# but WITHOUT ANY WARRANTY; without even the implied warranty of
25
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26
# GNU General Public License for more details.
27
#
28
# You should have received a copy of the GNU General Public License
29
# along with this program; if not, write to the Free Software
30
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
31
#
32
 
33
 
34
SHELL = @SHELL@
35
 
36
srcdir = @srcdir@
37
top_srcdir = @top_srcdir@
38
VPATH = @srcdir@
39
prefix = @prefix@
40
exec_prefix = @exec_prefix@
41
 
42
bindir = @bindir@
43
sbindir = @sbindir@
44
libexecdir = @libexecdir@
45
datadir = @datadir@
46
sysconfdir = @sysconfdir@
47
sharedstatedir = @sharedstatedir@
48
localstatedir = @localstatedir@
49
libdir = @libdir@
50
infodir = @infodir@
51
mandir = @mandir@
52
includedir = @includedir@
53
oldincludedir = /usr/include
54
 
55
DESTDIR =
56
 
57
pkgdatadir = $(datadir)/@PACKAGE@
58
pkglibdir = $(libdir)/@PACKAGE@
59
pkgincludedir = $(includedir)/@PACKAGE@
60
 
61
top_builddir = ..
62
 
63
ACLOCAL = @ACLOCAL@
64
AUTOCONF = @AUTOCONF@
65
AUTOMAKE = @AUTOMAKE@
66
AUTOHEADER = @AUTOHEADER@
67
 
68
INSTALL = @INSTALL@
69
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
70
INSTALL_DATA = @INSTALL_DATA@
71
INSTALL_SCRIPT = @INSTALL_SCRIPT@
72
transform = @program_transform_name@
73
 
74
NORMAL_INSTALL = :
75
PRE_INSTALL = :
76
POST_INSTALL = :
77
NORMAL_UNINSTALL = :
78
PRE_UNINSTALL = :
79
POST_UNINSTALL = :
80
build_alias = @build_alias@
81
build_triplet = @build@
82
host_alias = @host_alias@
83
host_triplet = @host@
84
target_alias = @target_alias@
85
target_triplet = @target@
86
AR = @AR@
87
ARFLAGS = @ARFLAGS@
88
BUILD_DIR = @BUILD_DIR@
89
CC = @CC@
90
CFLAGS = @CFLAGS@
91
CPU_ARCH = @CPU_ARCH@
92
INCLUDES = @INCLUDES@
93
LOCAL_CFLAGS = @LOCAL_CFLAGS@
94
LOCAL_DEFS = @LOCAL_DEFS@
95
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
96
MAKEINFO = @MAKEINFO@
97
MAKE_SHELL = @MAKE_SHELL@
98
PACKAGE = @PACKAGE@
99
RANLIB = @RANLIB@
100
SUMVERSION = @SUMVERSION@
101
TERMCAP_LIB = @TERMCAP_LIB@
102
VERSION = @VERSION@
103
host = @host@
104
host_cpu = @host_cpu@
105
host_os = @host_os@
106
 
107
noinst_LIBRARIES = libperipheral.a
108 876 rherveille
libperipheral_a_SOURCES = \
109
16450.c                   \
110
dma.c                     \
111
mc.c                      \
112
eth.c                     \
113
crc32.c                   \
114
gpio.c                    \
115
vga.c                     \
116
fb.c                      \
117
ps2kbd.c                  \
118
atahost.c                 \
119
atadevice.c               \
120
atadevice_cmdi.c
121
 
122 31 lampret
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
123
CONFIG_HEADER = ../config.h
124
CONFIG_CLEAN_FILES =
125
LIBRARIES =  $(noinst_LIBRARIES)
126
 
127
 
128
DEFS = @DEFS@ -I. -I$(srcdir) -I..
129
CPPFLAGS = @CPPFLAGS@
130
LDFLAGS = @LDFLAGS@
131
LIBS = @LIBS@
132
libperipheral_a_LIBADD =
133 702 ivang
libperipheral_a_OBJECTS =  16450.o dma.o mc.o eth.o crc32.o gpio.o vga.o \
134 876 rherveille
fb.o ps2kbd.o atahost.o atadevice.o atadevice_cmdi.o
135 31 lampret
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
136
CCLD = $(CC)
137
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
138
DIST_COMMON =  Makefile.am Makefile.in
139
 
140
 
141
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
142
 
143 102 lampret
TAR = gtar
144 31 lampret
GZIP_ENV = --best
145 876 rherveille
DEP_FILES =  .deps/16450.P .deps/atadevice.P .deps/atadevice_cmdi.P \
146
.deps/atahost.P .deps/crc32.P .deps/dma.P .deps/eth.P .deps/fb.P \
147
.deps/gpio.P .deps/mc.P .deps/ps2kbd.P .deps/vga.P
148 31 lampret
SOURCES = $(libperipheral_a_SOURCES)
149
OBJECTS = $(libperipheral_a_OBJECTS)
150
 
151
all: all-redirect
152
.SUFFIXES:
153
.SUFFIXES: .S .c .o .s
154
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
155
        cd $(top_srcdir) && $(AUTOMAKE) --gnu peripheral/Makefile
156
 
157
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
158
        cd $(top_builddir) \
159
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
160
 
161
 
162
mostlyclean-noinstLIBRARIES:
163
 
164
clean-noinstLIBRARIES:
165
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
166
 
167
distclean-noinstLIBRARIES:
168
 
169
maintainer-clean-noinstLIBRARIES:
170
 
171
.s.o:
172
        $(COMPILE) -c $<
173
 
174
.S.o:
175
        $(COMPILE) -c $<
176
 
177
mostlyclean-compile:
178
        -rm -f *.o core *.core
179
 
180
clean-compile:
181
 
182
distclean-compile:
183
        -rm -f *.tab.c
184
 
185
maintainer-clean-compile:
186
 
187
libperipheral.a: $(libperipheral_a_OBJECTS) $(libperipheral_a_DEPENDENCIES)
188
        -rm -f libperipheral.a
189
        $(AR) cru libperipheral.a $(libperipheral_a_OBJECTS) $(libperipheral_a_LIBADD)
190
        $(RANLIB) libperipheral.a
191
 
192
tags: TAGS
193
 
194
ID: $(HEADERS) $(SOURCES) $(LISP)
195
        list='$(SOURCES) $(HEADERS)'; \
196
        unique=`for i in $$list; do echo $$i; done | \
197
          awk '    { files[$$0] = 1; } \
198
               END { for (i in files) print i; }'`; \
199
        here=`pwd` && cd $(srcdir) \
200
          && mkid -f$$here/ID $$unique $(LISP)
201
 
202
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
203
        tags=; \
204
        here=`pwd`; \
205
        list='$(SOURCES) $(HEADERS)'; \
206
        unique=`for i in $$list; do echo $$i; done | \
207
          awk '    { files[$$0] = 1; } \
208
               END { for (i in files) print i; }'`; \
209
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
210
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
211
 
212
mostlyclean-tags:
213
 
214
clean-tags:
215
 
216
distclean-tags:
217
        -rm -f TAGS ID
218
 
219
maintainer-clean-tags:
220
 
221
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
222
 
223
subdir = peripheral
224
 
225
distdir: $(DISTFILES)
226
        here=`cd $(top_builddir) && pwd`; \
227
        top_distdir=`cd $(top_distdir) && pwd`; \
228
        distdir=`cd $(distdir) && pwd`; \
229
        cd $(top_srcdir) \
230
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu peripheral/Makefile
231
        @for file in $(DISTFILES); do \
232
          d=$(srcdir); \
233
          if test -d $$d/$$file; then \
234 493 markom
            cp -pr $$d/$$file $(distdir)/$$file; \
235 31 lampret
          else \
236
            test -f $(distdir)/$$file \
237
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
238
            || cp -p $$d/$$file $(distdir)/$$file || :; \
239
          fi; \
240
        done
241
 
242
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
243
 
244
-include $(DEP_FILES)
245
 
246
mostlyclean-depend:
247
 
248
clean-depend:
249
 
250
distclean-depend:
251
        -rm -rf .deps
252
 
253
maintainer-clean-depend:
254
 
255
%.o: %.c
256
        @echo '$(COMPILE) -c $<'; \
257
        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
258
        @-cp .deps/$(*F).pp .deps/$(*F).P; \
259
        tr ' ' '\012' < .deps/$(*F).pp \
260
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
261
            >> .deps/$(*F).P; \
262
        rm .deps/$(*F).pp
263
 
264
%.lo: %.c
265
        @echo '$(LTCOMPILE) -c $<'; \
266
        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
267
        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
268
          < .deps/$(*F).pp > .deps/$(*F).P; \
269
        tr ' ' '\012' < .deps/$(*F).pp \
270
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
271
            >> .deps/$(*F).P; \
272
        rm -f .deps/$(*F).pp
273
info-am:
274
info: info-am
275
dvi-am:
276
dvi: dvi-am
277
check-am: all-am
278
check: check-am
279
installcheck-am:
280
installcheck: installcheck-am
281
install-exec-am:
282
install-exec: install-exec-am
283
 
284
install-data-am:
285
install-data: install-data-am
286
 
287
install-am: all-am
288
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
289
install: install-am
290
uninstall-am:
291
uninstall: uninstall-am
292
all-am: Makefile $(LIBRARIES)
293
all-redirect: all-am
294
install-strip:
295
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
296
installdirs:
297
 
298
 
299
mostlyclean-generic:
300
 
301
clean-generic:
302
 
303
distclean-generic:
304
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
305
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
306
 
307
maintainer-clean-generic:
308
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
309
                mostlyclean-tags mostlyclean-depend mostlyclean-generic
310
 
311
mostlyclean: mostlyclean-am
312
 
313
clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
314
                clean-generic mostlyclean-am
315
 
316
clean: clean-am
317
 
318
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
319
                distclean-tags distclean-depend distclean-generic \
320
                clean-am
321
 
322
distclean: distclean-am
323
 
324
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
325
                maintainer-clean-compile maintainer-clean-tags \
326
                maintainer-clean-depend maintainer-clean-generic \
327
                distclean-am
328
        @echo "This command is intended for maintainers to use;"
329
        @echo "it deletes files that may require special tools to rebuild."
330
 
331
maintainer-clean: maintainer-clean-am
332
 
333
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
334
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
335
mostlyclean-compile distclean-compile clean-compile \
336
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
337
clean-tags maintainer-clean-tags distdir mostlyclean-depend \
338
distclean-depend clean-depend maintainer-clean-depend info-am info \
339
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
340
install-exec install-data-am install-data install-am install \
341
uninstall-am uninstall all-redirect all-am all installdirs \
342
mostlyclean-generic distclean-generic clean-generic \
343
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
344
 
345
 
346
# Tell versions [3.59,3.63) of GNU make to not export all variables.
347
# Otherwise a system limit (for SysV at least) may be exceeded.
348
.NOEXPORT:

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.