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

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0_rc1/] [or1ksim/] [peripheral/] [Makefile.in] - Blame information for rev 970

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

Line No. Rev Author Line
1 970 simons
# Makefile.in generated automatically by automake 1.4 from Makefile.am
2 31 lampret
 
3 970 simons
# Copyright (C) 1994, 1995-8, 1999 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 970 simons
libperipheral_a_SOURCES =  16450.c                   dma.c                     mc.c                      eth.c                     crc32.c                   gpio.c                    vga.c                     fb.c                      ps2kbd.c                  atahost.c                 atadevice.c               atadevice_cmdi.c          test.c
109 876 rherveille
 
110 31 lampret
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
111
CONFIG_HEADER = ../config.h
112
CONFIG_CLEAN_FILES =
113
LIBRARIES =  $(noinst_LIBRARIES)
114
 
115
 
116
DEFS = @DEFS@ -I. -I$(srcdir) -I..
117
CPPFLAGS = @CPPFLAGS@
118
LDFLAGS = @LDFLAGS@
119
LIBS = @LIBS@
120
libperipheral_a_LIBADD =
121 702 ivang
libperipheral_a_OBJECTS =  16450.o dma.o mc.o eth.o crc32.o gpio.o vga.o \
122 970 simons
fb.o ps2kbd.o atahost.o atadevice.o atadevice_cmdi.o test.o
123 31 lampret
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
124
CCLD = $(CC)
125
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
126
DIST_COMMON =  Makefile.am Makefile.in
127
 
128
 
129
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
130
 
131 102 lampret
TAR = gtar
132 31 lampret
GZIP_ENV = --best
133 876 rherveille
DEP_FILES =  .deps/16450.P .deps/atadevice.P .deps/atadevice_cmdi.P \
134
.deps/atahost.P .deps/crc32.P .deps/dma.P .deps/eth.P .deps/fb.P \
135 970 simons
.deps/gpio.P .deps/mc.P .deps/ps2kbd.P .deps/test.P .deps/vga.P
136 31 lampret
SOURCES = $(libperipheral_a_SOURCES)
137
OBJECTS = $(libperipheral_a_OBJECTS)
138
 
139
all: all-redirect
140
.SUFFIXES:
141
.SUFFIXES: .S .c .o .s
142
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
143
        cd $(top_srcdir) && $(AUTOMAKE) --gnu peripheral/Makefile
144
 
145
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
146
        cd $(top_builddir) \
147
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
148
 
149
 
150
mostlyclean-noinstLIBRARIES:
151
 
152
clean-noinstLIBRARIES:
153
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
154
 
155
distclean-noinstLIBRARIES:
156
 
157
maintainer-clean-noinstLIBRARIES:
158
 
159
.s.o:
160
        $(COMPILE) -c $<
161
 
162
.S.o:
163
        $(COMPILE) -c $<
164
 
165
mostlyclean-compile:
166
        -rm -f *.o core *.core
167
 
168
clean-compile:
169
 
170
distclean-compile:
171
        -rm -f *.tab.c
172
 
173
maintainer-clean-compile:
174
 
175
libperipheral.a: $(libperipheral_a_OBJECTS) $(libperipheral_a_DEPENDENCIES)
176
        -rm -f libperipheral.a
177
        $(AR) cru libperipheral.a $(libperipheral_a_OBJECTS) $(libperipheral_a_LIBADD)
178
        $(RANLIB) libperipheral.a
179
 
180
tags: TAGS
181
 
182
ID: $(HEADERS) $(SOURCES) $(LISP)
183
        list='$(SOURCES) $(HEADERS)'; \
184
        unique=`for i in $$list; do echo $$i; done | \
185
          awk '    { files[$$0] = 1; } \
186
               END { for (i in files) print i; }'`; \
187
        here=`pwd` && cd $(srcdir) \
188
          && mkid -f$$here/ID $$unique $(LISP)
189
 
190
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
191
        tags=; \
192
        here=`pwd`; \
193
        list='$(SOURCES) $(HEADERS)'; \
194
        unique=`for i in $$list; do echo $$i; done | \
195
          awk '    { files[$$0] = 1; } \
196
               END { for (i in files) print i; }'`; \
197
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
198
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
199
 
200
mostlyclean-tags:
201
 
202
clean-tags:
203
 
204
distclean-tags:
205
        -rm -f TAGS ID
206
 
207
maintainer-clean-tags:
208
 
209
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
210
 
211
subdir = peripheral
212
 
213
distdir: $(DISTFILES)
214
        here=`cd $(top_builddir) && pwd`; \
215
        top_distdir=`cd $(top_distdir) && pwd`; \
216
        distdir=`cd $(distdir) && pwd`; \
217
        cd $(top_srcdir) \
218
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu peripheral/Makefile
219
        @for file in $(DISTFILES); do \
220
          d=$(srcdir); \
221
          if test -d $$d/$$file; then \
222 493 markom
            cp -pr $$d/$$file $(distdir)/$$file; \
223 31 lampret
          else \
224
            test -f $(distdir)/$$file \
225
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
226
            || cp -p $$d/$$file $(distdir)/$$file || :; \
227
          fi; \
228
        done
229
 
230
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
231
 
232
-include $(DEP_FILES)
233
 
234
mostlyclean-depend:
235
 
236
clean-depend:
237
 
238
distclean-depend:
239
        -rm -rf .deps
240
 
241
maintainer-clean-depend:
242
 
243
%.o: %.c
244
        @echo '$(COMPILE) -c $<'; \
245
        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
246
        @-cp .deps/$(*F).pp .deps/$(*F).P; \
247
        tr ' ' '\012' < .deps/$(*F).pp \
248
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
249
            >> .deps/$(*F).P; \
250
        rm .deps/$(*F).pp
251
 
252
%.lo: %.c
253
        @echo '$(LTCOMPILE) -c $<'; \
254
        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
255
        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
256
          < .deps/$(*F).pp > .deps/$(*F).P; \
257
        tr ' ' '\012' < .deps/$(*F).pp \
258
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
259
            >> .deps/$(*F).P; \
260
        rm -f .deps/$(*F).pp
261
info-am:
262
info: info-am
263
dvi-am:
264
dvi: dvi-am
265
check-am: all-am
266
check: check-am
267
installcheck-am:
268
installcheck: installcheck-am
269
install-exec-am:
270
install-exec: install-exec-am
271
 
272
install-data-am:
273
install-data: install-data-am
274
 
275
install-am: all-am
276
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
277
install: install-am
278
uninstall-am:
279
uninstall: uninstall-am
280
all-am: Makefile $(LIBRARIES)
281
all-redirect: all-am
282
install-strip:
283
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
284
installdirs:
285
 
286
 
287
mostlyclean-generic:
288
 
289
clean-generic:
290
 
291
distclean-generic:
292
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
293
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
294
 
295
maintainer-clean-generic:
296
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
297
                mostlyclean-tags mostlyclean-depend mostlyclean-generic
298
 
299
mostlyclean: mostlyclean-am
300
 
301
clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
302
                clean-generic mostlyclean-am
303
 
304
clean: clean-am
305
 
306
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
307
                distclean-tags distclean-depend distclean-generic \
308
                clean-am
309
 
310
distclean: distclean-am
311
 
312
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
313
                maintainer-clean-compile maintainer-clean-tags \
314
                maintainer-clean-depend maintainer-clean-generic \
315
                distclean-am
316
        @echo "This command is intended for maintainers to use;"
317
        @echo "it deletes files that may require special tools to rebuild."
318
 
319
maintainer-clean: maintainer-clean-am
320
 
321
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
322
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
323
mostlyclean-compile distclean-compile clean-compile \
324
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
325
clean-tags maintainer-clean-tags distdir mostlyclean-depend \
326
distclean-depend clean-depend maintainer-clean-depend info-am info \
327
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
328
install-exec install-data-am install-data install-am install \
329
uninstall-am uninstall all-redirect all-am all installdirs \
330
mostlyclean-generic distclean-generic clean-generic \
331
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
332
 
333
 
334
# Tell versions [3.59,3.63) of GNU make to not export all variables.
335
# Otherwise a system limit (for SysV at least) may be exceeded.
336
.NOEXPORT:

powered by: WebSVN 2.1.0

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