|
|
1.1 root 1: # Simple Coherent makefile for dump driver
2:
3: INSTALL_DIR=..
4:
5: all: $(INSTALL_DIR)/Driver.o $(INSTALL_DIR)/Space.c $(INSTALL_DIR)/dump.h
6:
7: $(INSTALL_DIR)/Driver.o: dump.c
8: $(CC) $(CFLAGS) -o $(INSTALL_DIR)/Driver.o -c dump.c
9:
10: $(INSTALL_DIR)/Space.c: Space.c
11: ln Space.c $(INSTALL_DIR)
12:
13: $(INSTALL_DIR)/dump.h: dump.h
14: ln dump.h $(INSTALL_DIR)
15:
16: install:
17: cp dump.h /usr/include
18: chmog =r bin bin /usr/include/dump.h
19:
20: clean:
21: 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.