File: Makelib

package info (click to toggle)
wily 0.13.41-7.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,560 kB
  • ctags: 3,426
  • sloc: ansic: 25,364; perl: 580; makefile: 446; sh: 415; python: 30; exp: 17
file content (9 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
all install:	$(LIB)
clean:
	rm -f *.o *pure* .pure test
nuke:	clean
	rm -f $(LIB)
$(LIB):	$(OBJS)
	$(AR) rv $(LIB) $(OBJS)
	$(RANLIB) $(LIB)
# $(LIB)(%.o): %.o