#
#
# 
#
#  
#

#
# TOP
#  Set to top of source code tree.  Can be an absolute or relative path.
#
TOP	= ..

FILES	= ad.h c.h dft.h fe_proc.h filters.h\
	  form_peak.h speech.h sphere.h syncstruct.h


#####################################
#                                   #
# End of user configuration options #
# Change nothing below this line    #
#                                   #
#####################################

CONF    = $(TOP)/conf/$(ARCH).conf

all: 

install: 
	-@. $(CONF) ; for i in $(FILES);\
	do\
		(. $(CONF) ; echo ". $(CONF) ; $$INSTALL $$i $$INSTALL_INCLUDE_DIR/" ) ;\
		(. $(CONF) ; $$INSTALL $$i $$INSTALL_INCLUDE_DIR/ ) ;\
	done

depend:

clean:

