Annotation of coherent/f/etc/conf/dummy/src/Makefile, revision 1.1.1.1

1.1       root        1: # Simple Coherent makefile for dummy driver
                      2: 
                      3: DEVICE=dummy
                      4: 
                      5: INSTALL_DIR=..
                      6: 
                      7: all: $(INSTALL_DIR)/Driver.o
                      8: 
                      9: $(INSTALL_DIR)/Driver.o: dummy.c
                     10:        $(CC) $(CFLAGS) -o $@ -c dummy.c
                     11: 
                     12: install:
                     13:        @:
                     14: 
                     15: clean:
                     16:        rm -f $(INSTALL_DIR)/Driver.o

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.