PJ = 'pds700_lib'
VERSION  = '0.2.7'
HTML_TITLE  = 'ICPDAS PDS-700 series for Linux Source Code Tour v$(VERSION)'

all:
	#cd src && make
	cd examples && make

clean:
	rm -f *.o *~ *.tmp \#* .\#*
	#cd src && make clean
	cd examples && make clean

distclean:
	rm -f *.o *~ *.tmp \#* .\#*
	#cd src && make distclean
	cd examples && make clean

release:
	rm -f src/pds700.c
