#
# $Id: Makefile,v 1.13 1998/12/26 21:14:23 nicb Exp $
#
# Unix distribution specific sources (new and additions)
#
TOP=..

include $(TOP)/Make.Variables

THISDIR=new-src
HEADERS=config.h.in version.h execute.h syserrs.h getlongopts.h
SOURCES= ALSArtaudio.c execute.c title.c midirecv-linux.c scheduler.c \
	ipc-sliders.c syserrs.c getlongopts.c  csoundrc.c dieu.c
CONFIGURE= config.guess config.sub install-sh alpha-gcc.sh
SRCS = $(HEADERS) $(SOURCES) $(CONFIGURE) Makefile

#
# this is a placeholder to keep the install process happy
#

install:
	

include $(TOP)/Make.Subdirs
