* Add this nice filesystem testing tool that I've recently
[dragonfly.git] / contrib / groff / Makefile.lib
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
8
9 all: lib$(LIB).a
10
11 lib$(LIB).a: $(OBJS)
12         $(AR) r $@ $?
13         $(RANLIB) $@
14
15 depend: depend_src
16 depend.temp: $(GENSRCS)
17 TAGS: $(CCSRCS) $(CSRCS)
18 Makefile: $(MAKEFILEPARTS)
19 Makefile.dep:
20         touch Makefile.dep