PGM=r.grow

LIST = main.o

$(BIN_INTER)/$(PGM): $(LIST) $(DEPGISLIB)
	$(CC) $(LDFLAGS) -o $@ $(LIST) $(GISLIB) $(MATHLIB) $(XDRLIB)

$(DEPGISLIB): #
