File: Makefile.am

package info (click to toggle)
creduce 2.10.0%2B20220116-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 5,172 kB
  • sloc: cpp: 25,272; ansic: 7,233; sh: 4,918; perl: 3,003; makefile: 593; lex: 441
file content (25 lines) | stat: -rw-r--r-- 638 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## -*- mode: Makefile-Automake -*-
##
## Copyright (c) 2012, 2015, 2016 The University of Utah
## All rights reserved.
##
## This file is distributed under the University of Illinois Open Source
## License.  See the file COPYING for details.

###############################################################################

dist_noinst_SCRIPTS = \
	del_lines \
	godelta8 \
	localize_headers \
	make_cde_package.sh \
	prep \
	shorten \
	test1_crash.sh \
	test1_make_large_warnings.pl \
	test1_wrong_code_framac.sh \
	test1_wrong_code_kcc.sh

###############################################################################

## End of file.