REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.95 KB
Close
/proc/thread-self/root/opt/alt/libicu/usr/share/doc/alt-libicu-devel/samples/uresb/Makefile
Text
Base64
# Copyright (C) 2016 and later: Unicode, Inc. and others. # License & terms of use: http://www.unicode.org/copyright.html#License # # Copyright (c) 2000-2005 IBM, Inc. and others # conversion sample code # Usage: # - configure, build, install ICU # - ensure that 'icu-config' is in the PATH (PREFIX/bin/icu-config) # - if ICU is not built relative to this directory, # set the variable ICU_PATH to the 'icu' directory # (i.e. /foo/icu ) # - do 'make' in this directory include ../defs.mk ICU_DEFAULT_PATH=../../.. ifeq ($(strip $(ICU_PATH)),) ICU_PATH=$(ICU_DEFAULT_PATH) endif GENRBOPT = -s. -d. # Name of your target TARGET=uresb PKG=$(TARGET) RES_SRC=root.txt en.txt sr.txt RESOURCES=$(RES_SRC:%.txt=%.res) # All object files (C or C++) OBJECTS=uresb.o CLEANFILES=*~ $(TARGET).out all: $(RESOURCES) $(TARGET) uresb.o: $(ICU_PATH)/source/tools/toolutil/uoptions.h $(ICU_PATH)/source/tools/toolutil/uoptions.h: @echo "Please read the directions at the top of this file (Makefile)" @echo "Can't open $@ - check ICU_PATH" @false CPPFLAGS += -I$(ICU_PATH)/source/tools/toolutil LDFLAGS += -L$(ICU_PATH)/source/tools/toolutil $(shell icu-config --ldflags-toolutil --ldflags-icuio) .PHONY: all clean distclean check report distclean clean: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -$(RMV) $(OBJECTS) $(TARGET) $(RESOURCES) ## resources %.res: %.txt @echo "generating $@" $(GENRB) $(GENRBOPT) $^ ## Special for a special codepage sr.res : sr.txt @echo "generating $@" $(GENRB) $(GENRBOPT) -e cp1251 $? # Can change this to LINK.c if it is a C only program # Can add more libraries here. $(TARGET): $(OBJECTS) $(CC) -o $(TARGET) $(LDFLAGS) # Make check: simply runs the sample, logged to a file check: $(TARGET) $(RESOURCES) $(INVOKE) ./$(TARGET) en | tee $(TARGET).out # Make report: creates a 'report file' with both source and sample run report: $(TARGET).report $(TARGET).report: check $(TARGET).cpp more $(TARGET).cpp $(TARGET).out > $@
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 12
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
en.txt
1.92 KB
lrw-r--r--
2019-04-17 19:42:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Makefile
1.95 KB
lrw-r--r--
2019-04-17 19:42:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
readme.txt
2.53 KB
lrw-r--r--
2019-04-17 19:42:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
resources.mak
698 B
lrw-r--r--
2019-04-17 19:42:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
resources.vcxproj
8.43 KB
lrw-r--r--
2019-04-17 19:42:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
resources.vcxproj.filters
868 B
lrw-r--r--
2019-04-17 19:42:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
root.txt
1.95 KB
lrw-r--r--
2019-04-17 19:42:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
sr.txt
1.98 KB
lrw-r--r--
2019-04-17 19:42:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
uresb.c
10.55 KB
lrw-r--r--
2019-04-17 19:42:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
uresb.sln
2.05 KB
lrw-r--r--
2019-04-17 19:42:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
uresb.vcxproj
9.90 KB
lrw-r--r--
2019-04-17 19:42:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
uresb.vcxproj.filters
878 B
lrw-r--r--
2019-04-17 19:42:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).