File: Makefile.am

package info (click to toggle)
ucx 1.18.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 19,248 kB
  • sloc: ansic: 153,069; cpp: 71,668; sh: 11,380; java: 2,962; makefile: 1,935; asm: 297; xml: 51
file content (11 lines) | stat: -rw-r--r-- 325 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#
# Copyright (c) NVIDIA CORPORATION & AFFILIATES, 2020. ALL RIGHTS RESERVED.
#

noinst_PROGRAMS = ucx_profiling

ucx_profiling_SOURCES  = ucx_profiling.c
ucx_profiling_CFLAGS   = $(BASE_CFLAGS)
ucx_profiling_CPPFLAGS = $(BASE_CPPFLAGS)
ucx_profiling_LDADD    = $(top_builddir)/src/ucs/libucs.la
ucx_profiling_LDFLAGS  = -lm