|
|
1.1 root 1: # Simple Coherent makefile for patch driver
2:
3: INSTALL_DIR=..
4:
5: all: $(INSTALL_DIR)/Driver.o $(INSTALL_DIR)/Space.c
6:
7: $(INSTALL_DIR)/Driver.o : patch.c
8: $(CC) $(CFLAGS) -o $(INSTALL_DIR)/Driver.o -c patch.c
9:
10: $(INSTALL_DIR)/Space.c: Space.c
11: ln Space.c $(INSTALL_DIR)
12:
13: clean:
14: rm -f $(INSTALL_DIR)/Driver.o
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.