Artifact 4ee4a320497b0c6a8d2fbffeafce56d47eb5dc05:
- File work/open_net/Makefile — part of check-in [e81ddf1c7b] at 2004-02-27 00:32:47 on branch trunk — This is the importation of many files, again. (user: rkeene size: 170)
CC = gcc LDFLAGS = -shared -rdynamic -ldl -lm CFLAGS = -Wall net.so: net.o parse.o $(CC) $(LDFLAGS) -o net.so net.o parse.o net.o: net.c net.h parse.o: parse.c parse.h