|
|
1.1 ! root 1: # Makefile for MSA ! 2: ! 3: HMSA_OBJS = hmsa.o floppy.o ! 4: HATARI_OBJS = msa.o dim.o st.o file.o unzip.o zip.o ! 5: OBJS = $(HMSA_OBJS) $(HATARI_OBJS:%.o=../../src/%.o) ! 6: ! 7: CFLAGS = -g -O -Wall -I../.. -I../../src/includes -I../../src/uae-cpu \ ! 8: $(shell sdl-config --cflags) ! 9: ! 10: LIBS = -lz ! 11: ! 12: all: hmsa ! 13: ! 14: hmsa: $(OBJS) ! 15: $(CC) $(CFLAGS) $(OBJS) $(LIBS) -o hmsa ! 16: ! 17: clean: ! 18: $(RM) *.o hmsa
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.