Annotation of hatari/tools/hmsa/Makefile, revision 1.1.1.3

1.1.1.2   root        1: # Makefile for Hatari MSA
1.1       root        2: 
1.1.1.3 ! root        3: # Include settings
        !             4: include ../../Makefile.cnf
        !             5: 
1.1       root        6: HMSA_OBJS = hmsa.o floppy.o
                      7: HATARI_OBJS = msa.o dim.o st.o file.o unzip.o zip.o
                      8: OBJS = $(HMSA_OBJS) $(HATARI_OBJS:%.o=../../src/%.o)
                      9: 
1.1.1.3 ! root       10: # Additional include directories:
        !            11: CPPFLAGS += $(SDL_CFLAGS) -I../.. -I../../src/includes -I../../src/uae-cpu
1.1       root       12: 
                     13: all: hmsa
                     14: 
                     15: hmsa: $(OBJS)
1.1.1.3 ! root       16:        $(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) $(LIBS) -o hmsa
1.1       root       17: 
                     18: clean:
                     19:        $(RM) *.o hmsa
1.1.1.2   root       20: 
                     21: distclean: clean
                     22:        $(RM) *~ *.bak

unix.superglobalmegacorp.com

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