Annotation of generator/compile/Makefile.in, revision 1.1

1.1     ! root        1: 
        !             2: #############################################################################
        !             3: #     Generator - Sega Genesis emulation - (c) James Ponder 1997-1998       #
        !             4: #############################################################################
        !             5: #                                                                           #
        !             6: # Makefile.in -> Makefile                                                   #
        !             7: #                                                                           #
        !             8: #############################################################################
        !             9: 
        !            10: default:       
        !            11:                @(cd ../src; make)
        !            12: 
        !            13: all:
        !            14:                @(cd ../src; make precompile; make)
        !            15: 
        !            16: precompile:
        !            17:                @(cd ../src; make precompile)
        !            18: 
        !            19: clean:         
        !            20:                rm -f *.o *~ *.bak
        !            21:                rm -f config.cache config.status config.log configure
        !            22:                rm -f Makefile
        !            23:                (cd ../src; make clean; rm -f Makefile)
        !            24:                autoconf
        !            25: 
        !            26: allclean:              
        !            27:                rm -f *.o *~ *.bak
        !            28:                rm -f config.cache config.status config.log configure
        !            29:                rm -f Makefile
        !            30:                (cd ../src; make allclean; rm -f Makefile)
        !            31:                autoconf

unix.superglobalmegacorp.com

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