#
#    Copyright (C) 1991, GMD Darmstadt
#
#                         NOTICE
#
#    Acquisition, use, and distribution of this module 
#    and related materials are subject to restrictions 
#    mentioned in each volume of the documentation.
#

inst-all: all

clean:
	cd stamod; ./make clean
	cd t1; ./make clean

all:
	cd stamod; ./make
	cd t1; ./make

lib:
	cd stamod; ./make lib
	cd t1; ./make lib


