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.5
11.5Smartin# $NetBSD: Makefile,v 1.5 2014/10/13 11:07:38 martin Exp $
21.1Smartin
31.1SmartinWARNS=0
41.1SmartinNOMAN=1
51.1Smartin
61.5Smartin.include <bsd.own.mk>
71.4Smartin
81.4SmartinPROG=	all_sync_ops_linkable
91.4Smartin
101.4Smartin.if "${ACTIVE_CC}" == "clang" || \
111.4Smartin    ("${ACTIVE_CC}" == "gcc" && "${HAVE_GCC}" == "48")
121.4Smartin
131.4SmartinCXXFLAGS+= -std=c++11
141.4SmartinPROG+=	cpp_atomic_ops_linkable
151.4Smartin
161.4Smartin.endif
171.4Smartin
181.5Smartinproginstall:
191.5Smartin	@echo This directory features link time only tests.
201.5Smartin
211.5Smartin.include <bsd.prog.mk>
221.5Smartin
23

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