|
|
1.1 ! root 1: # A GCC makefile for Native Features tester ! 2: ! 3: NAME = nf_gcc.tos ! 4: ! 5: CC = gcc ! 6: CFLAGS = -Wall -O2 -m68000 -mshort -DTEST ! 7: LDFLAGS = -s ! 8: ! 9: OBS = nf_gcc.o nf_asmg.o ! 10: ! 11: all: $(NAME) ! 12: ! 13: $(NAME): $(OBS) ! 14: $(CC) $(LDFLAGS) $(OBS) -o $@ ! 15: ! 16: nf_gcc.o: natfeats.c ! 17: $(CC) $(CFLAGS) -c $< -o $@ ! 18: ! 19: nf_asmg.o: nf_asmg.s ! 20: $(CC) $(CFLAGS) -c $< -o $@ ! 21: ! 22: veryclean: ! 23: $(RM) $(OBS) *~ *.bak ! 24: $(RM) $(NAME)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.