#ident @(#)libschily.mk 1.5 07/07/01 ########################################################################### SRCROOT= .. RULESDIR= RULES include $(SRCROOT)/$(RULESDIR)/rules.top ########################################################################### .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 include Targets LIBS= ########################################################################### include $(SRCROOT)/$(RULESDIR)/rules.lib ###########################################################################