]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/groff/Makefile.lib
This commit was generated by cvs2svn to compensate for changes in r50894,
[FreeBSD/FreeBSD.git] / contrib / groff / Makefile.lib
1 LIBCLEAN=lib$(LIB).a
2 MAKEFILEPARTS=$(srcdir)/../Makefile.comm ../Makefile.cfg \
3   $(srcdir)/Makefile.sub $(srcdir)/../Makefile.lib $(srcdir)/Makefile.dep
4
5 all: lib$(LIB).a
6
7 lib$(LIB).a: $(OBJS)
8         $(AR) r $@ $?
9         $(RANLIB) $@
10
11 depend: depend_src
12 depend.temp: $(GENSRCS)
13 TAGS: $(CCSRCS) $(CSRCS)
14 Makefile: $(MAKEFILEPARTS)