File: Makefile.am

package info (click to toggle)
sysfsutils 2.1.1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 656 kB
  • sloc: ansic: 7,344; perl: 95; makefile: 69; sh: 59
file content (16 lines) | stat: -rw-r--r-- 677 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
check_PROGRAMS = dlist_test get_device get_driver get_module testlibsysfs
BUILT_SOURCES = test.h
CLEANFILES = test.h
test.h: libsysfs.conf create-test
	$(AM_V_GEN) $(srcdir)/create-test $(srcdir)/libsysfs.conf
get_device_SOURCES = get_device.c
get_driver_SOURCES = get_driver.c
get_module_SOURCES = get_module.c
testlibsysfs_SOURCES = test.c test_attr.c test_bus.c test_class.c \
		       test_device.c test_driver.c test_module.c test_utils.c \
		       testout.c test-defs.h libsysfs.conf create-test
AM_CPPFLAGS = -I$(top_srcdir)/include
LDADD = $(top_builddir)/lib/libsysfs.la
EXTRA_CFLAGS = @EXTRA_CLFAGS@
AM_CFLAGS = -Wall -W -Wextra -Wstrict-prototypes $(EXTRA_CLFAGS)