source:
Main/trunk/Platform/linux.mk@
363
Last change on this file since 363 was 316, checked in by , on Oct 14, 2024 at 8:59:39 PM | |
---|---|
|
|
File size: 171 bytes |
Line | |
---|---|
1 | # $Id: linux.mk 316 2024-10-14 11:59:39Z nishi $ |
2 | |
3 | CC = cc |
4 | AR = ar |
5 | CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -D_DEFAULT_SOURCE -fPIC -D_XOPEN_SOURCE=600 |
6 | LDFLAGS = |
7 | LIBS = -ldl |
8 | EXEC = |
9 | LIBSUF = .so |
Note:
See TracBrowser
for help on using the repository browser.