#		"@(#)Demoinclude	1.3 AVS 93/11/17"
#			Copyright (c) 1993 by
#			Advanced Visual Systems Inc.
#			All Rights Reserved
#	
#	This software comprises unpublished confidential information of
#	Advanced Visual Systems Inc. and may not be used, copied or made
#	available to anyone, except in accordance with the license
#	under which it is furnished.
#	
#	This file is under sccs control at AVS in:
#	/nfs/caffeine/root/src1/sccs/avs_demo/DEMOS/s.Demoinclude
#	
# If AVS is not installed in /usr/avs, then set the AVS_PATH environment
# variable and override it during the make as in:
#    setenv AVS_PATH /my_dir/avs
#    make -e

AVS_PATH=/usr/avs
INC_FILE=$(AVS_PATH)/include/Makeinclude
include $(INC_FILE)

#
# Special Stub patch for Sunos 4.1:
#
###SUN_FLUSH = ./flush.o
#
AVS_LIBS = $(AVS_PATH)/lib
BASELIBS=-lgeom -lutil -lgeom -lm $(SUN_FLUSH)
FLOWLIBS=-L$(AVS_LIBS) -lflow_c $(BASELIBS) $(LASTLIBS)
CSIMLIBS=-L$(AVS_LIBS) -lsim_c $(BASELIBS) $(LASTLIBS)
F77_FLOWLIBS=-L$(AVS_LIBS) -lflow_f $(BASELIBS) $(LASTLIBS)
F77_SIMLIBS=-L$(AVS_LIBS) -lsim_f $(BASELIBS) $(LASTLIBS)
F77_BIND = $(AVS_PATH)/bin/f77_binding
AVS_INC = -I$(AVS_PATH)/include
F77_INC = $(AVS_PATH)/include
CFLAGS=$(ACFLAGS) $(AVS_INC) -Dsep_exe -DSEPARATE_MODULES -DSEP_EXE
F77FLAGS=$(AFFLAGS)
FFLAGS=$(F77FLAGS)
PORTNAME=$(PORT)_$(PORTVERS)