/*
 * Copyright (c) Des Herriott 1993, 1994
 *               Erik Kunze   1995, 1996
 *
 * Permission to use, distribute, and sell this software and its documentation
 * for any purpose is hereby granted without fee, provided that the above
 * copyright notice appear in all copies and that both that copyright notice and
 * this permission notice appear in supporting documentation, and that the name
 * of the copyright holder not be used in advertising or publicity pertaining to
 * distribution of the software without specific, written prior permission.  The
 * copyright holder makes no representations about the suitability of this
 * software for any purpose.  It is provided "as is" without express or implied
 * warranty. THE CODE MAY NOT BE MODIFIED OR REUSED WITHOUT PERMISSION!
 *
 * THE COPYRIGHT HOLDER DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
 * EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, INDIRECT OR
 * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
 * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 * PERFORMANCE OF THIS SOFTWARE.
 *
 * Author: Des Herriott
 *         Erik Kunze
 */

/* $Id: Imakefile,v 3.2 1996/11/17 09:19:02 erik Rel $ */

#if ProjectX < 5
#define XCOMM #
#define NullParameter
#define InstallNonExecFile InstallNonExec
#endif

XCOMM Imakefile for xzx

#include <../xzx.config>

XCOMM --- Don't change anything below this line ---


AllTarget(NullParameter)
DependTarget()

InstallNonExecFile(spectrum.rom,$(ZXLIBDIR))
InstallNonExecFile(if1.rom,$(ZXLIBDIR))
InstallNonExecFile(128-0.rom,$(ZXLIBDIR))
InstallNonExecFile(128-1.rom,$(ZXLIBDIR))
InstallNonExecFile(pl3-0.rom,$(ZXLIBDIR))
InstallNonExecFile(pl3-1.rom,$(ZXLIBDIR))
InstallNonExecFile(pl3-2.rom,$(ZXLIBDIR))
InstallNonExecFile(pl3-3.rom,$(ZXLIBDIR))
InstallNonExecFile(mf128.rom,$(ZXLIBDIR))
InstallNonExecFile(keyboard.scr,$(ZXLIBDIR))

/* EOF */
