#
# $Id: Makefile,v 1.2 1998/07/12 18:24:27 nicb Exp $
#						Csound Linux (gmake) Makefile
#
#
# all user serviceable parts are in file "Make.Variables.in": please have
# a look at it if you wish to customize you installation, but remember
# that Make.Variables.in gets handled by the ./configure script too...
#
TOP=.
CONFIG=$(TOP)/Make.Variables
#
# All Makefile variables and macros are contained in the next file
#
-include $(CONFIG)
#
# All Makefile main targets are contained in the next file
#
include Make.Targets
#
# There are other files that get included inside these files. These are:
#
#	Make.Help		Help file
#	Make.Subdirs		Sub-directories common targets
#
# $Log: Makefile,v $
# Revision 1.2  1998/07/12 18:24:27  nicb
# [changes and additions by nicb@axnet.it]
#
# - removed old configuration script and replaced with standard portability
#   autoconf-produced configure script (here only the configure.in is retained)
# - modified Makefiles and sub-Makefiles accordingly
# - added all configure-necessary files
# - removed canonical version.h file (replaced with new-src/version.h)
#
# Revision 1.1.1.1  1998/07/08 20:48:18  nicb
# - Initial Revision (second rebuilding of the repository)
#
# Revision 0.0  1998/05/16 12:04:01  nicb
# Initial Revision
#
