10 lines
321 B
Makefile
10 lines
321 B
Makefile
#ident @(#)noshledc_dec.mk 1.1 06/09/15
|
|
###########################################################################
|
|
SRCROOT= ..
|
|
RULESDIR= RULES
|
|
include $(SRCROOT)/$(RULESDIR)/rules.top
|
|
###########################################################################
|
|
|
|
all:
|
|
@echo " ==> NO shared libs on this platform (yet)"
|