blob: 0233ee71f7545462eb30f958c303c644f523fa24 (
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 \
udev-acl \
usb-db
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/
|