
PGM = trymap

PAINT = $(ETC)/paint


####################################################################


all: $(BIN_CMD)/$(PGM)

# Gmakefile to create the program "trymap" in the current directory using
#   "gmake4.0".
#   The file "G.h" must exist in the $(SRC)/libes directory (it may need to
#   be copied from $(SRC)/libes/gis).

$(BIN_CMD)/$(PGM): trymap.o $(DEPGISLIB)
	$(CC) $(LDFLAGS) trymap.o $(GISLIB) -o $@

