PGM=r.slope
HOME=$(BIN_ALPHA_INTER)

LIST = main.o

$(HOME)/$(PGM): $(LIST) $(GISLIB)
	$(CC) $(LDFLAGS) $(LIST) $(GISLIB) -o $@

$(GISLIB): #
