|
|
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:
1.1.1.2 ! root 32: -rm -f *.o cpudefs.c lientoscr.c
1.1 root 33: -rm -f gencpu genblitter cpuopti build68k
34:
35:
36: streifenfrei: clean
1.1.1.2 ! root 37: rm -f Makefile config.* sysconfig.h
1.1 root 38:
39: genblitter: genblitter.o blitops.o writelog.o
40: $(CC) $(LDFLAGS) -o genblitter genblitter.o blitops.o writelog.o
41: build68k: build68k.o writelog.o
42: $(CC) $(LDFLAGS) -o build68k build68k.o writelog.o
43: cpuopti: cpuopti.o writelog.o
44: $(CC) $(LDFLAGS) -o cpuopti cpuopti.o writelog.o
45: gencpu: gencpu.o readcpu.o cpudefs.o missing.o writelog.o
46: $(CC) $(LDFLAGS) -o gencpu gencpu.o readcpu.o cpudefs.o missing.o writelog.o
47:
48: custom.o: blit.h
49: drawing.o: linetoscr.c
50:
51: cpudefs.c: build68k @top_srcdir@/../table68k
52: ./build68k <@top_srcdir@/../table68k >cpudefs.c
53:
54: # Normally I'd move the programs into this directory, but given that CVS
55: # sucks I have no choice but to leave them in their previous directory.
56: missing.o: @top_srcdir@/../missing.c
57: $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(DEBUGFLAGS) @top_srcdir@/../missing.c -o $@
58: readcpu.o: @top_srcdir@/../readcpu.c
59: $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(DEBUGFLAGS) @top_srcdir@/../readcpu.c -o $@
60: writelog.o: @top_srcdir@/../writelog.c
61: $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(DEBUGFLAGS) @top_srcdir@/../writelog.c -o $@
62: genblitter.o: @top_srcdir@/../genblitter.c
63: $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(DEBUGFLAGS) @top_srcdir@/../genblitter.c -o $@
64: gencpu.o: @top_srcdir@/../gencpu.c
65: $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(DEBUGFLAGS) @top_srcdir@/../gencpu.c -o $@
66: build68k.o: @top_srcdir@/../build68k.c
67: $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(DEBUGFLAGS) @top_srcdir@/../build68k.c -o $@
68: blitops.o: @top_srcdir@/../blitops.c
69: $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(DEBUGFLAGS) @top_srcdir@/../blitops.c -o $@
70: cpuopti.o: @top_srcdir@/../cpuopti.c
71: $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(DEBUGFLAGS) @top_srcdir@/../cpuopti.c -o $@
72:
73: .c.o:
74: $(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $(CFLAGS_$@) $< -o $@
75: .c.s:
76: $(CC) $(INCLUDES) -S $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $< -o $@
77: .c.i:
78: $(CC) $(INCLUDES) -E $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $< > $@
79:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.