pkgsrc/emulators/Makefile

363 lines
8.2 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.243 2016/03/23 14:22:14 hauke Exp $
#
COMMENT= Emulators for other operating systems
2015-10-11 02:54:08 +02:00
SUBDIR+= 8086tiny
2001-12-29 01:22:28 +01:00
SUBDIR+= BasiliskII
2004-07-23 21:02:10 +02:00
SUBDIR+= Cygne-SDL
SUBDIR+= DatLib
SUBDIR+= DatUtil
SUBDIR+= MAMEDiff
SUBDIR+= ROMBuild
SUBDIR+= ROMInfo
SUBDIR+= ZIPIdent
2004-11-09 06:49:10 +01:00
SUBDIR+= aliados
2007-03-18 20:56:58 +01:00
SUBDIR+= applyppf
2004-07-06 09:30:29 +02:00
SUBDIR+= aranym
2002-03-31 23:45:40 +02:00
SUBDIR+= arcem
2003-09-24 12:55:11 +02:00
SUBDIR+= arnold
SUBDIR+= atari800
SUBDIR+= b-em
2003-12-28 00:04:11 +01:00
SUBDIR+= blinkensim
SUBDIR+= bochs
2005-06-24 10:25:04 +02:00
SUBDIR+= ckmame
2011-12-05 02:15:58 +01:00
SUBDIR+= cmdpack
SUBDIR+= compat12
SUBDIR+= compat13
SUBDIR+= compat14
* Support netbsd-* as a valid platform in EMUL_PLATFORMS. Use the pkgsrc/emulator/compat* and pkgsrc/emulator/netbsd32_compat* packages to provide the necessary shared libraries to run dynamically linked NetBSD binaries from the days of yore. * Add some additional compat* packages for completeness: compat15, compat20, compat30 * Modify the compat* packages so that "compatNM" only provides files that aren't in "NetBSD-N.(M+1)". For example, compat12 only provides files that don't exist in NetBSD-1.3.x, compat13 only provides files that don't exist in NetBSD-1.4.x, etc. As a result, if you are running NetBSD-3.0/alpha and want to run a 1.3 dynamically linked binary, there is an automatic dependency chain that causes the following packages to be installed: compat13, compat14, compat15, compat16, compat20 There are some deviations from this dependency chain on platforms that have changed executable formats, e.g. i386, m68, sparc, etc. However, in general pkgsrc will require that you have the necessary COMPAT_* options in your kernel to match the installed compat* packages. This restriction is an artificial one imposed by pkgsrc, but allows for a single set of distfiles to be used on all versions of NetBSD. * Provide compat* package support for every supported architecture of NetBSD. Verily, it is now possible to run 1.2 binaries on NetBSD-1.5.3/pc532 by installing the compat12 package from pkgsrc. Rejoice, one and all! * The netbsd32_compat* packages mirror the corresponding compat* packages for use by sparc64 and x86_64 to allow running 32-bit binaries with COMPAT_NETBSD32 kernel support. The "extras" packages supply the additional shared libraries from the corresponding release of NetBSD so that the set of files in /emul/netbsd32 will be complete. * pkgsrc/emulators/compat_netbsd contains infrastructure files shared by all of the compat* packages.
2007-08-22 00:49:02 +02:00
SUBDIR+= compat15
SUBDIR+= compat15-extras
2003-12-14 05:17:35 +01:00
SUBDIR+= compat16
* Support netbsd-* as a valid platform in EMUL_PLATFORMS. Use the pkgsrc/emulator/compat* and pkgsrc/emulator/netbsd32_compat* packages to provide the necessary shared libraries to run dynamically linked NetBSD binaries from the days of yore. * Add some additional compat* packages for completeness: compat15, compat20, compat30 * Modify the compat* packages so that "compatNM" only provides files that aren't in "NetBSD-N.(M+1)". For example, compat12 only provides files that don't exist in NetBSD-1.3.x, compat13 only provides files that don't exist in NetBSD-1.4.x, etc. As a result, if you are running NetBSD-3.0/alpha and want to run a 1.3 dynamically linked binary, there is an automatic dependency chain that causes the following packages to be installed: compat13, compat14, compat15, compat16, compat20 There are some deviations from this dependency chain on platforms that have changed executable formats, e.g. i386, m68, sparc, etc. However, in general pkgsrc will require that you have the necessary COMPAT_* options in your kernel to match the installed compat* packages. This restriction is an artificial one imposed by pkgsrc, but allows for a single set of distfiles to be used on all versions of NetBSD. * Provide compat* package support for every supported architecture of NetBSD. Verily, it is now possible to run 1.2 binaries on NetBSD-1.5.3/pc532 by installing the compat12 package from pkgsrc. Rejoice, one and all! * The netbsd32_compat* packages mirror the corresponding compat* packages for use by sparc64 and x86_64 to allow running 32-bit binaries with COMPAT_NETBSD32 kernel support. The "extras" packages supply the additional shared libraries from the corresponding release of NetBSD so that the set of files in /emul/netbsd32 will be complete. * pkgsrc/emulators/compat_netbsd contains infrastructure files shared by all of the compat* packages.
2007-08-22 00:49:02 +02:00
SUBDIR+= compat16-extras
SUBDIR+= compat20
SUBDIR+= compat20-extras
SUBDIR+= compat30
SUBDIR+= compat30-extras
SUBDIR+= compat40
SUBDIR+= compat40-extras
SUBDIR+= compat50
SUBDIR+= compat50-x11
SUBDIR+= compat51
SUBDIR+= compat51-x11
SUBDIR+= compat60
SUBDIR+= compat61
SUBDIR+= compat61-x11
* Support netbsd-* as a valid platform in EMUL_PLATFORMS. Use the pkgsrc/emulator/compat* and pkgsrc/emulator/netbsd32_compat* packages to provide the necessary shared libraries to run dynamically linked NetBSD binaries from the days of yore. * Add some additional compat* packages for completeness: compat15, compat20, compat30 * Modify the compat* packages so that "compatNM" only provides files that aren't in "NetBSD-N.(M+1)". For example, compat12 only provides files that don't exist in NetBSD-1.3.x, compat13 only provides files that don't exist in NetBSD-1.4.x, etc. As a result, if you are running NetBSD-3.0/alpha and want to run a 1.3 dynamically linked binary, there is an automatic dependency chain that causes the following packages to be installed: compat13, compat14, compat15, compat16, compat20 There are some deviations from this dependency chain on platforms that have changed executable formats, e.g. i386, m68, sparc, etc. However, in general pkgsrc will require that you have the necessary COMPAT_* options in your kernel to match the installed compat* packages. This restriction is an artificial one imposed by pkgsrc, but allows for a single set of distfiles to be used on all versions of NetBSD. * Provide compat* package support for every supported architecture of NetBSD. Verily, it is now possible to run 1.2 binaries on NetBSD-1.5.3/pc532 by installing the compat12 package from pkgsrc. Rejoice, one and all! * The netbsd32_compat* packages mirror the corresponding compat* packages for use by sparc64 and x86_64 to allow running 32-bit binaries with COMPAT_NETBSD32 kernel support. The "extras" packages supply the additional shared libraries from the corresponding release of NetBSD so that the set of files in /emul/netbsd32 will be complete. * pkgsrc/emulators/compat_netbsd contains infrastructure files shared by all of the compat* packages.
2007-08-22 00:49:02 +02:00
#SUBDIR+= compat_netbsd # only contains Makefile fragments
2004-10-11 22:47:12 +02:00
SUBDIR+= cygwin_esound
SUBDIR+= cygwin_lib
SUBDIR+= darcnes
SUBDIR+= darwin_lib
2003-09-14 21:10:31 +02:00
SUBDIR+= dega
2003-09-25 06:54:08 +02:00
SUBDIR+= dgen
2003-06-03 16:36:17 +02:00
SUBDIR+= dosbox
2010-02-05 21:23:51 +01:00
SUBDIR+= dynagen
2008-02-14 12:08:27 +01:00
SUBDIR+= dynamips
2006-01-24 21:23:19 +01:00
SUBDIR+= e-uae
2015-02-12 23:48:28 +01:00
SUBDIR+= emulationstation
2004-07-19 20:38:00 +02:00
SUBDIR+= fceu
SUBDIR+= fmsx
2014-03-13 08:24:05 +01:00
SUBDIR+= free42
SUBDIR+= freebsd_lib
2015-11-04 22:25:07 +01:00
SUBDIR+= fs-uae
SUBDIR+= fs-uae-launcher
SUBDIR+= fuse-emulator
SUBDIR+= fuse-emulator-utils
SUBDIR+= gambatte
2004-07-16 16:27:59 +02:00
SUBDIR+= gcube
2002-05-09 21:09:32 +02:00
SUBDIR+= generator
2005-08-30 13:08:18 +02:00
SUBDIR+= generator-cbiere
2004-07-26 20:27:39 +02:00
SUBDIR+= gens
2010-06-02 00:02:09 +02:00
SUBDIR+= gns3
2001-05-30 13:14:09 +02:00
SUBDIR+= gnuboy
2004-07-26 19:06:29 +02:00
SUBDIR+= gnuboy-sdl
2001-04-27 16:44:50 +02:00
SUBDIR+= gpsim
2004-11-30 15:41:19 +01:00
SUBDIR+= gpsim-devel
SUBDIR+= gpsim-oscilloscope
SUBDIR+= gpsim-ptyusart
2015-02-06 03:02:32 +01:00
SUBDIR+= gpsp-rpi
SUBDIR+= gxemul
2008-12-20 18:37:57 +01:00
SUBDIR+= handy_sdl
2002-12-31 20:17:19 +01:00
SUBDIR+= hatari
2001-02-19 13:36:12 +01:00
SUBDIR+= hercules
2001-02-22 17:46:34 +01:00
SUBDIR+= hercules-images
SUBDIR+= ia64sim
2009-11-10 17:20:17 +01:00
SUBDIR+= kegs
2006-10-12 14:04:39 +02:00
SUBDIR+= kenigma
2013-10-17 17:42:48 +02:00
SUBDIR+= klh10
2014-09-01 22:53:24 +02:00
SUBDIR+= libdsk
2015-02-05 03:24:06 +01:00
SUBDIR+= libretro-catsfc
SUBDIR+= libretro-fceumm
2015-02-05 02:41:40 +01:00
SUBDIR+= libretro-gambatte
2015-02-11 01:16:52 +01:00
SUBDIR+= libretro-mednafen-pce-fast
SUBDIR+= libretro-mupen64plus
2015-04-10 05:16:51 +02:00
SUBDIR+= libretro-nestopia
SUBDIR+= libretro-pcsx-rearmed
SUBDIR+= libretro-picodrive
2015-02-05 01:16:51 +01:00
SUBDIR+= libretro-snes9x-next
2015-02-05 23:39:26 +01:00
SUBDIR+= libretro-stella
2015-02-13 22:21:58 +01:00
SUBDIR+= libretro-vba-next
2003-09-16 12:03:00 +02:00
SUBDIR+= libspectrum
2003-08-11 20:18:00 +02:00
SUBDIR+= lrmi
2004-07-30 01:20:44 +02:00
SUBDIR+= m1
2007-03-18 21:02:25 +01:00
SUBDIR+= makeppf
SUBDIR+= mame
2007-05-19 14:40:31 +02:00
SUBDIR+= mednafen
SUBDIR+= minivmac
2001-04-12 23:54:43 +02:00
SUBDIR+= mmix
SUBDIR+= nestopia
SUBDIR+= netbsd32_compat15
* Support netbsd-* as a valid platform in EMUL_PLATFORMS. Use the pkgsrc/emulator/compat* and pkgsrc/emulator/netbsd32_compat* packages to provide the necessary shared libraries to run dynamically linked NetBSD binaries from the days of yore. * Add some additional compat* packages for completeness: compat15, compat20, compat30 * Modify the compat* packages so that "compatNM" only provides files that aren't in "NetBSD-N.(M+1)". For example, compat12 only provides files that don't exist in NetBSD-1.3.x, compat13 only provides files that don't exist in NetBSD-1.4.x, etc. As a result, if you are running NetBSD-3.0/alpha and want to run a 1.3 dynamically linked binary, there is an automatic dependency chain that causes the following packages to be installed: compat13, compat14, compat15, compat16, compat20 There are some deviations from this dependency chain on platforms that have changed executable formats, e.g. i386, m68, sparc, etc. However, in general pkgsrc will require that you have the necessary COMPAT_* options in your kernel to match the installed compat* packages. This restriction is an artificial one imposed by pkgsrc, but allows for a single set of distfiles to be used on all versions of NetBSD. * Provide compat* package support for every supported architecture of NetBSD. Verily, it is now possible to run 1.2 binaries on NetBSD-1.5.3/pc532 by installing the compat12 package from pkgsrc. Rejoice, one and all! * The netbsd32_compat* packages mirror the corresponding compat* packages for use by sparc64 and x86_64 to allow running 32-bit binaries with COMPAT_NETBSD32 kernel support. The "extras" packages supply the additional shared libraries from the corresponding release of NetBSD so that the set of files in /emul/netbsd32 will be complete. * pkgsrc/emulators/compat_netbsd contains infrastructure files shared by all of the compat* packages.
2007-08-22 00:49:02 +02:00
SUBDIR+= netbsd32_compat15-extras
SUBDIR+= netbsd32_compat16
* Support netbsd-* as a valid platform in EMUL_PLATFORMS. Use the pkgsrc/emulator/compat* and pkgsrc/emulator/netbsd32_compat* packages to provide the necessary shared libraries to run dynamically linked NetBSD binaries from the days of yore. * Add some additional compat* packages for completeness: compat15, compat20, compat30 * Modify the compat* packages so that "compatNM" only provides files that aren't in "NetBSD-N.(M+1)". For example, compat12 only provides files that don't exist in NetBSD-1.3.x, compat13 only provides files that don't exist in NetBSD-1.4.x, etc. As a result, if you are running NetBSD-3.0/alpha and want to run a 1.3 dynamically linked binary, there is an automatic dependency chain that causes the following packages to be installed: compat13, compat14, compat15, compat16, compat20 There are some deviations from this dependency chain on platforms that have changed executable formats, e.g. i386, m68, sparc, etc. However, in general pkgsrc will require that you have the necessary COMPAT_* options in your kernel to match the installed compat* packages. This restriction is an artificial one imposed by pkgsrc, but allows for a single set of distfiles to be used on all versions of NetBSD. * Provide compat* package support for every supported architecture of NetBSD. Verily, it is now possible to run 1.2 binaries on NetBSD-1.5.3/pc532 by installing the compat12 package from pkgsrc. Rejoice, one and all! * The netbsd32_compat* packages mirror the corresponding compat* packages for use by sparc64 and x86_64 to allow running 32-bit binaries with COMPAT_NETBSD32 kernel support. The "extras" packages supply the additional shared libraries from the corresponding release of NetBSD so that the set of files in /emul/netbsd32 will be complete. * pkgsrc/emulators/compat_netbsd contains infrastructure files shared by all of the compat* packages.
2007-08-22 00:49:02 +02:00
SUBDIR+= netbsd32_compat16-extras
SUBDIR+= netbsd32_compat20
SUBDIR+= netbsd32_compat20-extras
SUBDIR+= netbsd32_compat30
SUBDIR+= netbsd32_compat30-extras
SUBDIR+= netbsd32_compat40
SUBDIR+= netbsd32_compat40-extras
2004-05-29 13:30:49 +02:00
SUBDIR+= openmsx
2007-02-23 22:40:19 +01:00
SUBDIR+= or1ksim
2001-03-12 00:24:40 +01:00
SUBDIR+= osf1_lib
2002-05-16 18:10:07 +02:00
SUBDIR+= p11
2002-12-31 08:05:51 +01:00
SUBDIR+= palmosemulator
SUBDIR+= pcemu
2004-06-20 21:35:00 +02:00
SUBDIR+= pearpc
2004-11-09 14:08:24 +01:00
SUBDIR+= qemu
2012-06-07 23:36:18 +02:00
SUBDIR+= qemu0
2004-04-05 07:06:52 +02:00
SUBDIR+= raine
2013-11-13 11:41:25 +01:00
SUBDIR+= realboy
SUBDIR+= retroarch
SUBDIR+= shoestring
SUBDIR+= simh
2004-12-30 20:50:32 +01:00
SUBDIR+= simulavr
2011-07-27 13:24:26 +02:00
SUBDIR+= ski
2005-07-24 16:06:47 +02:00
SUBDIR+= sms_sdl
SUBDIR+= snes9x
SUBDIR+= snes9x-gtk
SUBDIR+= spim
SUBDIR+= stella
SUBDIR+= suse100_32_alsa
SUBDIR+= suse100_32_aspell
SUBDIR+= suse100_32_base
SUBDIR+= suse100_32_compat
SUBDIR+= suse100_32_expat
SUBDIR+= suse100_32_fontconfig
SUBDIR+= suse100_32_freetype2
SUBDIR+= suse100_32_glx
SUBDIR+= suse100_32_gtk2
2008-02-22 14:34:11 +01:00
SUBDIR+= suse100_32_krb5
SUBDIR+= suse100_32_libcups
2014-04-08 12:04:41 +02:00
SUBDIR+= suse100_32_libidn
SUBDIR+= suse100_32_libjpeg
SUBDIR+= suse100_32_libpng
SUBDIR+= suse100_32_libsigc++2
SUBDIR+= suse100_32_libtiff
SUBDIR+= suse100_32_libxml2
SUBDIR+= suse100_32_locale
SUBDIR+= suse100_32_openmotif
SUBDIR+= suse100_32_openssl
SUBDIR+= suse100_32_resmgr
SUBDIR+= suse100_32_slang
SUBDIR+= suse100_32_x11
SUBDIR+= suse100_alsa
2006-04-18 16:12:53 +02:00
SUBDIR+= suse100_aspell
2006-03-09 21:50:08 +01:00
SUBDIR+= suse100_base
SUBDIR+= suse100_compat
SUBDIR+= suse100_expat
SUBDIR+= suse100_fontconfig
SUBDIR+= suse100_freetype2
SUBDIR+= suse100_glx
2006-03-09 21:50:08 +01:00
SUBDIR+= suse100_gtk2
2008-02-29 01:22:22 +01:00
SUBDIR+= suse100_krb5
2006-06-11 15:31:10 +02:00
SUBDIR+= suse100_libcups
2014-04-08 12:04:41 +02:00
SUBDIR+= suse100_libidn
2014-04-10 08:51:35 +02:00
SUBDIR+= suse100_libjpeg
2006-03-09 21:50:08 +01:00
SUBDIR+= suse100_libpng
SUBDIR+= suse100_libsigc++2
2006-03-09 21:50:08 +01:00
SUBDIR+= suse100_libtiff
2006-06-13 13:31:59 +02:00
SUBDIR+= suse100_libxml2
#SUBDIR+= suse100_linux # only contains Makefile fragments
2006-03-13 11:26:47 +01:00
SUBDIR+= suse100_locale
2006-04-18 11:05:23 +02:00
SUBDIR+= suse100_openmotif
2006-06-11 15:31:10 +02:00
SUBDIR+= suse100_openssl
SUBDIR+= suse100_resmgr
2006-04-18 16:44:52 +02:00
SUBDIR+= suse100_slang
2006-03-09 21:50:08 +01:00
SUBDIR+= suse100_x11
2012-03-21 14:49:51 +01:00
SUBDIR+= suse121_32_alsa
SUBDIR+= suse121_32_aspell
SUBDIR+= suse121_32_base
SUBDIR+= suse121_32_compat
SUBDIR+= suse121_32_expat
SUBDIR+= suse121_32_fontconfig
SUBDIR+= suse121_32_freetype2
SUBDIR+= suse121_32_glx
2014-12-04 20:57:01 +01:00
SUBDIR+= suse121_32_gstreamer
2012-03-21 14:49:51 +01:00
SUBDIR+= suse121_32_gtk2
SUBDIR+= suse121_32_krb5
SUBDIR+= suse121_32_libcups
SUBDIR+= suse121_32_libcurl
SUBDIR+= suse121_32_libdrm
2015-09-26 02:22:24 +02:00
SUBDIR+= suse121_32_libgc
2012-03-21 14:49:51 +01:00
SUBDIR+= suse121_32_libjpeg
SUBDIR+= suse121_32_libpng
SUBDIR+= suse121_32_libsigc++2
SUBDIR+= suse121_32_libtiff
SUBDIR+= suse121_32_libxml2
SUBDIR+= suse121_32_locale
SUBDIR+= suse121_32_openmotif
SUBDIR+= suse121_32_openssl
SUBDIR+= suse121_32_qt4
SUBDIR+= suse121_32_slang
2014-12-04 20:57:01 +01:00
SUBDIR+= suse121_32_sqlite3
2012-03-21 14:49:51 +01:00
SUBDIR+= suse121_32_x11
SUBDIR+= suse121_alsa
SUBDIR+= suse121_aspell
SUBDIR+= suse121_base
SUBDIR+= suse121_compat
SUBDIR+= suse121_expat
SUBDIR+= suse121_fontconfig
SUBDIR+= suse121_freetype2
SUBDIR+= suse121_glx
2014-12-04 20:57:01 +01:00
SUBDIR+= suse121_gstreamer
2012-03-21 14:49:51 +01:00
SUBDIR+= suse121_gtk2
SUBDIR+= suse121_krb5
SUBDIR+= suse121_libcups
SUBDIR+= suse121_libcurl
SUBDIR+= suse121_libdrm
2015-09-26 02:21:39 +02:00
SUBDIR+= suse121_libgc
2012-03-21 14:49:51 +01:00
SUBDIR+= suse121_libjpeg
SUBDIR+= suse121_libpng
SUBDIR+= suse121_libsigc++2
SUBDIR+= suse121_libtiff
SUBDIR+= suse121_libxml2
#SUBDIR+= suse121_linux # only contains Makefile fragments
SUBDIR+= suse121_locale
SUBDIR+= suse121_openmotif
SUBDIR+= suse121_openssl
SUBDIR+= suse121_qt4
SUBDIR+= suse121_slang
2014-12-04 20:57:01 +01:00
SUBDIR+= suse121_sqlite3
2012-03-21 14:49:51 +01:00
SUBDIR+= suse121_x11
SUBDIR+= suse131_32_alsa
SUBDIR+= suse131_32_aspell
SUBDIR+= suse131_32_base
SUBDIR+= suse131_32_compat
SUBDIR+= suse131_32_cyrus-sasl
2014-01-22 13:32:44 +01:00
SUBDIR+= suse131_32_dbus-glib
SUBDIR+= suse131_32_expat
SUBDIR+= suse131_32_fontconfig
SUBDIR+= suse131_32_freetype2
2014-01-22 13:32:44 +01:00
SUBDIR+= suse131_32_glib2
SUBDIR+= suse131_32_glx
SUBDIR+= suse131_32_gstreamer
SUBDIR+= suse131_32_gtk2
SUBDIR+= suse131_32_krb5
SUBDIR+= suse131_32_libSDL
SUBDIR+= suse131_32_libaudiofile
SUBDIR+= suse131_32_libcups
SUBDIR+= suse131_32_libcurl
SUBDIR+= suse131_32_libdbus
SUBDIR+= suse131_32_libdrm
SUBDIR+= suse131_32_libesd
2014-01-22 13:32:44 +01:00
SUBDIR+= suse131_32_libffi
2015-09-26 02:23:43 +02:00
SUBDIR+= suse131_32_libgc
SUBDIR+= suse131_32_libidn
SUBDIR+= suse131_32_libjpeg
SUBDIR+= suse131_32_libjson
SUBDIR+= suse131_32_libpng
SUBDIR+= suse131_32_libsigc++2
SUBDIR+= suse131_32_libsndfile
SUBDIR+= suse131_32_libssh
SUBDIR+= suse131_32_libtiff
2015-03-02 20:34:33 +01:00
SUBDIR+= suse131_32_libwebp
SUBDIR+= suse131_32_libwrap
SUBDIR+= suse131_32_libxml2
2015-03-02 17:58:32 +01:00
SUBDIR+= suse131_32_libxslt
SUBDIR+= suse131_32_locale
2015-03-02 20:37:59 +01:00
SUBDIR+= suse131_32_lsb
SUBDIR+= suse131_32_motif
2013-12-12 03:36:46 +01:00
SUBDIR+= suse131_32_mozilla-nspr
SUBDIR+= suse131_32_mozilla-nss
SUBDIR+= suse131_32_openldap
SUBDIR+= suse131_32_openssl
SUBDIR+= suse131_32_pulseaudio
SUBDIR+= suse131_32_qt4
SUBDIR+= suse131_32_slang
SUBDIR+= suse131_32_sqlite3
SUBDIR+= suse131_32_x11
SUBDIR+= suse131_alsa
SUBDIR+= suse131_aspell
SUBDIR+= suse131_base
SUBDIR+= suse131_compat
SUBDIR+= suse131_cyrus-sasl
2014-01-22 13:32:44 +01:00
SUBDIR+= suse131_dbus-glib
SUBDIR+= suse131_expat
SUBDIR+= suse131_fontconfig
SUBDIR+= suse131_freetype2
2014-01-22 13:32:44 +01:00
SUBDIR+= suse131_glib2
SUBDIR+= suse131_glx
SUBDIR+= suse131_gstreamer
SUBDIR+= suse131_gtk2
SUBDIR+= suse131_krb5
SUBDIR+= suse131_libSDL
SUBDIR+= suse131_libaudiofile
SUBDIR+= suse131_libcups
SUBDIR+= suse131_libcurl
SUBDIR+= suse131_libdbus
SUBDIR+= suse131_libdrm
SUBDIR+= suse131_libesd
2014-01-22 13:32:44 +01:00
SUBDIR+= suse131_libffi
2015-09-26 02:23:00 +02:00
SUBDIR+= suse131_libgc
SUBDIR+= suse131_libidn
SUBDIR+= suse131_libjpeg
SUBDIR+= suse131_libjson
SUBDIR+= suse131_libpng
SUBDIR+= suse131_libsigc++2
SUBDIR+= suse131_libsndfile
SUBDIR+= suse131_libssh
SUBDIR+= suse131_libtiff
2015-03-02 20:34:33 +01:00
SUBDIR+= suse131_libwebp
SUBDIR+= suse131_libwrap
SUBDIR+= suse131_libxml2
2015-03-02 17:58:32 +01:00
SUBDIR+= suse131_libxslt
2013-12-06 11:21:26 +01:00
#SUBDIR+= suse131_linux # only contains Makefile fragments
SUBDIR+= suse131_locale
2015-03-02 20:37:59 +01:00
SUBDIR+= suse131_lsb
SUBDIR+= suse131_motif
2013-12-12 03:36:46 +01:00
SUBDIR+= suse131_mozilla-nspr
SUBDIR+= suse131_mozilla-nss
SUBDIR+= suse131_openldap
SUBDIR+= suse131_openssl
SUBDIR+= suse131_pulseaudio
SUBDIR+= suse131_qt4
SUBDIR+= suse131_slang
SUBDIR+= suse131_sqlite3
SUBDIR+= suse131_x11
SUBDIR+= swarm
2014-03-14 05:10:10 +01:00
SUBDIR+= sys161
2004-01-23 10:12:59 +01:00
SUBDIR+= tme
2004-07-19 22:30:12 +02:00
SUBDIR+= tuxnes
2001-05-15 11:47:27 +02:00
SUBDIR+= twin
SUBDIR+= uae
2005-07-26 06:13:15 +02:00
SUBDIR+= ucon64
2015-12-12 02:28:37 +01:00
SUBDIR+= unicorn
2003-12-04 00:35:23 +01:00
SUBDIR+= vba
SUBDIR+= vice
2005-11-20 14:32:03 +01:00
SUBDIR+= vmips
SUBDIR+= wine
SUBDIR+= wine-devel
2001-04-27 16:57:25 +02:00
SUBDIR+= x48
SUBDIR+= xbeeb
SUBDIR+= xcopilot
2008-12-06 13:57:39 +01:00
SUBDIR+= xhomer
SUBDIR+= xm7
2012-06-02 09:21:24 +02:00
SUBDIR+= xnp2
2004-09-25 18:27:04 +02:00
SUBDIR+= xtrs
2004-07-16 03:02:09 +02:00
SUBDIR+= xyame
SUBDIR+= yabause
2005-10-21 05:52:01 +02:00
SUBDIR+= z26
2001-10-06 22:01:58 +02:00
SUBDIR+= zsnes
.include "../mk/misc/category.mk"