19 lines
507 B
Text
19 lines
507 B
Text
# $FreeBSD: /tmp/pcvs/ports/devel/linuxthreads/files/Makefile.libsupc++,v 1.3 2007-03-21 21:49:04 tegge Exp $
|
|
|
|
PREFIX?= ${DESTDIR}/usr/local
|
|
LIBDIR= ${PREFIX:S,^${DESTDIR},,}/lib
|
|
|
|
CFLAGS+=-D_PTHREADS -I../ -D__USE_UNIX98
|
|
CFLAGS+=-I../sysdeps/i386 -I../sysdeps/pthread -I../sysdeps/unix/sysv/linux
|
|
CXXFLAGS= ${CXXINCLUDES} ${CFLAGS:C/-std=[a-z:0-9]+//}
|
|
LDADD=../libgcc_r/liblgcc_r.a
|
|
|
|
installincludes:
|
|
|
|
.include "Makefile.inc"
|
|
|
|
#
|
|
# Override various things that are set in the main Makefile.
|
|
#
|
|
|
|
.undef SUBDIR
|