all:
	./gensrclist.sh
	make -f Makefile.sc

clean:
	make clean -f Makefile.sc

install:
	make install -f Makefile.sc
