cdrtools/librscg/librscg_p.mk

29 lines
884 B
Makefile
Raw Normal View History

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