source:
Main/trunk/Platform/linux.mk@
147
Last change on this file since 147 was 47, checked in by , on Sep 18, 2024 at 7:08:41 PM | |
---|---|
|
|
File size: 163 bytes |
Line | |
---|---|
1 | # $Id: linux.mk 47 2024-09-18 10:08:41Z 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 = |
8 | EXEC = |
9 | LIB = .so |
Note:
See TracBrowser
for help on using the repository browser.