30 lines
940 B
Makefile
30 lines
940 B
Makefile
#ident @(#)shlrscg.mk 1.5 13/04/22
|
|
###########################################################################
|
|
SRCROOT= ..
|
|
RULESDIR= RULES
|
|
include $(SRCROOT)/$(RULESDIR)/rules.top
|
|
###########################################################################
|
|
|
|
SUBARCHDIR= /pic
|
|
#.SEARCHLIST: . $(ARCHDIR) stdio $(ARCHDIR)
|
|
#VPATH= .:stdio:$(ARCHDIR)
|
|
INSDIR= lib
|
|
TARGETLIB= rscg
|
|
CPPOPTS += -I../libscg
|
|
CPPOPTS += -DUSE_PG
|
|
CPPOPTS += -DUSE_RCMD_RSH
|
|
CPPOPTS += -DSCHILY_PRINT
|
|
|
|
#include Targets
|
|
CFILES= scsi-remote.c
|
|
#
|
|
# LIB_CAP is needed for Linux capability support in librscg.
|
|
#
|
|
LIBS= -lscg -lschily $(LIB_SOCKET) $(LIB_CAP) -lc
|
|
|
|
###########################################################################
|
|
include $(SRCROOT)/$(RULESDIR)/rules.shl
|
|
###########################################################################
|
|
#CC= echo " ==> COMPILING \"$@\""; cc
|
|
###########################################################################
|