cdrtools/libsiconv/libsiconv.mk
2025-06-15 04:19:58 +08:00

22 lines
619 B
Makefile

#ident @(#)libsiconv.mk 1.2 10/12/23
###########################################################################
SRCROOT= ..
RULESDIR= RULES
include $(SRCROOT)/$(RULESDIR)/rules.top
###########################################################################
INSDIR= lib
TARGETLIB= siconv
#CPPOPTS += -Istdio
CPPOPTS += -DSCHILY_PRINT
CPPOPTS += -DUSE_ICONV
CPPOPTS += -DINS_BASE=\"${INS_BASE}\"
include Targets
LIBS=
###########################################################################
include $(SRCROOT)/$(RULESDIR)/rules.lib
###########################################################################