File: Makefile

package info (click to toggle)
amoeba 1.1-17
  • links: PTS
  • area: contrib
  • in suites: etch, etch-m68k
  • size: 732 kB
  • ctags: 971
  • sloc: cpp: 8,315; makefile: 178
file content (7 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
MATH_OBJS = math/vector.o
OBJS += $(MATH_OBJS)
SUBLIBS += math/math.a

math/math.a: $(MATH_OBJS)
	$(AR) rc math/math.a $(MATH_OBJS)
	$(RANLIB) math/math.a