|
|
1.1 root 1: CC = nCC
2: CFLAGS = -O
3:
4: OBJ = ../obj/abs.o ../obj/arg.o ../obj/cos.o ../obj/error.o \
5: ../obj/exp.o ../obj/io.o ../obj/log.o ../obj/oper.o \
6: ../obj/polar.o ../obj/pow.o ../obj/sin.o ../obj/sqrt.o
7:
8: all: $(OBJ)
9:
10: ../obj/%.o: %.c
11: $(CC) $(CFLAGS) -c $%.c && mv $%.o ../obj
12:
13: ../obj/abs.o: abs.c complex.h
14: ../obj/arg.o: arg.c complex.h
15: ../obj/cos.o: cos.c complex.h
16: ../obj/error.o: error.c complex.h
17: ../obj/exp.o: exp.c complex.h
18: ../obj/io.o: io.c complex.h
19: ../obj/log.o: log.c complex.h
20: ../obj/oper.o: oper.c complex.h
21: ../obj/polar.o: polar.c complex.h
22: ../obj/pow.o: pow.c complex.h
23: ../obj/sin.o: sin.c complex.h
24: ../obj/sqrt.o: sqrt.c complex.h
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.