File:  [HATARI the Atari ST Emulator] / hatari / tests / natfeats / Makefile.vbc
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 VBCC makefile for Native Features tester

NAME = nf_vbcc.tos

# for m68000
CC = vc -v
CFLAGS = -O1 -DTEST
LDFLAGS = -g # leave symbols to binaries

OBS = nf_vbcc.o nf_asmv.o

all: $(NAME)

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

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

nf_asmv.o: nf_asmv.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.