PGM=p.colors
INTERFACE = ../../Interface/applib/lib.a
LIST =	main.o
EXTRA_CFLAGS = -I../../

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

$(INTERFACE):	# in case the interface changes
$(DEPGISLIB):	# in case the library changes
$(DEPVASKLIB):	# in case the library changes
