2000-02-17 20:39:52 +01:00
|
|
|
## Process this file with automake to generate Makefile.in
|
|
|
|
|
|
|
|
AUTOMAKE_OPTIONS = cygnus
|
|
|
|
|
|
|
|
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
|
|
|
|
|
2001-12-14 00:50:11 +01:00
|
|
|
LIB_SOURCES = errno.c
|
|
|
|
|
|
|
|
liberrno_la_LDFLAGS = -Xcompiler -nostdlib
|
|
|
|
|
|
|
|
if USE_LIBTOOL
|
|
|
|
noinst_LTLIBRARIES = liberrno.la
|
|
|
|
liberrno_la_SOURCES = $(LIB_SOURCES)
|
|
|
|
noinst_DATA = objectlist.awk.in
|
|
|
|
else
|
2000-02-17 20:39:52 +01:00
|
|
|
noinst_LIBRARIES = lib.a
|
2001-12-14 00:50:11 +01:00
|
|
|
lib_a_SOURCES = $(LIB_SOURCES)
|
|
|
|
noinst_DATA =
|
|
|
|
endif # USE_LIBTOOL
|
2000-02-17 20:39:52 +01:00
|
|
|
|
2001-12-14 00:50:11 +01:00
|
|
|
include $(srcdir)/../../Makefile.shared
|
2000-02-17 20:39:52 +01:00
|
|
|
|
|
|
|
CHEWOUT_FILES =
|
|
|
|
|
|
|
|
SUFFIXES = .def
|
|
|
|
|
|
|
|
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
|
|
|
|
|
|
|
|
.c.def:
|
|
|
|
$(CHEW) < $< > $*.def 2> $*.ref
|
|
|
|
touch stmp-def
|
|
|
|
|
|
|
|
TARGETDOC = ../tmp.texi
|
|
|
|
|
|
|
|
# No doc for errno.
|
|
|
|
doc:
|
|
|
|
|
|
|
|
CLEANFILES = $(CHEWOUT_FILES) *.ref
|