summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/netlist/netlist.mak
blob: 7f2350759196f2d45a188eef2d5e22fd0be2c9ae (plain) (blame)
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
###########################################################################
#
#   netlist.mak
#
#   Rules for building netlist core and devices
#
#   Copyright Nicola Salmoria and the MAME Team.
#   Visit http://mamedev.org for licensing and usage restrictions.
#
###########################################################################


NETLISTSRC = $(EMUSRC)/netlist
NETLISTOBJ = $(EMUOBJ)/netlist

#-------------------------------------------------
#  Core files
#-------------------------------------------------

NETLISTOBJS+= \
	$(NETLISTOBJ)/nl_setup.o \
	$(NETLISTOBJ)/nl_base.o \
	$(NETLISTOBJ)/nl_parser.o \
	$(NETLISTOBJ)/devices/net_lib.o \