Annotation of uae/src/Makefile.in, revision 1.1.1.6

1.1       root        1: #
                      2: # Makefile.in for UAE
                      3: #
                      4: 
                      5: @SET_MAKE@
                      6: CC        = @CC@
1.1.1.5   root        7: WRC       = @WRC@
1.1       root        8: CPP       = @CPP@
1.1.1.2   root        9: LDFLAGS   = @LDFLAGS@
1.1.1.5   root       10: CFLAGS    = @CFLAGS@ -D__inline__=@ac_cv_c_inline@
1.1.1.3   root       11: X_CFLAGS  = @X_CFLAGS@ @GTK_CFLAGS@ -DSHM_SUPPORT_LINKS=@SHM_SUPPORT_LINKS@
1.1       root       12: TARGET    = @TARGET@
1.1.1.3   root       13: LIBRARIES = @LIBRARIES@ @LIBS@ @GTK_LIBS@
1.1.1.2   root       14: MATHLIB   = @MATHLIB@
1.1.1.5   root       15: RESOBJS   = @RESOBJS@
1.1.1.2   root       16: 
1.1.1.3   root       17: NO_SCHED_CFLAGS = @NO_SCHED_CFLAGS@
                     18: 
1.1       root       19: INSTALL         = @INSTALL@
                     20: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                     21: INSTALL_DATA    = @INSTALL_DATA@
                     22: prefix          = @prefix@
                     23: exec_prefix     = @exec_prefix@
                     24: bindir          = @bindir@
                     25: libdir          = @libdir@
                     26: sysconfdir      = @sysconfdir@
                     27: 
1.1.1.3   root       28: VPATH = @top_srcdir@/src
                     29: 
1.1.1.5   root       30: .SUFFIXES: .o .c .h .m .i .S .rc .res
1.1.1.3   root       31: 
                     32: .SECONDARY: p2c.c p2c.h cpuemu.c cpustbl.c cputbl.h
1.1       root       33: 
1.1.1.3   root       34: INCLUDES=-I. -I@top_srcdir@/src/include/
1.1.1.2   root       35: 
1.1.1.3   root       36: OBJS = main.o newcpu.o memory.o @CPUOBJS@ custom.o cia.o serial.o blitter.o \
1.1.1.2   root       37:        autoconf.o ersatz.o filesys.o hardfile.o keybuf.o expansion.o zfile.o \
                     38:        fpp.o readcpu.o cpudefs.o gfxutil.o gfxlib.o blitfunc.o blittable.o \
1.1.1.5   root       39:        disk.o audio.o compiler.o uaelib.o drawing.o picasso96.o cpustbl.o \
1.1.1.6 ! root       40:        uaeexe.o bsdsocket.o missing.o sd-sound.o od-joy.o md-support.o \
        !            41:        fsusage.o cfgfile.o getopt.o getopt1.o \
1.1.1.5   root       42:        @P2C@ @ASMOBJS@ @GFXOBJS@ @DEBUGOBJS@
1.1       root       43: 
                     44: all: $(TARGET)
                     45: 
                     46: x11: progs
                     47: 
                     48: svgalib: progs
                     49: 
1.1.1.5   root       50: win32: progs $(RESOBJS)
                     51:        $(WRC) $(RESOBJS) uae.exe
                     52: 
1.1.1.3   root       53: ggilib: progs
                     54: 
                     55: asciiart: progs
                     56: 
1.1.1.2   root       57: amigaos: progs
                     58: 
1.1.1.3   root       59: p_os: progs
                     60: 
                     61: beos: progs
1.1       root       62: 
                     63: next: progs
                     64:        cp uae ../Uae.app/Uae
                     65: 
                     66: progs: uae readdisk
                     67: 
                     68: install:
                     69: 
1.1.1.3   root       70: readdisk: readdisk.o missing.o
                     71:        $(CC) readdisk.o missing.o -o readdisk $(LDFLAGS) $(DEBUGFLAGS)
1.1       root       72: 
                     73: uae: $(OBJS)
1.1.1.5   root       74:        $(CC) $(OBJS) -o uae $(GFXLDFLAGS) $(LDFLAGS) $(DEBUGFLAGS) $(LIBRARIES) $(MATHLIB)
1.1       root       75: 
                     76: clean:
1.1.1.2   root       77:        -rm -f $(OBJS) *.o uae readdisk
1.1.1.3   root       78:        -rm -f gencpu genblitter blit.h genp2c cpudefs.c cpuopti
1.1.1.5   root       79:        -rm -f cpuemu.c build68k cputmp.s cpufast*.s cpustbl.c cputbl.h
                     80:        -rm -f blitfunc.c blitfunc.h blittable.c p2c.c p2c.h p2c_x86.S
1.1       root       81: 
                     82: halfclean:
1.1.1.2   root       83:        -rm -f $(OBJS)
1.1       root       84: 
                     85: streifenfrei: clean
1.1.1.5   root       86:        -rm -f Makefile sysconfig.h
                     87:        -rm -f od-joy.c md-X86.S sd-sound.c md-support.c
1.1.1.4   root       88:        -rm -f machdep osdep threaddep sounddep target.h config.h
1.1       root       89: 
                     90: blit.h: genblitter
                     91:        ./genblitter i >blit.h
                     92: blitfunc.c: genblitter blitfunc.h
                     93:        ./genblitter f >blitfunc.c
                     94: blitfunc.h: genblitter
                     95:        ./genblitter h >blitfunc.h
                     96: blittable.c: genblitter blitfunc.h
                     97:        ./genblitter t >blittable.c
                     98: 
1.1.1.2   root       99: genblitter: genblitter.o blitops.o
                    100:        $(CC) $(LDFLAGS) -o genblitter genblitter.o blitops.o
1.1       root      101: build68k: build68k.o
                    102:        $(CC) $(LDFLAGS) -o build68k build68k.o
                    103: cpuopti: cpuopti.o
                    104:        $(CC) $(LDFLAGS) -o cpuopti cpuopti.o
1.1.1.3   root      105: gencpu: gencpu.o readcpu.o cpudefs.o missing.o
                    106:        $(CC) $(LDFLAGS) -o gencpu gencpu.o readcpu.o missing.o cpudefs.o
                    107: genp2c: genp2c.o
                    108:        $(CC) $(LDFLAGS) -o genp2c genp2c.o
                    109: 
                    110: custom.o: blit.h p2c.h
                    111: p2c.o: p2c.h
                    112: 
                    113: p2c.h: genp2c
                    114:        ./genp2c H >p2c.h
                    115: p2c.c: genp2c
                    116:        ./genp2c C >p2c.c
                    117: p2c_x86.S: genp2c
                    118:        ./genp2c x86 >p2c_x86.S
                    119: 
                    120: cpudefs.c: build68k @top_srcdir@/src/table68k
                    121:        ./build68k <@top_srcdir@/src/table68k >cpudefs.c
                    122: 
                    123: cpuemu.c: gencpu
                    124:        ./gencpu
                    125: 
                    126: # gencpu also creates cpustbl.c and cputbl.h
                    127: cpustbl.c: cpuemu.c
                    128: cputbl.h: cpuemu.c
                    129: 
                    130: cpufast.s: cpuemu.c cpuopti
                    131:        $(CC) $(INCLUDES) -S $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $(NO_SCHED_CFLAGS) $< -o cputmp.s
                    132:        ./cpuopti <cputmp.s >$@
                    133:        rm cputmp.s
1.1.1.6 ! root      134: 
1.1.1.3   root      135: osdep/beos.o: osdep/beos.cpp
                    136:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) osdep/beos.cpp -o osdep/beos.o
1.1       root      137: 
1.1.1.5   root      138: .rc.res:
                    139:        $(WRC) $(INCLUDES) $<
1.1       root      140: .m.o:
1.1.1.3   root      141:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $<
1.1       root      142: .c.o:
1.1.1.3   root      143:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $< -o $@
1.1       root      144: .c.s:
1.1.1.3   root      145:        $(CC) $(INCLUDES) -S $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $< -o $@
1.1.1.2   root      146: .c.i:
1.1.1.3   root      147:        $(CC) $(INCLUDES) -E $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $< > $@
1.1       root      148: .S.o:
1.1.1.3   root      149:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $< -o $@
1.1.1.2   root      150: .s.o:
1.1.1.3   root      151:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $< -o $@
1.1       root      152: 
                    153: # Saves recompiling...
                    154: touch:
1.1.1.3   root      155:        touch *.o; touch build68k; touch cpudefs.c; touch cpudefs.o; touch gencpu; touch cpuemu.c; touch cpuopti.o cpuopti cpuemu.o cpufast.s cpufast.o
1.1       root      156: 
                    157: build68k.o: include/readcpu.h
                    158: readcpu.o: include/readcpu.h
                    159: 
                    160: main.o: config.h
                    161: cia.o: config.h include/events.h
1.1.1.3   root      162: custom.o: config.h include/events.h blit.h
1.1       root      163: newcpu.o: config.h include/events.h
                    164: autoconf.o: config.h
                    165: expansion.o: config.h
                    166: xwin.o: config.h
                    167: svga.o: config.h
1.1.1.3   root      168: audio.o: config.h include/events.h
1.1       root      169: memory.o: config.h
                    170: debug.o: config.h
                    171: fpp.o: config.h
                    172: ersatz.o: config.h
                    173: filesys.o: config.h
                    174: execlib.o: config.h
                    175: disk.o: config.h include/events.h
1.1.1.3   root      176: blitter.o: config.h include/events.h blit.h
1.1       root      177: 
1.1.1.5   root      178: # sam: this is for people with low memory. (is there a way do do this with a single rule ?)
                    179: cpufast1.s: cpuemu.c cpuopti
                    180:        $(CC) -DPART_1 $(INCLUDES) -S $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $(NO_SCHED_CFLAGS) $< -o cputmp1.s
                    181:        ./cpuopti <cputmp1.s >$@
                    182:        rm cputmp1.s
                    183: cpufast2.s: cpuemu.c cpuopti
                    184:        $(CC) -DPART_2 $(INCLUDES) -S $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $(NO_SCHED_CFLAGS) $< -o cputmp2.s
                    185:        ./cpuopti <cputmp2.s >$@
                    186:        rm cputmp2.s
                    187: cpufast3.s: cpuemu.c cpuopti
                    188:        $(CC) -DPART_3 $(INCLUDES) -S $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $(NO_SCHED_CFLAGS) $< -o cputmp3.s
                    189:        ./cpuopti <cputmp3.s >$@
                    190:        rm cputmp3.s
                    191: cpufast4.s: cpuemu.c cpuopti
                    192:        $(CC) -DPART_4 $(INCLUDES) -S $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $(NO_SCHED_CFLAGS) $< -o cputmp4.s
                    193:        ./cpuopti <cputmp4.s >$@
                    194:        rm cputmp4.s
                    195: cpufast5.s: cpuemu.c cpuopti
                    196:        $(CC) -DPART_5 $(INCLUDES) -S $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $(NO_SCHED_CFLAGS) $< -o cputmp5.s
                    197:        ./cpuopti <cputmp5.s >$@
                    198:        rm cputmp5.s
                    199: cpufast6.s: cpuemu.c cpuopti
                    200:        $(CC) -DPART_6 $(INCLUDES) -S $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $(NO_SCHED_CFLAGS) $< -o cputmp6.s
                    201:        ./cpuopti <cputmp6.s >$@
                    202:        rm cputmp6.s
                    203: cpufast7.s: cpuemu.c cpuopti
                    204:        $(CC) -DPART_7 $(INCLUDES) -S $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $(NO_SCHED_CFLAGS) $< -o cputmp7.s
                    205:        ./cpuopti <cputmp7.s >$@
                    206:        rm cputmp7.s
                    207: cpufast8.s: cpuemu.c cpuopti
                    208:        $(CC) -DPART_8 $(INCLUDES) -S $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $(NO_SCHED_CFLAGS) $< -o cputmp8.s
                    209:        ./cpuopti <cputmp8.s >$@
                    210:        rm cputmp8.s
                    211: 
                    212: cpuemu1.o: cpuemu.c
                    213:        $(CC) -DPART_1 $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $< -o $@
                    214: cpuemu2.o: cpuemu.c
                    215:        $(CC) -DPART_2 $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $< -o $@
                    216: cpuemu3.o: cpuemu.c
                    217:        $(CC) -DPART_3 $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $< -o $@
                    218: cpuemu4.o: cpuemu.c
                    219:        $(CC) -DPART_4 $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $< -o $@
                    220: cpuemu5.o: cpuemu.c
                    221:        $(CC) -DPART_5 $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $< -o $@
                    222: cpuemu6.o: cpuemu.c
                    223:        $(CC) -DPART_6 $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $< -o $@
                    224: cpuemu7.o: cpuemu.c
                    225:        $(CC) -DPART_7 $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $< -o $@
                    226: cpuemu8.o: cpuemu.c
                    227:        $(CC) -DPART_8 $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $< -o $@

unix.superglobalmegacorp.com

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