cdrtools/libschily/libschily_p.mk
2025-06-15 04:19:58 +08:00

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
###########################################################################