Annotation of coherent/b/STREAMS/conf/loop/src/Makefile, revision 1.1

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