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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-newlib/] [newlib-1.17.0/] [newlib/] [doc/] [Makefile.am] - Blame information for rev 9

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 9 jlechner
## Process this file with automake to generate Makefile.in
2
 
3
AUTOMAKE_OPTIONS = cygnus
4
 
5
# We can't use noinst_PROGRAMS, because automake will add $(EXEEXT).
6
noinst_DATA = makedoc
7
 
8
MKDOC = makedoc$(EXEEXT_FOR_BUILD)
9
 
10
# We don't use CFLAGS with CC_FOR_BUILD because here CFLAGS will
11
# actually be CFLAGS_FOR_TARGET, and in some cases that will include
12
# -Os, which CC_FOR_BUILD may not recognize.
13
 
14
$(MKDOC): makedoc.o
15
        $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS) -o $(MKDOC) makedoc.o
16
 
17
makedoc.o: makedoc.c
18
        $(CC_FOR_BUILD) -g $(CFLAGS_FOR_BUILD) -c $(srcdir)/makedoc.c
19
 
20
ACLOCAL_AMFLAGS = -I .. -I ../..
21
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host

powered by: WebSVN 2.1.0

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