File: Makefile.am

package info (click to toggle)
sysfsutils 2.1.0%2Brepack-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 4,096 kB
  • sloc: sh: 8,677; ansic: 8,035; makefile: 49
file content (16 lines) | stat: -rw-r--r-- 557 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
bin_PROGRAMS = dlist_test get_device get_driver get_module
BUILT_SOURCES = test.h
CLEANFILES = test.h
test.h:
	./create-test
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
INCLUDES = -I../include
LDADD = ../lib/libsysfs.la
EXTRA_CFLAGS = @EXTRA_CLFAGS@
AM_CFLAGS = -Wall -W -Wstrict-prototypes $(EXTRA_CLFAGS)