]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/groff/Makefile.lib
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / groff / Makefile.lib
1 LIBCLEAN=lib$(LIB).$(LIBEXT)
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).$(LIBEXT)
10
11 lib$(LIB).$(LIBEXT): $(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