/* Imakefile
 *
 * $Id: Imakefile,v 1.2 2004/06/20 23:27:08 jon Exp $
 *
 * Jon Trulson 9/11/1999
 *
 */

#include "NetAudio.tmpl"

INSTALLFLAGS = $(INSTINCFLAGS)

HEADERS = NasConfig.h config.h

config.h: 
	./configure

includes:: config.h

all::
depend::


clean::
	rm -f config.h config.cache config.status

BuildIncludes($(HEADERS),,)



