2000-07-12 01:43:01 +00:00
|
|
|
# $FreeBSD: /tmp/pcvs/ports/devel/linuxthreads/files/Makefile.libgcc_r,v 1.2 2000-07-12 01:43:01 jasone Exp $
|
1999-12-02 02:14:16 +00:00
|
|
|
|
|
|
|
DESTDIR=/usr/local/
|
|
|
|
LIBDIR= lib/
|
|
|
|
|
|
|
|
CFLAGS+=-D_PTHREADS -I../
|
|
|
|
|
2000-07-12 01:43:01 +00:00
|
|
|
.include "/usr/src/gnu/lib/libgcc/Makefile"
|
1999-12-02 02:14:16 +00:00
|
|
|
|
|
|
|
#
|
2000-07-12 01:43:01 +00:00
|
|
|
# Override various things that are set in the main Makefile.
|
1999-12-02 02:14:16 +00:00
|
|
|
#
|
|
|
|
|
2000-07-12 01:43:01 +00:00
|
|
|
GCCDIR:=$(GCCDIR:T:S/^/\/usr\/src\/contrib\/&/)
|
1999-12-02 02:14:16 +00:00
|
|
|
|
2000-07-12 01:43:01 +00:00
|
|
|
LIB= lgcc_r
|
1999-12-02 02:14:16 +00:00
|
|
|
|
2000-07-12 01:43:01 +00:00
|
|
|
.PATH: ${GCCDIR}/cp ${GCCDIR}
|