2000-02-18 03: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-14 07:50:11 +08:00
|
|
|
if USE_LIBTOOL
|
|
|
|
else
|
2000-02-18 03: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-14 07:50:11 +08:00
|
|
|
endif
|
2000-02-18 03:39:52 +08:00
|
|
|
|
|
|
|
$(machine_dir)/lib.a:
|
|
|
|
|
|
|
|
doc:
|
|
|
|
|
2016-06-25 04:50:15 +08:00
|
|
|
docbook:
|
|
|
|
|
2007-05-25 01:33:42 +08:00
|
|
|
ACLOCAL_AMFLAGS = -I ../.. -I ../../..
|
2000-02-18 03:39:52 +08:00
|
|
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|