Cross Reference: Makefile
xref: /src/tests/lib/libc/sync/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/tests/lib/libc/sync/
Makefile revision 1.4
11.4Smartin# $NetBSD: Makefile,v 1.4 2014/10/13 09:57:35 martin Exp $
21.1Smartin
31.1SmartinWARNS=0
41.1SmartinNOMAN=1
51.1Smartin
61.2Smartinproginstall:
71.2Smartin	@echo This directory features link time only tests.
81.1Smartin
91.1Smartin.include <bsd.prog.mk>
101.4Smartin
111.4SmartinPROG=	all_sync_ops_linkable
121.4Smartin
131.4Smartin.if "${ACTIVE_CC}" == "clang" || \
141.4Smartin    ("${ACTIVE_CC}" == "gcc" && "${HAVE_GCC}" == "48")
151.4Smartin
161.4SmartinCXXFLAGS+= -std=c++11
171.4SmartinPROG+=	cpp_atomic_ops_linkable
181.4Smartin
191.4Smartin.endif
201.4Smartin
21

Indexes created Sun Nov 30 08:09:32 GMT 2025