Cross Reference: Makefile
xref: /src/bin/test/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/bin/test/
Makefile revision 1.2
11.1Sglass#        @(#)Makefile	5.1 (Berkeley) 6/8/92
21.1Sglass
31.1SglassPROG=	test
41.2SglassSRCS=   test.c operators.c
51.1SglassCFLAGS+=-I.
61.1SglassLINKS=	${BINDIR}/test ${BINDIR}/[
71.1SglassMLINKS=	test.1 '[.1'
81.2SglassCLEANFILES+= operators.c operators.h unary_op binary_op
91.1Sglass
101.1Sglassoperators.c operators.h: unary_op binary_op mkops
111.2Sglass	cp ${.CURDIR}/unary_op ${.CURDIR}/binary_op .
121.1Sglass	sh ${.CURDIR}/mkops
131.1Sglass
141.1Sglass.include <bsd.prog.mk>
15

Indexes created Sun Dec 21 11:09:39 GMT 2025