22 lines
740 B
Makefile
22 lines
740 B
Makefile
|
#ident @(#)shldeflt.mk 1.1 05/06/13
|
||
|
###########################################################################
|
||
|
SRCROOT= ..
|
||
|
RULESDIR= RULES
|
||
|
include $(SRCROOT)/$(RULESDIR)/rules.top
|
||
|
###########################################################################
|
||
|
|
||
|
SUBARCHDIR= /pic
|
||
|
#.SEARCHLIST: . $(ARCHDIR) stdio $(ARCHDIR)
|
||
|
#VPATH= .:stdio:$(ARCHDIR)
|
||
|
INSDIR= lib
|
||
|
TARGETLIB= deflt
|
||
|
#CPPOPTS += -Ispecincl
|
||
|
include Targets
|
||
|
LIBS= -lc
|
||
|
|
||
|
###########################################################################
|
||
|
include $(SRCROOT)/$(RULESDIR)/rules.shl
|
||
|
###########################################################################
|
||
|
#CC= echo " ==> COMPILING \"$@\""; cc
|
||
|
###########################################################################
|