11 lines
219 B
Makefile
11 lines
219 B
Makefile
## Process this file with automake to generate Makefile.in
|
|||
|
|||
AUTOMAKE_OPTIONS = cygnus
|
|||
|
|||
SUBDIRS = $(machine_dir) .
|
|||
|
|||
doc:
|
|||
|
|||
ACLOCAL_AMFLAGS = -I ../../../../..
|
|||
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|