Makefile 436 Bytes
#!smake
#
# 
#
# $Revision: 1.1.1.1 $
#

PRDEPTH = ../../../..

#
#  SGI Common Defs
#
include $(PRDEPTH)/PRdefs

#
#   Sources
#

#
#  Set path to find verilog sources
#
.PATH: $(VERILOGDIRS)

#
#  Targets
#
GCINCS =
LDIRT  = *.asy 

TARGETS = st_test.1

default install: $(TARGETS)

#
#  SGI Common Rules
#
include $(PRDEPTH)/PRrules

#
#  Make Stepper Netlist
#
st_test.1:	st_test.sch driver.sym st.sym
	$(ECS2VL) st_test st_test.1