1#ident @(#)Makefile.shl	1.2 14/04/03
2###########################################################################
3# Sample makefile for shared libraries
4###########################################################################
5SRCROOT=	../..
6RULESDIR=	RULES
7SUBARCHDIR=		/pic
8INVERSE_SUBARCHDIR=	../
9include		$(SRCROOT)/$(RULESDIR)/rules.top
10###########################################################################
11
12INSDIR=		lib
13TARGETLIB=	aal
14CPPOPTS +=	-DFOKUS
15CFILES=		aallib.c
16LIBS=
17XMK_FILE=	Makefile.man
18
19###########################################################################
20include		$(SRCROOT)/$(RULESDIR)/rules.shl
21###########################################################################
22