home *** CD-ROM | disk | FTP | other *** search
- LIBCLEAN=lib$(LIB).a
- MAKEFILEPARTS=$(srcdir)/../Makefile.comm ../Makefile.cfg \
- $(srcdir)/Makefile.sub $(srcdir)/../Makefile.lib $(srcdir)/Makefile.dep
-
- all: lib$(LIB).a
-
- lib$(LIB).a: $(OBJS)
- -rm -f $@
- $(AR) r $@ $(OBJS)
- $(RANLIB) $@
-
- depend: depend_src
- depend.temp: $(GENSRCS)
- TAGS: $(CCSRCS) $(CSRCS)
- Makefile: $(MAKEFILEPARTS)
-