source: Main/trunk/Platform/unixware.mk@ 298

Last change on this file since 298 was 298, checked in by Nishi, on Oct 10, 2024 at 10:58:20 AM

add

  • Property svn:keywords set to Id
File size: 158 bytes
Line 
1# $Id: unixware.mk 298 2024-10-10 01:58:20Z nishi $
2
3CC = gcc
4AR = ar
5CFLAGS = -g -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -D_DEFAULT_SOURCE -fPIC -D_XOPEN_SOURCE=600
6LDFLAGS =
7LIBS =
8EXEC =
9LIBSUF = .so
Note: See TracBrowser for help on using the repository browser.