21 lines
246 B
Makefile
21 lines
246 B
Makefile
#!smake
|
|
#
|
|
#ident "$Revision: 1.9 $"
|
|
#
|
|
|
|
#
|
|
# Common Definitions
|
|
#
|
|
DEPTH=..
|
|
include $(DEPTH)/slocaldefs
|
|
|
|
SUBDIRS= cassi comobj mpwlib
|
|
|
|
default install $(COMMONTARGS): $(_FORCE)
|
|
$(SUBDIRS_MAKERULE)
|
|
|
|
$(SUBDIRS): $(_FORCE)
|
|
cd $@; $(MAKE)
|
|
|
|
$(_FORCE):
|