Home | History | Annotate | Line # | Download | only in sync
Makefile revision 1.7.12.1
      1  1.7.12.1  christos # $NetBSD: Makefile,v 1.7.12.1 2019/06/10 22:10:05 christos Exp $
      2       1.1    martin 
      3       1.1    martin WARNS=0
      4       1.1    martin NOMAN=1
      5       1.1    martin 
      6       1.5    martin .include <bsd.own.mk>
      7       1.4    martin 
      8       1.7      maya .if "${ACTIVE_CC}" == "clang"
      9       1.4    martin CXXFLAGS+= -std=c++11
     10       1.6     joerg PROG_CXX+=	cpp_atomic_ops_linkable
     11       1.4    martin .endif
     12       1.4    martin 
     13       1.5    martin proginstall:
     14       1.5    martin 	@echo This directory features link time only tests.
     15       1.5    martin 
     16       1.5    martin .include <bsd.prog.mk>
     17       1.5    martin 
     18