ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/tewi/Platform/haiku.mk
Revision: 1.1
Committed: Thu Oct 17 09:53:38 2024 UTC (4 weeks, 1 day ago) by nishi
Branch: MAIN
CVS Tags: v2_05A, v2_05, HEAD
Log Message:
update

File Contents

# User Rev Content
1 nishi 1.1 # $Id: haiku.mk 212 2024-10-02 17:44:55Z nishi $
2    
3     CC = cc
4     AR = ar
5     CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -fPIC
6     LDFLAGS =
7     LIBS = -lnetwork
8     EXEC =
9     LIBSUF = .so