Annotation of frontvm/hardware/Makefile, revision 1.1

1.1     ! root        1: 
        !             2: SDLLIB = $(shell sdl-config --libs)
        !             3: SDLFLAGS = $(shell sdl-config --cflags)
        !             4: 
        !             5: INCFLAGS = -I../cpu
        !             6: 
        !             7: CPUOBJS = ../cpu/hatari-glue.o ../cpu/memory.o ../cpu/newcpu.o \
        !             8:   ../cpu/readcpu.o ../cpu/cpustbl.o ../cpu/cpudefs.o \
        !             9:   ../cpu/cpuemu1.o ../cpu/cpuemu2.o ../cpu/cpuemu3.o \
        !            10:   ../cpu/cpuemu4.o ../cpu/cpuemu5.o ../cpu/cpuemu6.o \
        !            11:   ../cpu/cpuemu7.o ../cpu/cpuemu8.o
        !            12: 
        !            13: SRCS = disasm.c audio.c configuration.c dialog.c \
        !            14:   file.c hostcall.c int.c keymap.c \
        !            15:   m68000.c main.c memAlloc.c misc.c \
        !            16:   reset.c stMemory.c screen.c screenConvert.c \
        !            17:   sdlgui.c shortcut.c scalebit.c \
        !            18:   loadfe2.c video.c input.c fe2.c
        !            19: 
        !            20: OBJS = $(SRCS:.c=.o)
        !            21: 
        !            22: .c.o:
        !            23:        $(CC) $(CFLAGS) $(INCFLAGS) $(SDLFLAGS) -c $<
        !            24: 
        !            25: ../frontier: $(OBJS)
        !            26:        $(CC) $(OBJS) $(CPUOBJS) $(SDLLIB) $(LIBFLAGS) -o ../frontier
        !            27: 
        !            28: clean:
        !            29:        rm -f *.o
        !            30: 
        !            31: # Use "make depend" to generate file dependencies:
        !            32: depend: $(SRCS)
        !            33:        $(CC) -MM $(CFLAGS) $(SRCS) > Makefile.dep
        !            34: 
        !            35: ifneq (,$(wildcard Makefile.dep))
        !            36: include Makefile.dep
        !            37: endif
        !            38: 

unix.superglobalmegacorp.com

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