PGM=r.compress
HOME=$(BIN_MAIN_INTER)

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

$(GISLIB): #
