File: Makefile.am

package info (click to toggle)
dgen 1.23-9
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 2,168 kB
  • ctags: 3,087
  • sloc: ansic: 45,403; cpp: 4,405; sh: 1,960; makefile: 116
file content (34 lines) | stat: -rw-r--r-- 875 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# DGen/SDL v1.20+

include $(top_srcdir)/Makefile.asm.am

DIST_SUBDIRS = star musa mz80 sdl
SUBDIRS = @CPUDIRS@ @INTERFACE@

INCLUDES += -I$(top_srcdir)/@INTERFACE@

bin_PROGRAMS = dgen tobin

man_MANS = dgen.1 dgenrc.5 tobin.1

EXTRA_DIST = sample.dgenrc $(man_MANS) Makefile.asm.am

# dgen

dgen_SOURCES = rc.cpp romload.c md.cpp mdfr.cpp md-joe.cpp decode.c vdp.cpp \
	       save.cpp graph.cpp myfm.cpp fm.c sn76496.c ras.cpp main.cpp \
	       rc.h md-phil.h rc-vars.h md.h mz80.h fm.h decode.h mem.cpp \
	       ras-drawplane.h pd.h driver.h sn76496.h \
	       mz80.h starcpu.h m68k.h m68kconf.h

dgen_LDADD = -L@INTERFACE@ -lpd @STAR@ @MUSA@ @MZ80@ @SDL_LIBS@ @EXTRAOBJS@

dgen_DEPENDENCIES = @EXTRAOBJS@

EXTRA_dgen_SOURCES = asm_tiles.asmu ctv.asmu asm_memcpy.asmu mmx_memcpy.asmu \
		     sn76496u.c zz80.c md-phil.cpp

# tobin

tobin_SOURCES = tobin.c romload.c