1 #================================================================
2 # Makefile to produce standard CTR-P test program
3 #================================================================
7 include /acc
/dsc
/src
/co/Make.auto
9 CFLAGS
= -g
-Wall
-I.
-I..
12 LDLIBS
= ..
/libxmem.
$(CPU
).a
-lrt
16 LDLIBS
= ..
/libxmem.
$(CPU
).a
-lrt
20 LDLIBS
= ..
/libxmem.
$(CPU
).a
23 ALL
= xmemdiag.
$(CPU
) xmemdiag.
$(CPU
).o
25 SRCS
= xmemdiag.c XmemCmds.c DoCmd.c GetAtoms.c Cmds.c PrintAtoms.c
27 HDRS
= Cmds.h XmemDiag.h ..
/libxmem.h
29 DIAG
= xmemdiag.c XmemCmds.c DoCmd.c GetAtoms.c Cmds.c PrintAtoms.c
36 # Run on Workstation only
38 xmemdiag.
$(CPU
).o
: $(DIAG
) $(HDRS
)
41 dsc_install xmemdiag.
$(CPU
) /acc
/dsc
/lab
/$(CPU
)/xmem
42 dsc_install xmemdiag.
$(CPU
) /acc
/dsc
/oper
/$(CPU
)/xmem
43 dsc_install xmemdiag.
$(CPU
) /acc
/dsc
/oplhc
/$(CPU
)/xmem