28 lines
859 B
Makefile
28 lines
859 B
Makefile
#ident @(#)libscgcmd_p.mk 1.2 08/10/26
|
|
###########################################################################
|
|
SRCROOT= ..
|
|
RULESDIR= RULES
|
|
include $(SRCROOT)/$(RULESDIR)/rules.top
|
|
###########################################################################
|
|
|
|
SUBARCHDIR= /profiled
|
|
SUBINSDIR= /profiled
|
|
#.SEARCHLIST: . $(ARCHDIR) stdio $(ARCHDIR)
|
|
#VPATH= .:stdio:$(ARCHDIR)
|
|
INSDIR= lib
|
|
TARGETLIB= scgcmd
|
|
CPPOPTS += -I.
|
|
CPPOPTS += -I../libscg
|
|
CPPOPTS += -DUSE_LARGEFILES
|
|
CPPOPTS += -DSCHILY_PRINT
|
|
COPTS += $(COPTGPROF)
|
|
|
|
include Targets
|
|
LIBS=
|
|
|
|
###########################################################################
|
|
include $(SRCROOT)/$(RULESDIR)/rules.lib
|
|
###########################################################################
|
|
#CC= echo " ==> COMPILING \"$@\""; cc
|
|
###########################################################################
|