source:
Main/trunk/Platform/openbsd.mk@
389
Last change on this file since 389 was 252, checked in by , on Oct 4, 2024 at 9:29:03 AM | |
---|---|
|
|
File size: 210 bytes |
Line | |
---|---|
1 | # $Id: openbsd.mk 252 2024-10-04 00:29:03Z nishi $ |
2 | |
3 | CC = cc |
4 | AR = ar |
5 | CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -I /usr/local/include -fPIC |
6 | LDFLAGS = -Wl,-R/usr/local/lib/eopenssl33 -L/usr/local/lib/eopenssl33 |
7 | LIBS = |
8 | EXEC = |
9 | LIBSUF = .so |
Note:
See TracBrowser
for help on using the repository browser.