Annotation of 43BSD/contrib/X/libnest/Makefile, revision 1.1.1.1

1.1       root        1: #
                      2: # Copyright 1986, Massachusetts Institute of Technology
                      3: #
                      4: # Makefile for X Emulation library.
                      5: #
                      6: 
                      7: INCLUDES= -I../include
                      8: CFLAGS= -O ${INCLUDES}
                      9: 
                     10: OBJS= nest.o
                     11: 
                     12: all: libnest.a
                     13: 
                     14: # as this library is private to X, we should do nothing on install.
                     15: 
                     16: install: all
                     17: 
                     18: libnest.a: $(OBJS)
                     19:        ar r libnest.a $(OBJS)
                     20:        @ranlib libnest.a
                     21: 
                     22: clean:
                     23:        rm -f ERRS *.o libnest.a *~

unix.superglobalmegacorp.com

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