1#ident @(#)libschily_p.mk	1.7 08/01/11
2###########################################################################
3SRCROOT=	..
4RULESDIR=	RULES
5include		$(SRCROOT)/$(RULESDIR)/rules.top
6###########################################################################
7
8SUBARCHDIR=	/profiled
9SUBINSDIR=	/profiled
10.SEARCHLIST:	. $(ARCHDIR) stdio $(ARCHDIR)
11VPATH=		.:stdio:$(ARCHDIR)
12INSDIR=		lib
13TARGETLIB=	schily
14CPPOPTS +=	-Istdio
15CPPOPTS +=	-DUSE_SCANSTACK	# Try to scan stack frames
16CPPOPTS +=	-DPORT_ONLY	# Add missing funcs line snprintf for porting
17COPTS +=	$(COPTGPROF)
18include		Targets
19LIBS=
20
21###########################################################################
22include		$(SRCROOT)/$(RULESDIR)/rules.lib
23###########################################################################
24