2000-02-17 11:39:52 -08:00
|
|
|
## Process this file with automake to generate Makefile.in
|
|
|
|
|
|
|
|
AUTOMAKE_OPTIONS = cygnus
|
|
|
|
|
|
|
|
SUBDIRS = $(machine_dir) .
|
|
|
|
|
|
|
|
if HAVE_MACHINE_DIR
|
|
|
|
MACHLIB = lib.a
|
|
|
|
endif
|
|
|
|
|
2001-12-13 15:50:11 -08:00
|
|
|
if USE_LIBTOOL
|
|
|
|
else
|
2000-02-17 11:39:52 -08:00
|
|
|
noinst_LIBRARIES = $(MACHLIB)
|
|
|
|
|
|
|
|
lib.a: $(machine_dir)/lib.a
|
|
|
|
rm -f $@
|
|
|
|
ln $(machine_dir)/lib.a $@ >/dev/null 2>/dev/null || \
|
|
|
|
cp $(machine_dir)/lib.a $@
|
2001-12-13 15:50:11 -08:00
|
|
|
endif
|
2000-02-17 11:39:52 -08:00
|
|
|
|
|
|
|
$(machine_dir)/lib.a:
|
|
|
|
|
|
|
|
doc:
|
|
|
|
|
2016-06-24 13:50:15 -07:00
|
|
|
docbook:
|
|
|
|
|
2007-05-24 10:33:42 -07:00
|
|
|
ACLOCAL_AMFLAGS = -I ../.. -I ../../..
|
2000-02-17 11:39:52 -08:00
|
|
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|