29 lines
884 B
Makefile
29 lines
884 B
Makefile
#ident "@(#)librscg_p.mk 1.6 08/08/03 "
|
|
###########################################################################
|
|
SRCROOT= ..
|
|
RULESDIR= RULES
|
|
include $(SRCROOT)/$(RULESDIR)/rules.top
|
|
###########################################################################
|
|
|
|
SUBARCHDIR= /profiled
|
|
SUBINSDIR= /profiled
|
|
#.SEARCHLIST: . $(ARCHDIR) stdio $(ARCHDIR)
|
|
#VPATH= .:stdio:$(ARCHDIR)
|
|
INSDIR= lib
|
|
TARGETLIB= rscg
|
|
CPPOPTS += -I../libscg
|
|
CPPOPTS += -DUSE_PG
|
|
CPPOPTS += -DUSE_RCMD_RSH
|
|
CPPOPTS += -DSCHILY_PRINT
|
|
COPTS += $(COPTGPROF)
|
|
|
|
#include Targets
|
|
CFILES= scsi-remote.c
|
|
LIBS=
|
|
|
|
###########################################################################
|
|
include $(SRCROOT)/$(RULESDIR)/rules.lib
|
|
###########################################################################
|
|
#CC= echo " ==> COMPILING \"$@\""; cc
|
|
###########################################################################
|