openbsd-ports/devel/libfmt/files/Make.OpenBSD
pvalchev 893484bf10 - Use common Makefile for all architectures, thus allowing this to build
on non-i386 platforms - there is no need to be MD
- Change wrong LIB_DEPENDS to BUILD_DEPENDS because these libraries
are all static.
- Add 'test' target and turn it into a regress target for the port, using
the provided test.
- Add appropriate REGRESS_DEPENDS

XXX regress currently fails on at least powerpc.
2003-03-02 21:38:18 +00:00

9 lines
210 B
Plaintext

CC=gcc
CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -c -I. -I$(PREFIX)/include
O=o
AR=ar
ARFLAGS=rvc
NAN=nan64.$O # default, can be overriden by Make.$(SYSNAME)
NAN=nan64.$O
RANLIB=ranlib