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

Subversion Repositories or1k

[/] [or1k/] [tags/] [alpha/] [newlib/] [newlib/] [doc/] [Makefile.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 39 lampret
# Makefile for newlib.
2
# Copyright (c) 1994 Cygnus Support.
3
# All rights reserved.
4
#
5
# Redistribution and use in source and binary forms are permitted
6
# provided that the above copyright notice and this paragraph are
7
# duplicated in all such forms and that any documentation,
8
# advertising materials, and other materials related to such
9
# distribution and use acknowledge that the software was developed
10
# at Cygnus Support, Inc.  Cygnus Support, Inc. may not be used to
11
# endorse or promote products derived from this software without
12
# specific prior written permission.
13
# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
14
# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
15
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
16
 
17
srcdir = .
18
 
19
prefix = /usr/local
20
 
21
exec_prefix = $(prefix)
22
bindir = $(exec_prefix)/bin
23
libdir = $(exec_prefix)/lib
24
tooldir = $(libdir)
25
 
26
datadir = $(prefix)/share
27
 
28
mandir = $(prefix)/man
29
man1dir = $(mandir)/man1
30
man2dir = $(mandir)/man2
31
man3dir = $(mandir)/man3
32
man4dir = $(mandir)/man4
33
man5dir = $(mandir)/man5
34
man6dir = $(mandir)/man6
35
man7dir = $(mandir)/man7
36
man8dir = $(mandir)/man8
37
man9dir = $(mandir)/man9
38
infodir = $(prefix)/info
39
includedir = $(prefix)/include
40
 
41
SHELL = /bin/sh
42
 
43
INSTALL = install -c
44
INSTALL_PROGRAM = $(INSTALL)
45
INSTALL_DATA = $(INSTALL)
46
 
47
AR_FLAGS = qv
48
MAKEINFO = makeinfo
49
 
50
# We must compile makedoc with a program that runs on the build
51
# environment.  This isn't really supported yet.
52
CC_FOR_BUILD = cc
53
CFLAGS_FOR_BUILD =
54
 
55
TOP = ..
56
SRCTOP = ..
57
 
58
.NOEXPORT:
59
 
60
#### Host, target, and site specific Makefile fragments come in here.
61
###
62
 
63
OFILES = makedoc.o
64
 
65
all: makedoc
66
 
67
makedoc: makedoc.o
68
        $(CC_FOR_BUILD) $(CFLAGS) $(CFLAGS_FOR_BUILD) -o makedoc makedoc.o
69
 
70
makedoc.o: $(srcdir)/makedoc.c
71
        $(CC_FOR_BUILD) $(CFLAGS) $(CFLAGS_FOR_BUILD) -c $(srcdir)/makedoc.c
72
 
73
doc:
74
docs:
75
info:
76
install:
77
install-info:
78
dvi:
79
 
80
clean mostlyclean:
81
        rm -f $(OFILES) makedoc *.o.* *.ref
82
 
83
distclean maintainer-clean realclean: clean
84
        rm -f Makefile config.status
85
 
86
Makefile: Makefile.in $(host_makefile_frag) $(target_makefile_frag)
87
        $(SHELL) config.status

powered by: WebSVN 2.1.0

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