ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/tewi/Platform/freebsd.mk
Revision: 1.1
Committed: Fri Nov 15 14:45:28 2024 UTC (5 months, 1 week ago) by nishi
Branch: MAIN
CVS Tags: HEAD
Error occurred while calculating annotation data.
Log Message:
freebsd support

File Contents

# Content
1 # $Id: freebsd.mk 415 2024-11-15 14:45:11Z nishi $
2
3 CC = cc
4 AR = ar
5 CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -fPIC
6 LDFLAGS =
7 LIBS =
8 EXEC =
9 LIBSUF = .so