#
#   $Id: GNUmakefile 3459 2009-04-08 22:13:47Z leighsmith $
#   Defined In: The MusicKit
#
#  Description:
#    Makefile for GNUstep version of MidiEcho-1-MIDI-Channel
#
#  Original Author: Leigh M. Smith
#
#  21 April 2009, Copyright (c) 2009 Leigh M. Smith
#
#  Permission is granted to use and modify this code for commercial and non-commercial
#  purposes so long as the author attribution and this copyright message remains intact
#  and accompanies all derived code.

include $(GNUSTEP_MAKEFILES)/common.make

APP_NAME = MidiEcho-1-MIDI-Channel

PACKAGE_NAME = MidiEcho-1-MIDI-Channel

$(APP_NAME)_MAIN_MODEL_FILE = MidiEcho-1-MIDI-Channel

LANGUAGES = English

$(APP_NAME)_RESOURCE_FILES = English.lproj

$(APP_NAME)_OBJC_FILES = MidiEcho-1-MIDI-Channel_main.m EchoFilter.m MidiEchoController.m

$(APP_NAME)_HEADER_FILES = EchoFilter.h MidiEchoController.h

ADDITIONAL_TOOL_LIBS += -L${BUILDLIBROOT} -lMusicKit

-include GNUMakefile.preamble

include $(GNUSTEP_MAKEFILES)/application.make

-include GNUMakefile.postamble

