blob: 74d87fbb7790eb130bf52d558d2643b522f4c165 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
include $(top_srcdir)/Makefile.am.inc
SUBDIRS = \
rules.d \
modem-modeswitch \
usb-db \
udev-acl
ACLOCAL_AMFLAGS = -I m4
clean-local:
rm -rf udev-test-install
distclean-local:
rm -rf autom4te.cache
test-install:
rm -rf $(PWD)/udev-test-install/
make DESTDIR=$(PWD)/udev-test-install install
tree $(PWD)/udev-test-install/
|