#
# $Id: Makefile,v 1.2 1998/07/17 18:11:17 nicb Exp $
#
# Unix distribution specific sources (new and additions)
#
TOP=..

include $(TOP)/Make.Variables

THISDIR=new-src
HEADERS=config.h.in version.h
SRCS = $(HEADERS) Makefile

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

install:
	

include $(TOP)/Make.Subdirs
#
# $Log: Makefile,v $
# Revision 1.2  1998/07/17 18:11:17  nicb
# [changes and additions by nicb@axnet.it]
#
# - configure process:
# 	- added canonical host detection and install detection
# 	- modified Makefiles to suit the install macro better
# 	- static linking does not imply -static anymore (not standalone,
# 	  just with csound library integration)
#
# - sources:
# 	- integrated back some changes made to suit the dynamical
# 	  main/library linking that somehow got lost in the original
# 	  sources (wonder how it did work up to now, but anyway it
# 	  was not working for static linking)
#
# Revision 1.1  1998/07/12 18:21:18  nicb
# [additions by nicb@axnet.it]
#
# These additions fit the new repository structure handled by autoconf
# and the configure script. This directory will host all the new sources
# developed by the csound unix development group.
#
# - added Makefile for directory handling
# - added config.h.in to be handled by the 'configure' process
# - added version.h which replaces the canonical version.h and adds
#   linux patchlevel functionality
#
