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