File: Makemodule.am

package info (click to toggle)
mtd-utils 1%3A2.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports
  • size: 2,240 kB
  • sloc: ansic: 37,615; sh: 552; makefile: 72
file content (22 lines) | stat: -rw-r--r-- 455 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
checkfs_SOURCES = tests/checkfs/checkfs.c tests/checkfs/comm.c
checkfs_CPPFLAGS = $(AM_CPPFLAGS)

makefiles_SOURCES = tests/checkfs/makefiles.c
makefiles_CPPFLAGS = $(AM_CPPFLAGS)

CHECKFS_BINS = \
	makefiles checkfs

CHECKFS_HEADER = \
	tests/checkfs/common.h

CHECKFS_EXTRA = \
	tests/checkfs/README

EXTRA_DIST += $(CHECKFS_EXTRA) $(CHECKFS_HEADER)

if INSTALL_TESTS
pkglibexec_PROGRAMS += $(CHECKFS_BINS)
else
noinst_PROGRAMS += $(CHECKFS_BINS)
endif