58 lines
1.3 KiB
Makefile
Raw Normal View History

2016-12-20 20:30:36 +00:00
# $OpenBSD: Makefile,v 1.89 2016/12/20 20:30:36 juanfra Exp $
1997-11-30 08:33:18 +00:00
SUBDIR =
2002-05-06 13:42:52 +00:00
SUBDIR += BasiliskII
2016-09-01 14:36:28 +00:00
SUBDIR += advancemame
2016-09-08 20:31:21 +00:00
SUBDIR += advancemess
2016-11-03 10:59:51 +00:00
SUBDIR += atari800
1998-05-20 07:29:23 +00:00
SUBDIR += bochs
2002-01-25 00:56:46 +00:00
SUBDIR += bochs,debug
2007-06-07 11:47:15 +00:00
SUBDIR += coldfire
2011-09-21 03:59:27 +00:00
SUBDIR += desmume
2012-01-23 09:25:10 +00:00
SUBDIR += dgen-sdl
SUBDIR += dgen-sdl,debugger
2004-10-07 03:07:31 +00:00
SUBDIR += dosbox
2008-01-18 09:13:19 +00:00
SUBDIR += dynagen
SUBDIR += dynamips
2015-11-21 00:00:51 +00:00
SUBDIR += emulationstation
2012-12-25 00:08:07 +00:00
SUBDIR += fceux
2002-01-25 00:56:46 +00:00
SUBDIR += frodo
2012-11-22 23:47:26 +00:00
SUBDIR += fs-uae
2014-03-15 13:12:56 +00:00
SUBDIR += fs-uae-launcher
2014-08-15 12:19:13 +00:00
SUBDIR += fuse
SUBDIR += fuse-utils
2010-12-08 19:58:44 +00:00
SUBDIR += gambatte
2008-01-18 14:42:33 +00:00
SUBDIR += gns3
2013-01-07 17:19:43 +00:00
SUBDIR += gnusim8085
2005-09-06 18:54:46 +00:00
SUBDIR += gxemul
2016-07-31 23:56:12 +00:00
SUBDIR += hatari
2016-10-17 06:43:32 +00:00
SUBDIR += libretro-genesis-plus-gx
2016-10-19 07:48:00 +00:00
SUBDIR += libretro-pcsx-rearmed
2011-03-14 22:19:28 +00:00
SUBDIR += mednafen
2015-07-19 21:00:56 +00:00
SUBDIR += mgba
2011-12-26 23:04:23 +00:00
SUBDIR += mupen64plus
2013-01-25 09:09:22 +00:00
SUBDIR += nestopia
2011-08-28 19:01:34 +00:00
SUBDIR += openmsx
SUBDIR += pcsxr
2014-08-15 12:19:13 +00:00
SUBDIR += qemu
2016-08-05 05:29:13 +00:00
SUBDIR += retroarch
2009-03-17 19:59:33 +00:00
SUBDIR += sdlmame
SUBDIR += sdlmess
1998-11-12 13:19:03 +00:00
SUBDIR += simh
2001-05-27 21:11:19 +00:00
SUBDIR += snes9x
2002-02-18 22:43:14 +00:00
SUBDIR += spectemu
2001-07-23 14:54:57 +00:00
SUBDIR += spim
2005-10-18 19:53:00 +00:00
SUBDIR += stella
2002-01-25 00:56:46 +00:00
SUBDIR += uae
2012-05-28 09:19:31 +00:00
SUBDIR += vbam
2015-08-20 07:51:15 +00:00
SUBDIR += vice
SUBDIR += virtualjaguar
1997-11-30 08:33:18 +00:00
SUBDIR += x48
1998-09-01 00:03:17 +00:00
SUBDIR += xcopilot
2009-02-07 02:38:54 +00:00
SUBDIR += xhomer
2014-08-15 12:19:13 +00:00
SUBDIR += xnp2
2016-12-20 20:30:36 +00:00
SUBDIR += xroar
SUBDIR += yabause
1997-11-30 08:33:18 +00:00
.include <bsd.port.subdir.mk>