Uname : Linux premium36.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Soft : LiteSpeed
Ip : 198.54.115.237
Port : 443
~
/
opt
/
alt
/
alt-nodejs18
/
root
/
usr
/
share
/
doc
/
alt-nodejs18-libicu-devel
/
samples
/
datecal
[ HOME ]
Exec
Submit
Makefile
# Copyright (C) 2016 and later: Unicode, Inc. and others. # License & terms of use: http://www.unicode.org/copyright.html # # Copyright (c) 2000-2006 IBM, Inc. and others # sample code makefile # Usage: # - configure, build, install ICU (make install) # - make sure "icu-config" (in the ICU installed bin directory) is on # the path # - do 'make' in this directory #### definitions # Name of your target TARGET=datecal # All object files (C or C++) OBJECTS=cal.o ccal.o #### rules # Load in standard makefile definitions include ../defs.mk LDFLAGS += $(LDFLAGS_USTDIO) # the actual rules (this is a simple sample) include ../rules.mk
Submit
Back
Folder Name
Submit
File Name
File Content
Submit
Name
Type
Size
Permission
Last Modified
Actions
.
dir
-
0755
2024-04-24 12:27:19
..
dir
-
0755
2024-04-24 12:27:19
Makefile
text/x-makefile
647 B
0644
2023-12-11 10:27:41
cal.cpp
text/x-c
1.89 KB
0644
2023-12-11 10:27:41
ccal.c
text/x-c
1.97 KB
0644
2023-12-11 10:27:41