repo.or.cz
/
s-roff.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix typos.
[s-roff.git]
/
Makefile.lib
blob
8861360e96380c3d3e13c5713e68eec8143f1193
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