Annotation of 43BSD/ingres/Makefile, revision 1.1

1.1     ! root        1: DESTDIR=/
        !             2: DESTBIN=$(DESTDIR)/usr/bin
        !             3: # Psuedo makefile for Ingres.
        !             4: #
        !             5: # NOTE: This is NOT the "real" makefile, the true makefile
        !             6: # can be found in source/conf/Makefile. This just allows the
        !             7: # "make clean", "make DESTDIR=/whatever install" to work.
        !             8: # However, note that "make binaries" properly installs all the
        !             9: # binaries in /usr/ingres.  You only need to run the "make install"
        !            10: # here if you want the binaries some place else.
        !            11: 
        !            12: binaries:
        !            13:        cd source/conf ; make allinstall
        !            14: 
        !            15: clean:
        !            16:        cd source/conf ; make allclean
        !            17: 
        !            18: install: binaries
        !            19:        chdir source/support ; make SYSBIN=$(DESTBIN) sysinstall
        !            20: 

unix.superglobalmegacorp.com

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