Annotation of uae/src/Makefile.xf86os2, revision 1.1.1.3

1.1.1.2   root        1: # Generated automatically from Makefile.in by configure.
                      2: #
                      3: # Makefile.in for UAE
                      4: #
                      5: 
                      6: CC        = gcc
                      7: CPP       = gcc -E
                      8: CFLAGS    = -O3 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -D__inline__=inline -DSTATFS_NO_ARGS=2 -DSTATBUF_BAVAIL=f_bavail -DBROKEN_JOYSTICK_H= -DXF86OS2 -D__unix
                      9: X_CFLAGS  =  -I/XFree86/includ -Zmtd
                     10: TARGET    = x11
                     11: LIBRARIES =  -L/XFree86/li  -lSM -lICE -lXext -lX11  
                     12: GFXOBJS   = xwin.o nogui.o
                     13: ASMOBJS   = 
                     14: #X86.o
                     15: 
                     16: INSTALL         = @INSTALL@
                     17: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                     18: INSTALL_DATA    = @INSTALL_DATA@
                     19: prefix          = /usr/local
                     20: exec_prefix     = ${prefix}
                     21: bindir          = ${exec_prefix}/bin
                     22: libdir          = ${exec_prefix}/lib
                     23: sysconfdir      = ${prefix}/etc
                     24: 
                     25: .SUFFIXES: .o .c .h .m
                     26: 
                     27: 
                     28: INCLUDES=-Iinclude
                     29: 
                     30: OBJS = main.o newcpu.o memory.o debug.o custom.o cia.o disk.o blitter.o $(GFXOBJS) \
                     31:        autoconf.o os.o ersatz.o filesys.o hardfile.o keybuf.o expansion.o zfile.o \
                     32:        readcpu.o cpudefs.o gfxutil.o gfxlib.o blitfunc.o blittable.o $(ASMOBJS) \
                     33:        cpu0.o cpu1.o cpu2.o cpu3.o cpu4.o cpu5.o cpu6.o cpu7.o \
                     34:        cpu8.o cpu9.o cpuA.o cpuB.o cpuC.o cpuD.o cpuE.o cpuF.o cpustbl.o
                     35:        
                     36: all: include/sysconfig.h $(TARGET)
                     37: 
                     38: include/sysconfig.h: include/sysconfig.h.xf86os2
                     39:        cp include/sysconfig.h.xf86os2 include/sysconfig.h
                     40: 
                     41: x11: progs
                     42: 
                     43: progs: uae readdisk
                     44: 
                     45: install:
                     46: 
                     47: readdisk: readdisk.o
                     48:        $(CC) readdisk.o -o readdisk $(LDFLAGS) $(DEBUGFLAGS) -Zmtd -Zexe
                     49: 
                     50: uae: $(OBJS)
1.1.1.3 ! root       51:        $(CC) $(OBJS) -o uae $(GFXLDFLAGS) $(LDFLAGS) $(DEBUGFLAGS) $(LIBRARIES) -Zmtd -Zexe
1.1.1.2   root       52: 
                     53: clean:
                     54:        -rm -f *.o uae readdisk
                     55:        -rm -f gencpu genblitter build68k cpudefs.c
                     56:        -rm -f cpu?.c blit.h
                     57:        -rm -f cputbl.h cpustbl.c
                     58:        -rm -f blitfunc.c blitfunc.h blittable.c
                     59: 
                     60: halfclean:
                     61:        -rm -f $(OBJS) $(GFXOBJS)
                     62: 
                     63: streifenfrei: clean
                     64:        -rm -f Makefile config.cache config.log config.status
                     65: 
                     66: blit.h: genblitter
                     67:        genblitter i >blit.h
                     68: blitfunc.c: genblitter blitfunc.h
                     69:        genblitter f >blitfunc.c
                     70: blitfunc.h: genblitter
                     71:        genblitter h >blitfunc.h
                     72: blittable.c: genblitter blitfunc.h
                     73:        genblitter t >blittable.c
                     74: 
                     75: genblitter: genblitter.o
                     76:        $(CC) $(LDFLAGS) -o $@ $? -Zmtd -Zexe
                     77: build68k: build68k.o
                     78:        $(CC) $(LDFLAGS) -o $@ $? -Zmtd -Zexe
                     79: gencpu: gencpu.o readcpu.o cpudefs.o
                     80:        $(CC) $(LDFLAGS) -o $@ gencpu.o readcpu.o cpudefs.o -Zmtd -Zexe
                     81: 
                     82: custom.o: blit.h
                     83: 
                     84: cpudefs.c: build68k table68k
                     85:        build68k >cpudefs.c
                     86: cpustbl.c: gencpu
                     87:        gencpu s >cpustbl.c
                     88: cputbl.c: gencpu
                     89:        gencpu t >cputbl.c
                     90: cputbl.h: gencpu
                     91:        gencpu h >cputbl.h
                     92: 
                     93: cpu0.c: gencpu
                     94:        gencpu f 0 >cpu0.c
                     95: cpu1.c: gencpu
                     96:        gencpu f 1 >cpu1.c
                     97: cpu2.c: gencpu
                     98:        gencpu f 2 >cpu2.c
                     99: cpu3.c: gencpu
                    100:        gencpu f 3 >cpu3.c
                    101: cpu4.c: gencpu
                    102:        gencpu f 4 >cpu4.c
                    103: cpu5.c: gencpu
                    104:        gencpu f 5 >cpu5.c
                    105: cpu6.c: gencpu
                    106:        gencpu f 6 >cpu6.c
                    107: cpu7.c: gencpu
                    108:        gencpu f 7 >cpu7.c
                    109: cpu8.c: gencpu
                    110:        gencpu f 8 >cpu8.c
                    111: cpu9.c: gencpu
                    112:        gencpu f 9 >cpu9.c
                    113: cpuA.c: gencpu
                    114:        gencpu f 10 >cpuA.c
                    115: cpuB.c: gencpu
                    116:        gencpu f 11 >cpuB.c
                    117: cpuC.c: gencpu
                    118:        gencpu f 12 >cpuC.c
                    119: cpuD.c: gencpu
                    120:        gencpu f 13 >cpuD.c
                    121: cpuE.c: gencpu
                    122:        gencpu f 14 >cpuE.c
                    123: cpuF.c: gencpu
                    124:        gencpu f 15 >cpuF.c
                    125: 
                    126: cpu0.o: cpu0.c cputbl.h
                    127:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $*.c
                    128: cpu1.o: cpu1.c cputbl.h
                    129:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $*.c
                    130: cpu2.o: cpu2.c cputbl.h
                    131:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $*.c
                    132: cpu3.o: cpu3.c cputbl.h
                    133:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $*.c
                    134: cpu4.o: cpu4.c cputbl.h
                    135:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $*.c
                    136: cpu5.o: cpu5.c cputbl.h
                    137:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $*.c
                    138: cpu6.o: cpu6.c cputbl.h
                    139:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $*.c
                    140: cpu7.o: cpu7.c cputbl.h
                    141:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $*.c
                    142: cpu8.o: cpu8.c cputbl.h
                    143:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $*.c
                    144: cpu9.o: cpu9.c cputbl.h
                    145:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $*.c
                    146: cpuA.o: cpuA.c cputbl.h
                    147:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $*.c
                    148: cpuB.o: cpuB.c cputbl.h
                    149:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $*.c
                    150: cpuC.o: cpuC.c cputbl.h
                    151:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $*.c
                    152: cpuD.o: cpuD.c cputbl.h
                    153:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $*.c
                    154: cpuE.o: cpuE.c cputbl.h
                    155:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $*.c
                    156: cpuF.o: cpuF.c cputbl.h
                    157:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $*.c
                    158:        
                    159: bebox.o: bebox.cpp
                    160:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) bebox.cpp
                    161: 
                    162: .m.o:
                    163:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $*.m
                    164: .c.o:
                    165:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $*.c
                    166: .c.s:
                    167:        $(CC) $(INCLUDES) -S $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $*.c
                    168: .S.o:
                    169:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $*.S
                    170: 
                    171: # Saves recompiling...
                    172: touch:
                    173:        touch *.o; touch build68k; touch cpudefs.c; touch cpudefs.o; touch gencpu genblitter; touch cpu?.c cpu*tbl.[ch]; touch cpu?.o cpu*tbl.o
                    174: 
                    175: # Some more dependencies...
                    176: cpustbl.o: cputbl.h
                    177: cputbl.o: cputbl.h
                    178: 
                    179: build68k.o: include/readcpu.h
                    180: readcpu.o: include/readcpu.h
                    181: 
                    182: main.o: config.h
                    183: cia.o: config.h include/events.h
                    184: custom.o: config.h include/events.h
                    185: newcpu.o: config.h include/events.h
                    186: autoconf.o: config.h
                    187: expansion.o: config.h
                    188: xwin.o: config.h
                    189: svga.o: config.h
                    190: bebox.o: config.h
                    191: os.o: config.h
                    192: memory.o: config.h
                    193: debug.o: config.h
                    194: ersatz.o: config.h
                    195: disk.o: config.h include/events.h
                    196: blitter.o: config.h include/events.h
                    197: 

unix.superglobalmegacorp.com

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