# $Id: GNUmakemaster,v 1.2 1992/05/01 21:24:46 steve Exp $

BUILD_DIR	:= $(THIS_DIR)
LIBRARY		:= udape
MAJOR_NO	:= 1
MINOR_NO	:= 3
LIBO_LIBS	:= -lX11 -lm
ifneq (file, $(origin LOADLIBES))
  LOADLIBES	:=
endif
LOADLIBES	:= -l$(LIBRARY) $(LIBO_LIBS) $(LOADLIBES)

ifndef FORTC
  FORTC		:= $(shell pwd)/$(THIS_DIR)fortc/fortc \
		   -L$(shell pwd)/$(THIS_DIR)fortc
endif

THIS_DIR	:= $(THIS_DIR)../
include $(THIS_DIR)GNUmakemaster
