1 ## Process this file with automake to generate Makefile.in
3 AUTOMAKE_OPTIONS = cygnus
5 INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
84 libstring_la_LDFLAGS = -Xcompiler -nostdlib
87 noinst_LTLIBRARIES = libstring.la
88 libstring_la_SOURCES = $(GENERAL_SOURCES)
89 libstring_la_LIBADD = $(LIB_OBJS)
90 libstring_la_DEPENDENCIES = $(LIB_OBJS)
91 noinst_DATA = objectlist.awk.in
93 noinst_LIBRARIES = lib.a
94 lib_a_SOURCES = $(GENERAL_SOURCES)
95 lib_a_LIBADD = $(LIB_OBJS)
96 lib_a_DEPENDENCIES = $(LIB_OBJS)
100 include $(srcdir)/../../Makefile.shared
103 bcmp.def memcpy.def strcmp.def strncat.def strstr.def \
104 bcopy.def memmove.def strcoll.def strncmp.def strtok.def \
105 bzero.def memset.def strcpy.def strncpy.def strxfrm.def \
106 index.def rindex.def strcspn.def strpbrk.def swab.def \
107 memchr.def strcat.def strerror.def strerror_r.def strrchr.def \
108 memcmp.def strchr.def strlen.def strnlen.def strspn.def \
109 strcasecmp.def strncasecmp.def strlwr.def strupr.def memccpy.def \
111 wcscat.def wcschr.def wcscmp.def wcscoll.def \
112 wcscpy.def wcscspn.def \
113 wcslcat.def wcslcpy.def wcslen.def wcsncat.def \
114 wcsncmp.def wcsncpy.def wcsnlen.def wcspbrk.def \
115 wcsrchr.def wcsspn.def wcsstr.def \
116 wcswidth.def wcwidth.def wmemchr.def \
117 wmemcmp.def wmemcpy.def wmemmove.def wmemset.def
121 CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
124 $(CHEW) < $< > $*.def 2> $*.ref
127 TARGETDOC = ../tmp.texi
129 doc: $(CHEWOUT_FILES)
130 cat $(srcdir)/strings.tex >> $(TARGETDOC)
131 cat $(srcdir)/wcstrings.tex >> $(TARGETDOC)
133 CLEANFILES = $(CHEWOUT_FILES) *.ref