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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [utils/] [Makefile] - Blame information for rev 1782

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

Line No. Rev Author Line
1 578 markom
# This file was generated automatically by configure.  Do not edit.
2
VPATH = .
3
links =
4
host_alias = i686-pc-linux-gnu
5
host_cpu = i686
6
host_vendor = pc
7
host_os = linux-gnu
8
host_canonical = i686-pc-linux-gnu
9
target_alias = or32-rtems
10
target_cpu = or32
11
target_vendor = unknown
12
target_os = coff
13
target_canonical = or32-unknown-coff
14
build_alias = i686-pc-linux-gnu
15
build_cpu = i686
16
build_vendor = pc
17
build_os = linux-gnu
18
build_canonical = i686-pc-linux-gnu
19
enable_shared = no
20
enable_version_specific_runtime_libs = no
21
gcc_version_trigger =
22
gcc_version =
23
#
24
# Makefile
25
#   Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation
26
#
27
# This file is free software; you can redistribute it and/or modify
28
# it under the terms of the GNU General Public License as published by
29
# the Free Software Foundation; either version 2 of the License, or
30
# (at your option) any later version.
31
#
32
# This program is distributed in the hope that it will be useful,
33
# but WITHOUT ANY WARRANTY; without even the implied warranty of
34
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
35
# GNU General Public License for more details.
36
#
37
# You should have received a copy of the GNU General Public License
38
# along with this program; if not, write to the Free Software
39
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
40
#
41
 
42
#
43
# Makefile for devo/util
44
#
45
 
46
srcdir = .
47
 
48
prefix = /projects/or32-rtems2
49
 
50
exec_prefix = $(prefix)
51
bindir = ${exec_prefix}/bin
52
libdir = ${exec_prefix}/lib
53
tooldir = $(exec_prefix)/or32-rtems
54
 
55
SHELL = /bin/sh
56
 
57
INSTALL = `cd $(srcdir); pwd`/../../install-sh -c
58
INSTALL_PROGRAM = $(INSTALL)
59
INSTALL_DATA = $(INSTALL)
60
 
61
AR_FLAGS = qv
62
MAKEINFO = makeinfo
63
 
64
SUBDIRS = spu
65
 
66
.NOEXPORT:
67
MAKEOVERRIDES=
68
 
69
#### Host, target, and site specific Makefile fragments come in here.
70
###
71
 
72
# These are roughly topologically sorted in order to make porting more
73
# streamlined.
74
FLAGS_TO_PASS = \
75
        "CC=$(CC)" \
76
        "CFLAGS=$(CFLAGS)" \
77
        "AR=$(AR)" \
78
        "AR_FLAGS=$(AR_FLAGS)" \
79
        "AS=$(AS)" \
80
        "CROSS_CFLAGS=$(CROSS_CFLAGS)" \
81
        "TARGET_CFLAGS=$(TARGET_CFLAGS)" \
82
        "INCLUDES=$(INCLUDES)"
83
 
84
all:
85
        @for dir in .. ${SUBDIRS}; do \
86
        if [ x$${dir} != x.. ]; then \
87
          if [ -d $$dir ]; then \
88
            (rootme=`pwd`/ ; export rootme ; \
89
            rootsrc=`cd $(srcdir); pwd`/ ; export rootsrc ; \
90
            cd $$dir; $(MAKE) $(FLAGS_TO_PASS)); \
91
            fi; \
92
          fi; \
93
        done
94
 
95
install:
96
        @for dir in .. ${SUBDIRS}; do \
97
        if [ x$${dir} != x.. ]; then \
98
            echo "$$dir:"; \
99
            if [ -d $$dir ]; then \
100
                (cd $$dir; $(MAKE) install); \
101
                fi; \
102
            fi; \
103
        done
104
 
105
clean mostlyclean:
106
        -rm -f *~ core *.o a.out
107
        @for dir in .. ${SUBDIRS}; do \
108
        if [ x$${dir} != x.. ]; then \
109
            echo "$$dir:"; \
110
            if [ -d $$dir ]; then \
111
                (cd $$dir; $(MAKE) $@); \
112
                fi; \
113
            fi; \
114
        done
115
 
116
distclean maintainer-clean realclean: clean
117
        @for dir in .. ${SUBDIRS}; do \
118
        if [ x$${dir} != x.. ]; then \
119
            echo "$$dir:"; \
120
            (cd $$dir; $(MAKE) $@); \
121
            fi ; \
122
        done
123
        -rm -f *~ core
124
        -rm -f Makefile config.status
125
 
126
.PHONY: info install-info clean-info dvi
127
info:
128
install-info:
129
clean-info:
130
dvi:
131
 
132
force:
133
 
134
Makefile: Makefile.in configure.in $(host_makefile_frag) $(target_makefile_frag)
135
        $(SHELL) config.status
136
 
137
 
138
 
139
 
140
 

powered by: WebSVN 2.1.0

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