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

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [gdb-5.0/] [utils/] [msdos/] [bin/] [Makefile.in] - Blame information for rev 1778

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

Line No. Rev Author Line
1 106 markom
#
2
# Makefile
3
#   Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation
4
#
5
# This file is free software; you can redistribute it and/or modify
6
# it under the terms of the GNU General Public License as published by
7
# the Free Software Foundation; either version 2 of the License, or
8
# (at your option) any later version.
9
#
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
# GNU General Public License for more details.
14
#
15
# You should have received a copy of the GNU General Public License
16
# along with this program; if not, write to the Free Software
17
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
18
#
19
 
20
#
21
# Makefile for devo/util/msdos/bin
22
#
23
 
24
srcdir = .
25
 
26
prefix = /usr/local
27
 
28
exec_prefix = $(prefix)
29
bindir = $(exec_prefix)/bin
30
libdir = $(exec_prefix)/lib
31
tooldir = $(exec_prefix)
32
 
33
SHELL = /bin/sh
34
 
35
INSTALL = `cd $(srcdir); pwd`/../../../install-sh -c
36
INSTALL_PROGRAM = $(INSTALL)
37
INSTALL_DATA = $(INSTALL)
38
 
39
AR_FLAGS = qv
40
MAKEINFO = makeinfo
41
 
42
EXES=make.exe info.exe makeinfo.exe \
43
     killtip.uue mondfe.uue montip.uue pcserver.uue uditest.uue uditrace.uue
44
UUDECODE=uudecode
45
 
46
.NOEXPORT:
47
MAKEOVERRIDES=
48
 
49
#### Host, target, and site specific Makefile fragments come in here.
50
###
51
 
52
# These are roughly topologically sorted in order to make porting more
53
# streamlined.
54
FLAGS_TO_PASS = \
55
        "CC=$(CC)" \
56
        "CFLAGS=$(CFLAGS)" \
57
        "AR=$(AR)" \
58
        "RANLIB=$(RANLIB)" \
59
        "AR_FLAGS=$(AR_FLAGS)" \
60
        "AS=$(AS)" \
61
        "CROSS_CFLAGS=$(CROSS_CFLAGS)" \
62
        "TARGET_CFLAGS=$(TARGET_CFLAGS)" \
63
        "INCLUDES=$(INCLUDES)"
64
 
65
all: ${EXES}
66
 
67
install:
68
        @for file in ${EXES}; do \
69
           ${INSTALL_PROGRAM} $$file ${bindir}/$$file; \
70
        done
71
 
72
clean mostlyclean:
73
        -rm -f *.exe
74
 
75
distclean maintainer-clean realclean: clean
76
        -rm -f *~ core
77
        -rm -f Makefile config.status
78
 
79
.PHONY: info install-info clean-info
80
info:
81
install-info:
82
clean-info:
83
 
84
force:
85
 
86
make.exe: ${srcdir}/make.uue
87
        ${UUDECODE} ${srcdir}/make.uue
88
 
89
makeinfo.exe: ${srcdir}/makeinfo.uue
90
        ${UUDECODE} ${srcdir}/makeinfo.uue
91
 
92
info.exe: ${srcdir}/info.uue
93
        ${UUDECODE} ${srcdir}/info.uue
94
 
95
Makefile: Makefile.in configure.in $(host_makefile_frag) $(target_makefile_frag)
96
        $(SHELL) config.status
97
 
98
 
99
 
100
 
101
 

powered by: WebSVN 2.1.0

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