/opt/alt/libicu71/usr/share/doc/alt-libicu71-devel/samples
NameSizeModeActions
all/-0755rm
break/-0755rm
cal/-0755rm
case/-0755rm
citer/-0755rm
coll/-0755rm
csdet/-0755rm
date/-0755rm
datecal/-0755rm
datefmt/-0755rm
dtitvfmtsample/-0755rm
dtptngsample/-0755rm
layout/-0755rm
legacy/-0755rm
msgfmt/-0755rm
numfmt/-0755rm
plurfmtsample/-0755rm
props/-0755rm
strsrch/-0755rm
translit/-0755rm
uciter8/-0755rm
ucnv/-0755rm
udata/-0755rm
ufortune/-0755rm
ugrep/-0755rm
uresb/-0755rm
ustring/-0755rm
defs.mk11840644editdlrm
Makefile31000644editdlrm
Makefile.in31120644editdlrm
readme.txt31800644editdlrm
rules.mk12940644editdlrm
Edit: /opt/alt/libicu71/usr/share/doc/alt-libicu71-devel/samples/defs.mk (1184B)
# 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