blob: df6ac90475cee2c29b80eff2b7ab628092e8156d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
include $(top_srcdir)/Makefile.am.inc
SUBDIRS = \
modem-probe \
modem-modeswitch \
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/
|