Makefile
305 Bytes
#!smake
#
# iosim/Makefile
#
# This makefile will make all the libraries in the subdirectories listed
# below.
#
# $Revision: 1.1.1.1 $
#
PRDEPTH = ..
include $(PRDEPTH)/PRdefs
SUBDIRS = src
COMMONPREF=iosim
default install $(COMMONTARGS): $(_FORCE)
$(SUBDIRS_MAKERULE)
include $(COMMONRULES)