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 (18 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Copyright (c) NVIDIA CORPORATION & AFFILIATES, 2020. ALL RIGHTS RESERVED.
#
# See file LICENSE for terms.
#

EXTRA_DIST = \
	src/main/java \
	src/test \
	checkstyle.xml \
	pom.xml.in \
	README.md
	
SUBDIRS = \
	src/main/native
	
clean-local:
	-rm -rf resources