24 lines
791 B
Makefile
24 lines
791 B
Makefile
#ident @(#)libschily_p.mk 1.7 08/01/11
|
|
###########################################################################
|
|
SRCROOT= ..
|
|
RULESDIR= RULES
|
|
include $(SRCROOT)/$(RULESDIR)/rules.top
|
|
###########################################################################
|
|
|
|
SUBARCHDIR= /profiled
|
|
SUBINSDIR= /profiled
|
|
.SEARCHLIST: . $(ARCHDIR) stdio $(ARCHDIR)
|
|
VPATH= .:stdio:$(ARCHDIR)
|
|
INSDIR= lib
|
|
TARGETLIB= schily
|
|
CPPOPTS += -Istdio
|
|
CPPOPTS += -DUSE_SCANSTACK # Try to scan stack frames
|
|
CPPOPTS += -DPORT_ONLY # Add missing funcs line snprintf for porting
|
|
COPTS += $(COPTGPROF)
|
|
include Targets
|
|
LIBS=
|
|
|
|
###########################################################################
|
|
include $(SRCROOT)/$(RULESDIR)/rules.lib
|
|
###########################################################################
|