cdrtools/librscg/librscg.mk

26 lines
815 B
Makefile
Raw Normal View History

2025-06-15 04:19:58 +08:00
#ident @(#)librscg.mk 1.5 08/08/03
###########################################################################
SRCROOT= ..
RULESDIR= RULES
include $(SRCROOT)/$(RULESDIR)/rules.top
###########################################################################
#.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
LIBS=
###########################################################################
include $(SRCROOT)/$(RULESDIR)/rules.lib
###########################################################################
#CC= echo " ==> COMPILING \"$@\""; cc
###########################################################################