|
|
1.1 root 1: export CC = gcc 1.1.1.2 ! root 2: export CFLAGS = -O2 -g -Wall -DOGG_MUSIC ! 3: export LIBS = -lGL -lGLU -lvorbisfile -lvorbis -logg 1.1 root 4: export FE2OBJS = ../fe2.s.o 5: 6: THIS=Makefile-i386 7: 8: default: 9: $(MAKE) -C as68k/ 10: $(MAKE) -f $(THIS) fe2.s.o 1.1.1.2 ! root 11: $(MAKE) -C src/ 1.1 root 12: 13: fe2clean: 14: rm -f fe2.s.bin 15: rm -f fe2.s.o 16: rm -f fe2.s.S 17: rm -f fe2.s.c 18: rm -f frontier 19: 20: fe2: 21: $(MAKE) -f $(THIS) fe2clean 22: $(MAKE) -f $(THIS) fe2.s.o 1.1.1.2 ! root 23: $(MAKE) -C src/ 1.1 root 24: 25: fe2.s.o: 26: as68k/as68k --output-i386 fe2.s 27: $(CC) -c fe2.s.S -o fe2.s.o 28: 29: clean: 1.1.1.2 ! root 30: $(MAKE) -C src/ clean 1.1 root 31: rm -f frontier 32: $(MAKE) -f $(THIS) fe2clean 33: 34: allclean: 35: $(MAKE) -f $(THIS) clean 36: $(MAKE) -C as68k/ clean 37: $(MAKE) -C dis68k/ clean 38: $(MAKE) -f $(THIS) fe2clean 39: 40: # To make a nice clean tarball 41: dist: 1.1.1.2 ! root 42: $(MAKE) -f Makefile-C dist ! 43: ! 44: audio-dist: ! 45: $(MAKE) -f Makefile-C audio-dist 1.1 root 46:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.