Annotation of uae/src/tools/Makefile.in, revision 1.1.1.1

1.1       root        1: #
                      2: # Makefile.in for UAE tools
                      3: #
                      4: 
                      5: @SET_MAKE@
                      6: CC        = @CC@
                      7: LDFLAGS   = @LDFLAGS@
                      8: CFLAGS    = @CFLAGS@ -D__inline__=@ac_cv_c_inline@ -DUAE_CONSOLE
                      9: LIBRARIES = @LIBS@
                     10: 
                     11: INSTALL         = @INSTALL@
                     12: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                     13: INSTALL_DATA    = @INSTALL_DATA@
                     14: prefix          = @prefix@
                     15: exec_prefix     = @exec_prefix@
                     16: bindir          = @bindir@
                     17: libdir          = @libdir@
                     18: sysconfdir      = @sysconfdir@
                     19: 
                     20: VPATH = @top_srcdir@
                     21: 
                     22: .SUFFIXES: .o .c .h .m .i .S
                     23: 
                     24: INCLUDES=-I. -I@top_srcdir@/../include/ -I@top_srcdir@
                     25: 
                     26: all: gencpu build68k genblitter cpuopti
                     27: 
                     28: install:
                     29: 
                     30: 
                     31: clean:
                     32:        -rm -f *.o
                     33:        -rm -f gencpu genblitter cpuopti build68k
                     34: 
                     35: 
                     36: streifenfrei: clean
                     37: 
                     38: genblitter: genblitter.o blitops.o writelog.o
                     39:        $(CC) $(LDFLAGS) -o genblitter genblitter.o blitops.o writelog.o
                     40: build68k: build68k.o writelog.o
                     41:        $(CC) $(LDFLAGS) -o build68k build68k.o writelog.o
                     42: cpuopti: cpuopti.o writelog.o
                     43:        $(CC) $(LDFLAGS) -o cpuopti cpuopti.o writelog.o
                     44: gencpu: gencpu.o readcpu.o cpudefs.o missing.o writelog.o
                     45:        $(CC) $(LDFLAGS) -o gencpu gencpu.o readcpu.o cpudefs.o missing.o writelog.o
                     46: 
                     47: custom.o: blit.h
                     48: drawing.o: linetoscr.c
                     49: 
                     50: cpudefs.c: build68k @top_srcdir@/../table68k
                     51:        ./build68k <@top_srcdir@/../table68k >cpudefs.c
                     52: 
                     53: # Normally I'd move the programs into this directory, but given that CVS
                     54: # sucks I have no choice but to leave them in their previous directory.
                     55: missing.o: @top_srcdir@/../missing.c
                     56:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(DEBUGFLAGS) @top_srcdir@/../missing.c -o $@
                     57: readcpu.o: @top_srcdir@/../readcpu.c
                     58:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(DEBUGFLAGS) @top_srcdir@/../readcpu.c -o $@
                     59: writelog.o: @top_srcdir@/../writelog.c
                     60:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(DEBUGFLAGS) @top_srcdir@/../writelog.c -o $@
                     61: genblitter.o: @top_srcdir@/../genblitter.c
                     62:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(DEBUGFLAGS) @top_srcdir@/../genblitter.c -o $@
                     63: gencpu.o: @top_srcdir@/../gencpu.c
                     64:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(DEBUGFLAGS) @top_srcdir@/../gencpu.c -o $@
                     65: build68k.o: @top_srcdir@/../build68k.c
                     66:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(DEBUGFLAGS) @top_srcdir@/../build68k.c -o $@
                     67: blitops.o: @top_srcdir@/../blitops.c
                     68:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(DEBUGFLAGS) @top_srcdir@/../blitops.c -o $@
                     69: cpuopti.o: @top_srcdir@/../cpuopti.c
                     70:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(DEBUGFLAGS) @top_srcdir@/../cpuopti.c -o $@
                     71: 
                     72: .c.o:
                     73:        $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $(CFLAGS_$@) $< -o $@
                     74: .c.s:
                     75:        $(CC) $(INCLUDES) -S $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $< -o $@
                     76: .c.i:
                     77:        $(CC) $(INCLUDES) -E $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $< > $@
                     78: 

unix.superglobalmegacorp.com

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