source: trunk/libs/newlib/src/newlib/doc/Makefile.am @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 747 bytes
Line 
1## Process this file with automake to generate Makefile.in
2
3AUTOMAKE_OPTIONS = cygnus
4
5# We can't use noinst_PROGRAMS, because automake will add $(EXEEXT).
6noinst_DATA = makedoc
7
8MKDOC = 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_FOR_BUILD) -o $(MKDOC) makedoc.o
16
17makedoc.o: makedoc.c
18        $(CC_FOR_BUILD) -g $(CFLAGS_FOR_BUILD) -c $(srcdir)/makedoc.c
19
20ACLOCAL_AMFLAGS = -I .. -I ../..
21CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
22
23man:
24
25man-cache:
26        ${srcdir}/makedocbook.py --cache
27
28.PHONY: man-cache
Note: See TracBrowser for help on using the repository browser.