File:  [Generator SEGA Genesis emulator] / generator / compile / Makefile.in
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Wed Mar 4 04:46:31 2020 UTC (6 years, 4 months ago) by root
Branches: MAIN, JamesPonder
CVS tags: v0_31, HEAD
0.31


default:	
		@(cd ../src; make)

all:
		@(cd ../src; make precompile; make)

precompile:
		@(cd ../src; make precompile)

clean:		
		rm -f *.o *~ *.bak
		rm -f config.cache config.status config.log configure
		rm -f Makefile
		(cd ../src; make clean; rm -f Makefile)
		(cd ../hdr; rm -f config.h)
		autoconf

allclean:		
		rm -f *.o *~ *.bak
		rm -f config.cache config.status config.log configure
		rm -f Makefile
		(cd ../src; make allclean; rm -f Makefile)
		(cd ../hdr; rm -f config.h)
		autoconf

unix.superglobalmegacorp.com

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