mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
Also merge into the top-level Makefile.am the simpler extras.
This commit is contained in:
parent
405e606f86
commit
b02140b6bc
56
Makefile.am
56
Makefile.am
@ -184,6 +184,33 @@ extras_usb_id_usb_id_LDADD = libudev/libudev-private.la
|
|||||||
extras_v4l_id_v4l_id_SOURCES = extras/v4l_id/v4l_id.c
|
extras_v4l_id_v4l_id_SOURCES = extras/v4l_id/v4l_id.c
|
||||||
extras_v4l_id_v4l_id_LDADD = libudev/libudev-private.la
|
extras_v4l_id_v4l_id_LDADD = libudev/libudev-private.la
|
||||||
|
|
||||||
|
extras_hid2hci_hid2hci_SOURCES = extras/hid2hci/hid2hci.c
|
||||||
|
extras_hid2hci_hid2hci_CPPFLAGS = $(AM_CPPFLAGS) $(LIBUSB_CFLAGS)
|
||||||
|
extras_hid2hci_hid2hci_LDADD = libudev/libudev-private.la $(LIBUSB_LIBS)
|
||||||
|
|
||||||
|
extras_udev_acl_udev_acl_SOURCES = extras/udev-acl/udev-acl.c
|
||||||
|
extras_udev_acl_udev_acl_CPPFLAGS = $(AM_CPPFLAGS) $(GLIB_CFLAGS)
|
||||||
|
extras_udev_acl_udev_acl_LDADD = libudev/libudev-private.la -lacl $(GLIB_LIBS)
|
||||||
|
|
||||||
|
extras_usb_db_usb_db_SOURCES = extras/usb-db/usb-db.c
|
||||||
|
extras_usb_db_usb_db_CPPFLAGS = $(AM_CPPFLAGS) -DUSB_DATABASE=\"$(USB_DATABASE)\" -DBUILD_FOR_USB
|
||||||
|
extras_usb_db_usb_db_LDADD = libudev/libudev-private.la
|
||||||
|
|
||||||
|
extras_usb_db_pci_db_SOURCES = extras/usb-db/usb-db.c
|
||||||
|
extras_usb_db_pci_db_CPPFLAGS = $(AM_CPPFLAGS) -DPCI_DATABASE=\"$(USB_DATABASE)\" -DBUILD_FOR_PCI
|
||||||
|
extras_usb_db_pci_db_LDADD = libudev/libudev-private.la
|
||||||
|
|
||||||
|
extras_modem_modeswitch_modem_modeswitch_SOURCES =\
|
||||||
|
extras/modem-modeswitch/modem-modeswitch.c \
|
||||||
|
extras/modem-modeswitch/utils.c \
|
||||||
|
extras/modem-modeswitch/utils.h \
|
||||||
|
extras/modem-modeswitch/ma8280p_us.c \
|
||||||
|
extras/modem-modeswitch/ma8280p_us.h \
|
||||||
|
extras/modem-modeswitch/option.c \
|
||||||
|
extras/modem-modeswitch/option.h
|
||||||
|
extras_modem_modeswitch_modem_modeswitch_CPPFLAGS = $(AM_CPPFLAGS) $(LIBUSB_CFLAGS)
|
||||||
|
extras_modem_modeswitch_modem_modeswitch_LDADD = libudev/libudev-private.la $(LIBUSB_LIBS)
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Tests
|
# Tests
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
@ -243,14 +270,22 @@ if ENABLE_EXTRAS
|
|||||||
dist_udevrules_DATA += \
|
dist_udevrules_DATA += \
|
||||||
rules/rules.d/75-net-description.rules \
|
rules/rules.d/75-net-description.rules \
|
||||||
rules/rules.d/75-tty-description.rules \
|
rules/rules.d/75-tty-description.rules \
|
||||||
rules/rules.d/78-sound-card.rules
|
rules/rules.d/78-sound-card.rules \
|
||||||
|
extras/hid2hci/70-hid2hci.rules \
|
||||||
|
extras/modem-modeswitch/61-option-modem-modeswitch.rules \
|
||||||
|
extras/modem-modeswitch/61-mobile-action.rules
|
||||||
|
|
||||||
|
libexec_PROGRAMS += \
|
||||||
|
extras/hid2hci/hid2hci \
|
||||||
|
extras/udev-acl/udev-acl \
|
||||||
|
extras/usb-db/usb-db \
|
||||||
|
extras/usb-db/pci-db \
|
||||||
|
extras/modem-modeswitch/modem-modeswitch
|
||||||
|
|
||||||
|
install-exec-hook: udevacl-install-hook
|
||||||
|
|
||||||
SUBDIRS += \
|
SUBDIRS += \
|
||||||
extras/udev-acl \
|
|
||||||
extras/usb-db \
|
|
||||||
extras/hid2hci \
|
|
||||||
extras/keymap \
|
extras/keymap \
|
||||||
extras/modem-modeswitch \
|
|
||||||
extras/gudev
|
extras/gudev
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -283,8 +318,12 @@ EXTRA_DIST += \
|
|||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# Install and uninstall hooks
|
# Install and uninstall hooks
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
install-exec-hook: libudev-install-move-hook
|
||||||
|
|
||||||
|
uninstall-hook: libudev-uninstall-move-hook
|
||||||
|
|
||||||
# move lib from $(libdir) to $(rootlib_execdir) and update devel link, if needed
|
# move lib from $(libdir) to $(rootlib_execdir) and update devel link, if needed
|
||||||
install-exec-hook:
|
libudev-install-move-hook:
|
||||||
if test "$(libdir)" != "$(rootlib_execdir)"; then \
|
if test "$(libdir)" != "$(rootlib_execdir)"; then \
|
||||||
mkdir -p $(DESTDIR)$(rootlib_execdir) && \
|
mkdir -p $(DESTDIR)$(rootlib_execdir) && \
|
||||||
so_img_name=$$(readlink $(DESTDIR)$(libdir)/libudev.so) && \
|
so_img_name=$$(readlink $(DESTDIR)$(libdir)/libudev.so) && \
|
||||||
@ -293,6 +332,9 @@ install-exec-hook:
|
|||||||
mv $(DESTDIR)$(libdir)/libudev.so.* $(DESTDIR)$(rootlib_execdir); \
|
mv $(DESTDIR)$(libdir)/libudev.so.* $(DESTDIR)$(rootlib_execdir); \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
uninstall-hook:
|
libudev-uninstall-move-hook:
|
||||||
rm -f $(DESTDIR)$(rootlib_execdir)/libudev.so*
|
rm -f $(DESTDIR)$(rootlib_execdir)/libudev.so*
|
||||||
|
|
||||||
|
udevacl-install-hook:
|
||||||
|
mkdir -p $(DESTDIR)$(prefix)/lib/ConsoleKit/run-session.d
|
||||||
|
ln -sf $(libexecdir)/udev-acl $(DESTDIR)$(prefix)/lib/ConsoleKit/run-session.d/udev-acl.ck
|
||||||
|
@ -105,15 +105,11 @@ AC_CONFIG_FILES([
|
|||||||
libudev/docs/Makefile
|
libudev/docs/Makefile
|
||||||
libudev/docs/version.xml
|
libudev/docs/version.xml
|
||||||
udev/udev.pc
|
udev/udev.pc
|
||||||
extras/hid2hci/Makefile
|
|
||||||
extras/udev-acl/Makefile
|
|
||||||
extras/usb-db/Makefile
|
|
||||||
extras/gudev/Makefile
|
extras/gudev/Makefile
|
||||||
extras/gudev/gudev-1.0.pc
|
extras/gudev/gudev-1.0.pc
|
||||||
extras/gudev/docs/Makefile
|
extras/gudev/docs/Makefile
|
||||||
extras/gudev/docs/version.xml
|
extras/gudev/docs/version.xml
|
||||||
extras/keymap/Makefile
|
extras/keymap/Makefile
|
||||||
extras/modem-modeswitch/Makefile
|
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
include $(top_srcdir)/Makefile.am.inc
|
|
||||||
|
|
||||||
libexec_PROGRAMS = \
|
|
||||||
hid2hci
|
|
||||||
|
|
||||||
dist_udevrules_DATA = \
|
|
||||||
70-hid2hci.rules
|
|
||||||
|
|
||||||
hid2hci_SOURCES = \
|
|
||||||
hid2hci.c
|
|
||||||
|
|
||||||
hid2hci_LDADD = \
|
|
||||||
$(top_builddir)/libudev/libudev-private.la \
|
|
||||||
@LIBUSB_LIBS@
|
|
@ -1,23 +0,0 @@
|
|||||||
include $(top_srcdir)/Makefile.am.inc
|
|
||||||
|
|
||||||
libexec_PROGRAMS = \
|
|
||||||
modem-modeswitch
|
|
||||||
|
|
||||||
modem_modeswitch_SOURCES = \
|
|
||||||
modem-modeswitch.c \
|
|
||||||
utils.c \
|
|
||||||
utils.h \
|
|
||||||
ma8280p_us.c \
|
|
||||||
ma8280p_us.h \
|
|
||||||
option.c \
|
|
||||||
option.h
|
|
||||||
|
|
||||||
modem_modeswitch_CPPFLAGS = \
|
|
||||||
$(AM_CPPFLAGS) $(LIBUSB_CFLAGS)
|
|
||||||
|
|
||||||
modem_modeswitch_LDADD = \
|
|
||||||
$(LIBUSB_LIBS)
|
|
||||||
|
|
||||||
dist_udevrules_DATA = \
|
|
||||||
61-option-modem-modeswitch.rules \
|
|
||||||
61-mobile-action.rules
|
|
@ -1,19 +0,0 @@
|
|||||||
include $(top_srcdir)/Makefile.am.inc
|
|
||||||
|
|
||||||
libexec_PROGRAMS = \
|
|
||||||
udev-acl
|
|
||||||
|
|
||||||
udev_acl_SOURCES = \
|
|
||||||
udev-acl.c
|
|
||||||
|
|
||||||
udev_acl_CPPFLAGS = \
|
|
||||||
$(AM_CPPFLAGS) $(GLIB_CFLAGS)
|
|
||||||
|
|
||||||
udev_acl_LDADD = \
|
|
||||||
-lacl $(top_builddir)/libudev/libudev-private.la $(GLIB_LIBS)
|
|
||||||
|
|
||||||
dist_udevrules_DATA = 70-acl.rules
|
|
||||||
|
|
||||||
install-exec-hook:
|
|
||||||
mkdir -p $(DESTDIR)$(prefix)/lib/ConsoleKit/run-session.d
|
|
||||||
ln -sf $(libexecdir)/udev-acl $(DESTDIR)$(prefix)/lib/ConsoleKit/run-session.d/udev-acl.ck
|
|
@ -1,23 +0,0 @@
|
|||||||
include $(top_srcdir)/Makefile.am.inc
|
|
||||||
|
|
||||||
libexec_PROGRAMS = \
|
|
||||||
usb-db pci-db
|
|
||||||
|
|
||||||
usb_db_SOURCES = \
|
|
||||||
usb-db.c
|
|
||||||
|
|
||||||
usb_db_CPPFLAGS = \
|
|
||||||
$(AM_CPPFLAGS) -DUSB_DATABASE=\"$(USB_DATABASE)\" -DBUILD_FOR_USB
|
|
||||||
|
|
||||||
usb_db_LDADD = \
|
|
||||||
$(top_builddir)/libudev/libudev-private.la
|
|
||||||
|
|
||||||
|
|
||||||
pci_db_SOURCES = \
|
|
||||||
$(usb_db_SOURCES)
|
|
||||||
|
|
||||||
pci_db_CPPFLAGS = \
|
|
||||||
$(AM_CPPFLAGS) -DPCI_DATABASE=\"$(PCI_DATABASE)\" -DBUILD_FOR_PCI
|
|
||||||
|
|
||||||
pci_db_LDADD = \
|
|
||||||
$(top_builddir)/libudev/libudev-private.la
|
|
Loading…
Reference in New Issue
Block a user