source: Main/trunk/Platform/linux.mk@ 367

Last change on this file since 367 was 316, checked in by Nishi, on Oct 14, 2024 at 8:59:39 PM

update

  • Property svn:keywords set to Id
File size: 171 bytes
RevLine 
[26]1# $Id: linux.mk 316 2024-10-14 11:59:39Z nishi $
2
3CC = cc
4AR = ar
[47]5CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -D_DEFAULT_SOURCE -fPIC -D_XOPEN_SOURCE=600
[26]6LDFLAGS =
[316]7LIBS = -ldl
[26]8EXEC =
[212]9LIBSUF = .so
Note: See TracBrowser for help on using the repository browser.