File:  [HATARI the Atari ST Emulator] / hatari / tools / hmsa / Makefile
Revision 1.1.1.4 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 9 08:49:02 2019 UTC (7 years, 3 months ago) by root
Branches: hatari, MAIN
CVS tags: hatari01400, HEAD
hatari 1.4.0

# Makefile for Hatari MSA

# Include settings
include ../../Makefile.cnf

HMSA_OBJS = hmsa.o floppy.o
HATARI_OBJS = msa.o dim.o st.o file.o unzip.o zip.o
OBJS = $(HMSA_OBJS) $(HATARI_OBJS:%.o=../../src/%.o)

# Additional include directories:
CPPFLAGS += $(SDL_CFLAGS) -I../.. -I../../src/includes -I../../src/debug -I../../src/uae-cpu

all: hmsa

hmsa: $(OBJS)
	$(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) $(LDFLAGS) $(LIBS) -o hmsa

clean:
	$(RM) *.o hmsa

distclean: clean
	$(RM) *~ *.bak

unix.superglobalmegacorp.com

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