24 lines
787 B
Makefile
24 lines
787 B
Makefile
|
#ident @(#)libdeflt_p.mk 1.3 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= deflt
|
||
|
#CPPOPTS += -Ispecincl
|
||
|
COPTS += $(COPTGPROF)
|
||
|
include Targets
|
||
|
LIBS=
|
||
|
|
||
|
###########################################################################
|
||
|
include $(SRCROOT)/$(RULESDIR)/rules.lib
|
||
|
###########################################################################
|
||
|
#CC= echo " ==> COMPILING \"$@\""; cc
|
||
|
###########################################################################
|