AUTOMAKE_OPTIONS = 1.3 foreign
SUBDIRS = hdsploader mixartloader pcxhrloader usx2yloader vxloader echoaudio \
- asihpi emi_26_62 emu korg1212 maestro3 multisound sb16 wavefront \
+ asihpi emu korg1212 maestro3 multisound sb16 wavefront \
ymfpci aica ca0132
EXTRA_DIST = depcomp
+++ /dev/null
-# # Process this file with automake to produce Makefile.in.
-
-firmware_files = emi26-loader.bin emi26-bitstream.bin emi26-firmware.bin \
- emi62-loader.bin emi62-bitstream.bin \
- emi62-firmware-midi.bin emi62-firmware-spdif.bin
-
-EXTRA_DIST = $(firmware_files) license.txt
-
-if USE_HOTPLUG
-hotplugfwdir = @HOTPLUGFWDIR@/emagic
-hotplugfw_DATA = $(firmware_files) license.txt
-else
-hotplugfwdir =
-hotplugfw_DATA =
-endif
-
-# Create a link from emi62-firmware.bin to one of the SPDIF/MIDI firmwares.
-# TODO: make this configurable
-install-data-hook:
- cd $(DESTDIR)$(hotplugfwdir) && \
- rm -f emi62-firmware.bin && \
- $(LN_S) emi62-firmware-spdif.bin emi62-firmware.bin
-
-uninstall-hook:
- rm -f $(DESTDIR)$(hotplugfwdir)/emi62-firmware.bin
-
+++ /dev/null
-This firmware is for the Emagic EMI 2|6 Audio Interface
-
-The firmware contained herein is Copyright (c) 1999-2002 Emagic
-as an unpublished work. This notice does not imply unrestricted
-or public access to this firmware which is a trade secret of Emagic,
-and which may not be reproduced, used, sold or transferred to
-any third party without Emagic's written consent. All Rights Reserved.
-
-Permission is hereby granted for the distribution of this firmware
-image as part of a Linux or other Open Source operating system kernel
-in text or binary form as required.
-
-This firmware may not be modified and may only be used with the
-Emagic EMI 2|6 Audio Interface. Distribution and/or Modification of
-any driver which includes this firmware, in whole or in part,
-requires the inclusion of this statement.
-