2000-02-17 19:39:52 +00: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 23:50:11 +00:00
|
|
|
if USE_LIBTOOL
|
|
|
|
else
|
2000-02-17 19:39:52 +00: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 23:50:11 +00:00
|
|
|
endif
|
2000-02-17 19:39:52 +00:00
|
|
|
|
|
|
|
$(machine_dir)/lib.a:
|
|
|
|
|
|
|
|
doc:
|
|
|
|
|
2016-06-24 21:50:15 +01:00
|
|
|
docbook:
|
|
|
|
|
2007-05-24 17:33:42 +00:00
|
|
|
ACLOCAL_AMFLAGS = -I ../.. -I ../../..
|
2000-02-17 19:39:52 +00:00
|
|
|
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
|