X7ROOT File Manager
Current Path:
/opt/alt/alt-nodejs18/root/usr/share/doc/alt-nodejs18-libicu-devel/samples
opt
/
alt
/
alt-nodejs18
/
root
/
usr
/
share
/
doc
/
alt-nodejs18-libicu-devel
/
samples
/
ðŸ“
..
📄
Makefile
(3.03 KB)
📄
Makefile.in
(3.04 KB)
ðŸ“
all
ðŸ“
break
ðŸ“
cal
ðŸ“
case
ðŸ“
citer
ðŸ“
coll
ðŸ“
csdet
ðŸ“
date
ðŸ“
datecal
ðŸ“
datefmt
📄
defs.mk
(1.16 KB)
ðŸ“
dtitvfmtsample
ðŸ“
dtptngsample
ðŸ“
layout
ðŸ“
legacy
ðŸ“
msgfmt
ðŸ“
numfmt
ðŸ“
plurfmtsample
ðŸ“
props
📄
readme.txt
(3.11 KB)
📄
rules.mk
(1.26 KB)
ðŸ“
strsrch
ðŸ“
translit
ðŸ“
uciter8
ðŸ“
ucnv
ðŸ“
udata
ðŸ“
ufortune
ðŸ“
ugrep
ðŸ“
uresb
ðŸ“
ustring
Editing: defs.mk
# Copyright (C) 2016 and later: Unicode, Inc. and others. # License & terms of use: http://www.unicode.org/copyright.html # # Copyright (c) 2002-2012 IBM, Inc. and others # Sample code makefile definitions CLEANFILES=*~ $(TARGET).out #################################################################### # Load ICU information. You can copy this to other makefiles ####### #################################################################### CC=$(shell icu-config --cc) CXX=$(shell icu-config --cxx) CPPFLAGS=$(shell icu-config --cppflags) CFLAGS=$(shell icu-config --cflags) CXXFLAGS=$(shell icu-config --cxxflags) LDFLAGS =$^ $(shell icu-config --ldflags) LDFLAGS_USTDIO =$(shell icu-config --ldflags-icuio) INVOKE=$(shell icu-config --invoke) GENRB=$(shell icu-config --invoke=genrb) GENRBOPT= PKGDATA=$(shell icu-config --invoke=pkgdata) SO=$(shell icu-config --so) PKGDATAOPTS=-r $(shell icu-config --version) -w -v -d . # default - resources in same mode as ICU RESMODE=$(shell icu-config --icudata-mode) #################################################################### ### Project independent things (common) ### We depend on gmake for the bulk of the work RMV=rm -rf
Upload File
Create Folder