bsd.prog.mk (4df1f59e8f2f4078f1f9eea17a40c335294a7f4b) | bsd.prog.mk (e2e1ab1c942ecdf0228e01068eeb58aeac9ca9b2) |
---|---|
1# from: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91 2# $FreeBSD$ 3 4.include <bsd.init.mk> 5 6.SUFFIXES: .out .o .c .cc .cpp .cxx .C .m .y .l .ln .s .S .asm 7 8# XXX The use of COPTS in modern makefiles is discouraged. 9.if defined(COPTS) 10CFLAGS+=${COPTS} 11.endif 12 13.if ${MK_ASSERT_DEBUG} == "no" 14CFLAGS+= -DNDEBUG | 1# from: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91 2# $FreeBSD$ 3 4.include <bsd.init.mk> 5 6.SUFFIXES: .out .o .c .cc .cpp .cxx .C .m .y .l .ln .s .S .asm 7 8# XXX The use of COPTS in modern makefiles is discouraged. 9.if defined(COPTS) 10CFLAGS+=${COPTS} 11.endif 12 13.if ${MK_ASSERT_DEBUG} == "no" 14CFLAGS+= -DNDEBUG |
15NO_WERROR= |
|
15.endif 16 17.if defined(DEBUG_FLAGS) 18CFLAGS+=${DEBUG_FLAGS} 19.endif 20 21.if defined(CRUNCH_CFLAGS) 22CFLAGS+=${CRUNCH_CFLAGS} --- 192 unchanged lines hidden --- | 16.endif 17 18.if defined(DEBUG_FLAGS) 19CFLAGS+=${DEBUG_FLAGS} 20.endif 21 22.if defined(CRUNCH_CFLAGS) 23CFLAGS+=${CRUNCH_CFLAGS} --- 192 unchanged lines hidden --- |