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

debug:
	./gensrclist.sh
	make -f Makefile.sc makecmd=debug

clean:
	make clean -f Makefile.sc

install:
	make install -f Makefile.sc
