* aclocal.m4 (GROFF_NEED_DECLARATION): Fix inclusion of strings.h.
[s-roff.git] / Makefile.lib
blob8861360e96380c3d3e13c5713e68eec8143f1193
1 LIBCLEAN=lib$(LIB).a
2 MAKEFILEPARTS=\
3   $(top_srcdir)/Makefile.comm \
4   $(top_builddir)/Makefile.cfg \
5   $(srcdir)/Makefile.sub \
6   $(top_srcdir)/Makefile.lib \
7   Makefile.dep
9 all: lib$(LIB).a
11 lib$(LIB).a: $(OBJS)
12         $(AR) r $@ $?
13         $(RANLIB) $@
15 depend: depend_src
16 depend.temp: $(GENSRCS)
17 TAGS: $(CCSRCS) $(CSRCS)
18 Makefile: $(MAKEFILEPARTS)
19 Makefile.dep:
20         touch Makefile.dep