File: Makefile.lib

package info (click to toggle)
groff 1.18.1.1-12
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 11,256 kB
  • ctags: 9,297
  • sloc: cpp: 71,462; ansic: 7,685; sh: 3,697; yacc: 3,026; makefile: 979; perl: 575; sed: 138
file content (20 lines) | stat: -rw-r--r-- 374 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
LIBCLEAN=lib$(LIB).a
MAKEFILEPARTS=\
  $(top_srcdir)/Makefile.comm \
  $(top_builddir)/Makefile.cfg \
  $(srcdir)/Makefile.sub \
  $(top_srcdir)/Makefile.lib \
  Makefile.dep

all: lib$(LIB).a

lib$(LIB).a: $(OBJS)
	$(AR) r $@ $?
	$(RANLIB) $@

depend: depend_src
depend.temp: $(GENSRCS)
TAGS: $(CCSRCS) $(CSRCS)
Makefile: $(MAKEFILEPARTS)
Makefile.dep:
	touch Makefile.dep