Home | History | Annotate | Line # | Download | only in lto-wrapper
Makefile revision 1.3.4.2
      1  1.3.4.2  martin #	$NetBSD: Makefile,v 1.3.4.2 2020/04/13 08:02:10 martin Exp $
      2      1.1     mrg 
      3      1.1     mrg NOMAN=1
      4      1.1     mrg PROG=		lto-wrapper
      5  1.3.4.2  martin # XXX pullout from LTO_WRAPPER_OBJS
      6      1.3     mrg SRCS=		lto-wrapper.c \
      7  1.3.4.2  martin 		collect-utils.c \
      8  1.3.4.2  martin 		ggc-none.o
      9      1.1     mrg 
     10  1.3.4.2  martin BINDIR=		/usr/libexec
     11  1.3.4.2  martin 
     12  1.3.4.2  martin CPPFLAGS+=	-DPREFIX=\"/usr\" -I${GCCARCH} -I${G_ALL_CPPFLAGS}
     13  1.3.4.2  martin 
     14  1.3.4.2  martin .include "../Makefile.prog"
     15  1.3.4.2  martin .include "../Makefile.target-defines"
     16      1.1     mrg .include "../Makefile.common-target"
     17  1.3.4.2  martin .include "../Makefile.common"
     18      1.1     mrg .include "../Makefile.libcpp"
     19  1.3.4.2  martin .include "../Makefile.backtrace"
     20  1.3.4.2  martin .include "../Makefile.libiberty"
     21      1.1     mrg 
     22      1.3     mrg COPTS.lto-wrapper.c=	-Wno-stack-protector
     23      1.3     mrg 
     24      1.1     mrg LDADD+=	${LIBMPC} ${LIBMPFR} ${LIBGMP} -lintl -lz -lm
     25      1.1     mrg DPADD+=	${LIBMPC} ${LIBMPFR} ${LIBGMP} ${LIBINTL} ${LIBZ} ${LIBM}
     26      1.1     mrg 
     27      1.1     mrg .PATH: ${DIST}/gcc ${DIST}/gcc/c ${DIST}/gcc/c-family ${DIST}/gcc/config
     28      1.1     mrg .PATH: ${G_out_file:H}
     29