cdrtools/librscg/shlrscg.mk

30 lines
940 B
Makefile
Raw Permalink Normal View History

2025-06-15 04:19:58 +08:00
#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
###########################################################################