PGM=$(GISBASE)/etc/permut

all:    $(PGM)

$(PGM): permut.o  
	$(CC) $(LDFLAGS) -o $@ permut.o    

$(DEPGISLIB): #
$(DEPVECTLIB): #
