1 ## Process this file with automake to generate Makefile.in
3 AUTOMAKE_OPTIONS = cygnus
5 # We can't use noinst_PROGRAMS, because automake will add $(EXEEXT).
8 MKDOC = makedoc$(EXEEXT_FOR_BUILD)
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.
15 $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS) -o $(MKDOC) makedoc.o
18 $(CC_FOR_BUILD) -g $(CFLAGS_FOR_BUILD) -c $(srcdir)/makedoc.c
20 ACLOCAL_AMFLAGS = -I ..
21 CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host