|
|
1.1 root 1: ## Process this file with automake to produce Makefile.in
2:
1.1.1.2 ! root 3: INCLUDES = -I../hdr -I. -I../cpu68k -I../ym2612 -I../raze -I../sn76496 \
! 4: -DFNAME_TCLSCRIPT=\"${datadir}/generator/gen.tcl\"
1.1 root 5: bin_PROGRAMS = @PROGRAM@
6: EXTRA_PROGRAMS = generator-svgalib generator-tcltk generator-allegro
1.1.1.2 ! root 7: LDADD = ../cpu68k/lib68k.a ../ym2612/libym2612.a ../raze/libraze.a \
! 8: ../sn76496/libsn76496.a
1.1 root 9:
10: ## this should be generator_tcltk_DATA but it won't let me do that
11: pkgdata_DATA = gen.tcl
12:
13: generator_svgalib_SOURCES = cpu68k.c mem68k.c reg68k.c event.c \
1.1.1.2 ! root 14: logo.c font.c generator.c state.c cpuz80.c vdp.c gensound.c \
1.1 root 15: memz80.c snprintf.c \
1.1.1.2 ! root 16: ui-console.c uip-svgalib.c gensoundp-unix.c
1.1 root 17: generator_svgalib_LDADD = ${LDADD} -lvga
18:
19: generator_tcltk_SOURCES = cpu68k.c mem68k.c reg68k.c event.c \
1.1.1.2 ! root 20: logo.c font.c generator.c state.c cpuz80.c vdp.c gensound.c \
1.1 root 21: memz80.c snprintf.c \
1.1.1.2 ! root 22: ui-tcltk.c diss68k.c gensoundp-unix.c
1.1 root 23: generator_tcltk_LDADD = ${LDADD} -ltk -ltcl ../cpu68k/tab68k.o
24:
25: generator_allegro_SOURCES = cpu68k.c mem68k.c reg68k.c event.c \
1.1.1.2 ! root 26: logo.c font.c generator.c state.c cpuz80.c vdp.c gensound.c \
1.1 root 27: memz80.c snprintf.c \
1.1.1.2 ! root 28: ui-console.c uip-allegro.c gensoundp-allegro.c
! 29: generator_allegro_LDADD = ${LDADD} -lalleg
1.1 root 30:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.