File:  [HATARI the Atari ST Emulator] / hatari / tests / natfeats / Makefile.gcc
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 9 08:53:55 2019 UTC (7 years, 3 months ago) by root
Branches: hatari, MAIN
CVS tags: hatari02210, hatari02200, hatari02100, hatari02000, hatari01900, hatari01800, HEAD
hatari 1.8.0

# A GCC makefile for Native Features tester

NAME = nf_gcc.tos

CC = gcc
CFLAGS = -Wall -O2 -m68000 -mshort -DTEST
LDFLAGS = -s

OBS = nf_gcc.o nf_asmg.o

all: $(NAME)

$(NAME): $(OBS)
	$(CC) $(LDFLAGS) $(OBS) -o $@

nf_gcc.o: natfeats.c
	$(CC) $(CFLAGS) -c $< -o $@

nf_asmg.o: nf_asmg.s
	$(CC) $(CFLAGS) -c $< -o $@

veryclean:
	$(RM) $(OBS) *~ *.bak
	$(RM) $(NAME)

unix.superglobalmegacorp.com

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