cdrtools/libsiconv/shlsiconv.mk

22 lines
662 B
Makefile
Raw Normal View History

2025-06-15 04:19:58 +08:00
#ident @(#)shlsiconv.mk 1.1 07/05/19
###########################################################################
SRCROOT= ..
RULESDIR= RULES
include $(SRCROOT)/$(RULESDIR)/rules.top
###########################################################################
SUBARCHDIR= /pic
INSDIR= lib
TARGETLIB= siconv
#CPPOPTS += -Istdio
CPPOPTS += -DSCHILY_PRINT
CPPOPTS += -DUSE_ICONV
CPPOPTS += -DINS_BASE=\"${INS_BASE}\"
include Targets
LIBS= $(LIB_ICONV) -lschily -lc
###########################################################################
include $(SRCROOT)/$(RULESDIR)/rules.shl
###########################################################################