Another try to update getopt files. This time we add a dummy
[s-roff.git] / Makefile.lib
blob62a82221109d55cc9e410cb72d5fa54d2cca56f9
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
9 all: lib$(LIB).$(LIBEXT)
11 lib$(LIB).$(LIBEXT): $(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