enlightenment/src/modules/Makefile_illume-bluetooth.am

15 lines
613 B
Plaintext

illume_bluetoothdir = $(MDIR)/illume-bluetooth
illume_bluetooth_DATA = illume-bluetooth/e-module-illume-bluetooth.edj \
illume-bluetooth/module.desktop
EXTRA_DIST += $(illume_bluetooth_DATA)
illume_bluetoothpkgdir = $(MDIR)/illume-bluetooth/$(MODULE_ARCH)
illume_bluetoothpkg_LTLIBRARIES = illume-bluetooth/module.la
illume_bluetooth_module_la_SOURCES = illume-bluetooth/e_mod_main.c
.PHONY: illume_bluetooth install-illume_bluetooth
illume_bluetooth: $(illume_bluetoothpkg_LTLIBRARIES) $(illume_bluetooth_DATA)
install-illume_bluetooth: install-illume_bluetoothDATA install-illume_bluetoothpkgLTLIBRARIES