
all: 
	@echo Nothing to Do.

clean:
	@echo Nothing to Do.

install: all
	$(CP) * $(DESTSBIN)/

GPL:
	@echo Nothing to do.
		
