e: build and install modules separately
authorSebastian Dransfeld <sd@tango.flipp.net>
Mon, 19 Nov 2012 20:17:06 +0000 (20:17 +0000)
committerSebastian Dransfeld <sd@tango.flipp.net>
Mon, 19 Nov 2012 20:17:06 +0000 (20:17 +0000)
SVN revision: 79454

56 files changed:
src/modules/Makefile_access.am
src/modules/Makefile_backlight.am
src/modules/Makefile_battery.am
src/modules/Makefile_clock.am
src/modules/Makefile_comp.am
src/modules/Makefile_conf.am
src/modules/Makefile_conf_applications.am
src/modules/Makefile_conf_dialogs.am
src/modules/Makefile_conf_display.am
src/modules/Makefile_conf_edgebindings.am
src/modules/Makefile_conf_interaction.am
src/modules/Makefile_conf_intl.am
src/modules/Makefile_conf_keybindings.am
src/modules/Makefile_conf_menus.am
src/modules/Makefile_conf_paths.am
src/modules/Makefile_conf_performance.am
src/modules/Makefile_conf_randr.am
src/modules/Makefile_conf_shelves.am
src/modules/Makefile_conf_theme.am
src/modules/Makefile_conf_wallpaper2.am
src/modules/Makefile_conf_window_manipulation.am
src/modules/Makefile_conf_window_remembers.am
src/modules/Makefile_connman.am
src/modules/Makefile_cpufreq.am
src/modules/Makefile_dropshadow.am
src/modules/Makefile_everything.am
src/modules/Makefile_fileman.am
src/modules/Makefile_fileman_opinfo.am
src/modules/Makefile_gadman.am
src/modules/Makefile_ibar.am
src/modules/Makefile_ibox.am
src/modules/Makefile_illume-bluetooth.am
src/modules/Makefile_illume-home-toggle.am
src/modules/Makefile_illume-home.am
src/modules/Makefile_illume-indicator.am
src/modules/Makefile_illume-kbd-toggle.am
src/modules/Makefile_illume-keyboard.am
src/modules/Makefile_illume-mode-toggle.am
src/modules/Makefile_illume-softkey.am
src/modules/Makefile_illume2.am
src/modules/Makefile_mixer.am
src/modules/Makefile_msgbus.am
src/modules/Makefile_notification.am
src/modules/Makefile_pager.am
src/modules/Makefile_physics.am
src/modules/Makefile_quickaccess.am
src/modules/Makefile_shot.am
src/modules/Makefile_start.am
src/modules/Makefile_syscon.am
src/modules/Makefile_systray.am
src/modules/Makefile_tasks.am
src/modules/Makefile_temperature.am
src/modules/Makefile_tiling.am
src/modules/Makefile_winlist.am
src/modules/Makefile_wizard.am
src/modules/Makefile_xkbswitch.am

index 4df292a..085275e 100644 (file)
@@ -9,3 +9,7 @@ accesspkg_LTLIBRARIES = access/module.la
 access_module_la_SOURCES = access/e_mod_main.c \
                           access/e_mod_main.h \
                           access/e_mod_config.c
+
+,PHONY: access install-access
+access: $(accesspkg_LTLIBRARIES) $(access_DATA)
+install-access: install-accessDATA install-accesspkgLTLIBRARIES
index 3cd5116..4b6fb44 100644 (file)
@@ -9,3 +9,7 @@ backlightpkg_LTLIBRARIES = backlight/module.la
 
 backlight_module_la_SOURCES = backlight/e_mod_main.c \
                              backlight/e_mod_main.h
+
+,PHONY: backlight install-backlight
+backlight: $(backlightpkg_LTLIBRARIES) $(backlight_DATA)
+install-backlight: install-backlightDATA install-backlightpkgLTLIBRARIES
index 0a064f8..5d885e8 100644 (file)
@@ -33,3 +33,7 @@ batget_PROGRAMS = battery/batget
 battery_batget_SOURCES = battery/batget.c
 battery_batget_LDADD   = @BATTERY_LIBS@
 battery_batget_LDFLAGS = @BATTERY_LDFLAGS@
+
+,PHONY: battery install-battery
+battery: $(batterypkg_LTLIBRARIES) $(battery_DATA) $(batget_PROGRAMS)
+install-battery: install-batteryDATA install-batterypkgLTLIBRARIES install-batgetPROGRAMS
index efc3fd2..ec1d637 100644 (file)
@@ -10,3 +10,7 @@ clockpkg_LTLIBRARIES = clock/module.la
 clock_module_la_SOURCES = clock/e_mod_main.h \
                          clock/e_mod_main.c \
                          clock/e_mod_config.c
+
+,PHONY: clock install-clock
+clock: $(clockpkg_LTLIBRARIES) $(clock_DATA)
+install-clock: install-clockDATA install-clockpkgLTLIBRARIES
index 5d49b24..1b00b98 100644 (file)
@@ -38,3 +38,7 @@ comp_module_la_SOURCES += comp/e_mod_comp_wl.h \
 endif
 
 comp_module_la_LIBADD       = @WAYLAND_LIBS@
+
+,PHONY: comp install-comp
+comp: $(comppkg_LTLIBRARIES) $(comp_DATA)
+install-comp: install-compDATA install-comppkgLTLIBRARIES
index 3514fa6..1931fe9 100644 (file)
@@ -12,3 +12,7 @@ conf_module_la_SOURCES = conf/e_mod_main.c \
                         conf/e_conf.c \
                         conf/e_conf.h \
                         conf/e_mod_config.c
+
+,PHONY: conf install-conf
+conf: $(confpkg_LTLIBRARIES) $(conf_DATA)
+install-conf: install-confDATA install-confpkgLTLIBRARIES
index 7d76f38..624da4c 100644 (file)
@@ -17,3 +17,7 @@ conf_applications_module_la_SOURCES = conf_applications/e_mod_main.c \
                              conf_applications/e_int_config_deskenv.h \
                              conf_applications/e_int_config_apps_personal.c \
                              conf_applications/e_int_config_apps_personal.h
+
+,PHONY: conf_applications install-conf_applications
+conf_applications: $(conf_applicationspkg_LTLIBRARIES) $(conf_applications_DATA)
+install-conf_applications: install-conf_applicationsDATA install-conf_applicationspkgLTLIBRARIES
index 15f07ec..2300e9c 100644 (file)
@@ -13,3 +13,7 @@ conf_dialogs_module_la_SOURCES = conf_dialogs/e_mod_main.c \
                                 conf_dialogs/e_int_config_dialogs.h \
                                 conf_dialogs/e_int_config_profiles.c \
                                 conf_dialogs/e_int_config_profiles.h
+
+,PHONY: conf_dialogs install-conf_dialogs
+conf_dialogs: $(conf_dialogspkg_LTLIBRARIES) $(conf_dialogs_DATA)
+install-conf_dialogs: install-conf_dialogsDATA install-conf_dialogspkgLTLIBRARIES
index b2844d1..a7ef310 100644 (file)
@@ -22,3 +22,7 @@ conf_display_module_la_SOURCES = conf_display/e_mod_main.c \
                                 conf_display/e_int_config_desks.h \
                                 conf_display/e_int_config_desk.c \
                                 conf_display/e_int_config_desk.h
+
+,PHONY: conf_display install-conf_display
+conf_display: $(conf_displaypkg_LTLIBRARIES) $(conf_display_DATA)
+install-conf_display: install-conf_displayDATA install-conf_displaypkgLTLIBRARIES
index 7adc166..c949824 100644 (file)
@@ -12,3 +12,7 @@ conf_edgebindings_module_la_SOURCES = conf_edgebindings/e_mod_main.c \
                              conf_edgebindings/e_int_config_edgebindings.c \
                              conf_edgebindings/e_int_config_signalbindings.c \
                              conf_edgebindings/e_int_config_edgebindings.h
+
+,PHONY: conf_edgebindings install-conf_edgebindings
+conf_edgebindings: $(conf_edgebindingspkg_LTLIBRARIES) $(conf_edgebindings_DATA)
+install-conf_edgebindings: install-conf_edgebindingsDATA install-conf_edgebindingspkgLTLIBRARIES
index be97184..6a9dc49 100644 (file)
@@ -13,3 +13,7 @@ conf_interaction_module_la_SOURCES = conf_interaction/e_mod_main.c \
                             conf_interaction/e_int_config_interaction.h \
                             conf_interaction/e_int_config_mouse.c \
                             conf_interaction/e_int_config_mouse.h
+
+,PHONY: conf_interaction install-conf_interaction
+conf_interaction: $(conf_interactionpkg_LTLIBRARIES) $(conf_interaction_DATA)
+install-conf_interaction: install-conf_interactionDATA install-conf_interactionpkgLTLIBRARIES
index 676ad1d..9967673 100644 (file)
@@ -14,3 +14,7 @@ conf_intl_module_la_SOURCES = conf_intl/e_mod_main.c \
                              conf_intl/e_int_config_imc_import.h \
                              conf_intl/e_int_config_imc.c \
                              conf_intl/e_int_config_imc.h
+
+,PHONY: conf_intl install-conf_intl
+conf_intl: $(conf_intlpkg_LTLIBRARIES) $(conf_intl_DATA)
+install-conf_intl: install-conf_intlDATA install-conf_intlpkgLTLIBRARIES
index ebaba10..f6acd6c 100644 (file)
@@ -14,3 +14,7 @@ conf_keybindings_module_la_SOURCES = conf_keybindings/e_mod_main.c \
                             conf_keybindings/e_int_config_mousebindings.h \
                             conf_keybindings/e_int_config_acpibindings.c \
                             conf_keybindings/e_int_config_acpibindings.h
+
+,PHONY: conf_keybindings install-conf_keybindings
+conf_keybindings: $(conf_keybindingspkg_LTLIBRARIES) $(conf_keybindings_DATA)
+install-conf_keybindings: install-conf_keybindingsDATA install-conf_keybindingspkgLTLIBRARIES
index bf61afc..74c2377 100644 (file)
@@ -11,3 +11,7 @@ conf_menus_module_la_SOURCES = conf_menus/e_mod_main.c \
                               conf_menus/e_mod_main.h \
                               conf_menus/e_int_config_menus.c \
                               conf_menus/e_int_config_menus.h
+
+,PHONY: conf_menus install-conf_menus
+conf_menus: $(conf_menuspkg_LTLIBRARIES) $(conf_menus_DATA)
+install-conf_menus: install-conf_menusDATA install-conf_menuspkgLTLIBRARIES
index afd5a7b..ec63285 100644 (file)
@@ -13,3 +13,7 @@ conf_paths_module_la_SOURCES = conf_paths/e_mod_main.c \
                               conf_paths/e_int_config_paths.h \
                               conf_paths/e_int_config_env.c \
                               conf_paths/e_int_config_env.h
+
+,PHONY: conf_paths install-conf_paths
+conf_paths: $(conf_pathspkg_LTLIBRARIES) $(conf_paths_DATA)
+install-conf_paths: install-conf_pathsDATA install-conf_pathspkgLTLIBRARIES
index 4c2e2f4..1596b82 100644 (file)
@@ -15,3 +15,7 @@ conf_performance_module_la_SOURCES = conf_performance/e_mod_main.c \
                             conf_performance/e_int_config_engine.h \
                             conf_performance/e_int_config_powermanagement.c \
                             conf_performance/e_int_config_powermanagement.h
+
+,PHONY: conf_performance install-conf_performance
+conf_performance: $(conf_performancepkg_LTLIBRARIES) $(conf_performance_DATA)
+install-conf_performance: install-conf_performanceDATA install-conf_performancepkgLTLIBRARIES
index 2fe0795..23e6a85 100644 (file)
@@ -15,3 +15,7 @@ conf_randr_module_la_SOURCES = conf_randr/e_mod_main.c \
                               conf_randr/e_smart_randr.c \
                               conf_randr/e_smart_monitor.h \
                               conf_randr/e_smart_monitor.c
+
+,PHONY: conf_randr install-conf_randr
+conf_randr: $(conf_randrpkg_LTLIBRARIES) $(conf_randr_DATA)
+install-conf_randr: install-conf_randrDATA install-conf_randrpkgLTLIBRARIES
index 022ad4c..a6b5620 100644 (file)
@@ -11,3 +11,7 @@ conf_shelves_module_la_SOURCES = conf_shelves/e_mod_main.c \
                                 conf_shelves/e_mod_main.h \
                                 conf_shelves/e_int_config_shelf.c \
                                 conf_shelves/e_int_config_shelf.h
+
+,PHONY: conf_shelves install-conf_shelves
+conf_shelves: $(conf_shelvespkg_LTLIBRARIES) $(conf_shelves_DATA)
+install-conf_shelves: install-conf_shelvesDATA install-conf_shelvespkgLTLIBRARIES
index 02401ab..bc8d45f 100644 (file)
@@ -27,3 +27,7 @@ conf_theme_module_la_SOURCES = conf_theme/e_mod_main.c \
                               conf_theme/e_int_config_wallpaper.c \
                               conf_theme/e_int_config_wallpaper.h \
                               conf_theme/e_int_config_xsettings.c
+
+,PHONY: conf_theme install-conf_theme
+conf_theme: $(conf_themepkg_LTLIBRARIES) $(conf_theme_DATA)
+install-conf_theme: install-conf_themeDATA install-conf_themepkgLTLIBRARIES
index c818c42..e608fbb 100644 (file)
@@ -10,3 +10,7 @@ conf_wallpaper2_module_la_SOURCES = conf_wallpaper2/e_mod_main.c \
                                    conf_wallpaper2/e_mod_main.h \
                                    conf_wallpaper2/e_int_config_wallpaper.c \
                                    conf_wallpaper2/e_int_config_wallpaper.h
+
+,PHONY: conf_wallpaper2 install-conf_wallpaper2
+conf_wallpaper2: $(conf_wallpaper2pkg_LTLIBRARIES) $(conf_wallpaper2_DATA)
+install-conf_wallpaper2: install-conf_wallpaper2DATA install-conf_wallpaper2pkgLTLIBRARIES
index 6f4469b..bef5c58 100644 (file)
@@ -17,3 +17,7 @@ conf_window_manipulation_module_la_SOURCES = conf_window_manipulation/e_mod_main
                      conf_window_manipulation/e_int_config_focus.h \
                      conf_window_manipulation/e_int_config_clientlist.c \
                      conf_window_manipulation/e_int_config_clientlist.h
+
+,PHONY: conf_window_manipulation install-conf_window_manipulation
+conf_window_manipulation: $(conf_window_manipulationpkg_LTLIBRARIES) $(conf_window_manipulation_DATA)
+install-conf_window_manipulation: install-conf_window_manipulationDATA install-conf_window_manipulationpkgLTLIBRARIES
index 6131adc..0396446 100644 (file)
@@ -11,3 +11,7 @@ conf_window_remembers_module_la_SOURCES = conf_window_remembers/e_mod_main.c \
                              conf_window_remembers/e_mod_main.h \
                              conf_window_remembers/e_int_config_remembers.c \
                              conf_window_remembers/e_int_config_remembers.h
+
+,PHONY: conf_window_remembers install-conf_window_remembers
+conf_window_remembers: $(conf_window_rememberspkg_LTLIBRARIES) $(conf_window_remembers_DATA)
+install-conf_window_remembers: install-conf_window_remembersDATA install-conf_window_rememberspkgLTLIBRARIES
index a5c93d7..56318d4 100644 (file)
@@ -18,3 +18,7 @@ connman_module_la_SOURCES = connman/e_mod_main.h \
 
 connman_module_la_CFLAGS = $(AM_CFLAGS) -Wno-unused-parameter
 connman_module_la_LIBADD = @ECONNMAN_LIBS@
+
+,PHONY: connman install-connman
+connman: $(connmanpkg_LTLIBRARIES) $(connman_DATA)
+install-connman: install-connmanDATA install-connmanpkgLTLIBRARIES
index a29e504..670a06c 100644 (file)
@@ -25,3 +25,7 @@ cpufreq-install-data-hook:
        @chmod $(cpufreq_setuid_root_mode) $(DESTDIR)$(freqsetdir)/freqset$(EXEEXT) || true
 
 INSTALL_DATA_HOOKS += cpufreq-install-data-hook
+
+,PHONY: cpufreq install-cpufreq
+cpufreq: $(cpufreqpkg_LTLIBRARIES) $(cpufreq_DATA) $(freqset_PROGRAMS)
+install-cpufreq: install-cpufreqDATA install-cpufreqpkgLTLIBRARIES install-freqsetPROGRAMS
index 4de97bd..7920fcb 100644 (file)
@@ -11,3 +11,7 @@ dropshadow_module_la_SOURCES = dropshadow/e_mod_main.h \
                               dropshadow/e_mod_main.c \
                               dropshadow/e_mod_config.h \
                               dropshadow/e_mod_config.c
+
+,PHONY: dropshadow install-dropshadow
+dropshadow: $(dropshadowpkg_LTLIBRARIES) $(dropshadow_DATA)
+install-dropshadow: install-dropshadowDATA install-dropshadowpkgLTLIBRARIES
index ad1d483..82d44d3 100644 (file)
@@ -43,3 +43,7 @@ everything_pkgconfigdir = $(libdir)/pkgconfig
 everything_pkgconfig_DATA = everything/everything.pc
 EXTRA_DIST += everything/everything.pc.in
 DISTCLEANFILES = everything/everything.pc
+
+,PHONY: everything install-everything
+everything: $(everythingpkg_LTLIBRARIES) $(everything_DATA)
+install-everything: install-everythingDATA install-everythingpkgLTLIBRARIES install-everything_pkgconfig_DATA
index 8d423e7..76f1dfa 100644 (file)
@@ -20,3 +20,7 @@ fileman_module_la_SOURCES = fileman/e_mod_main.c \
                            fileman/e_mod_dbus.c \
                            fileman/e_mod_dbus.h \
                            fileman/e_mod_menu.c
+
+,PHONY: fileman install-fileman
+fileman: $(filemanpkg_LTLIBRARIES) $(fileman_DATA)
+install-fileman: install-filemanDATA install-filemanpkgLTLIBRARIES
index 02fdd82..1378fe8 100644 (file)
@@ -9,3 +9,7 @@ fileman_opinfopkg_LTLIBRARIES = fileman_opinfo/module.la
 
 fileman_opinfo_module_la_SOURCES = fileman_opinfo/e_mod_main.c \
                                   fileman_opinfo/e_mod_main.h
+
+,PHONY: fileman_opinfo install-fileman_opinfo
+fileman_opinfo: $(fileman_opinfopkg_LTLIBRARIES) $(fileman_opinfo_DATA)
+install-fileman_opinfo: install-fileman_opinfoDATA install-fileman_opinfopkgLTLIBRARIES
index b3db95f..5471745 100644 (file)
@@ -13,3 +13,7 @@ gadman_module_la_SOURCES = gadman/e_mod_main.c \
                           gadman/e_mod_config.h \
                           gadman/e_mod_gadman.c \
                           gadman/e_mod_gadman.h
+
+,PHONY: gadman install-gadman
+gadman: $(gadmanpkg_LTLIBRARIES) $(gadman_DATA)
+install-gadman: install-gadmanDATA install-gadmanpkgLTLIBRARIES
index 133d71f..96235b6 100644 (file)
@@ -10,3 +10,7 @@ ibarpkg_LTLIBRARIES = ibar/module.la
 ibar_module_la_SOURCES = ibar/e_mod_main.c \
                         ibar/e_mod_main.h \
                         ibar/e_mod_config.c
+
+,PHONY: ibar install-ibar
+ibar: $(ibarpkg_LTLIBRARIES) $(ibar_DATA)
+install-ibar: install-ibarDATA install-ibarpkgLTLIBRARIES
index c42c3db..259d6ed 100644 (file)
@@ -10,3 +10,7 @@ iboxpkg_LTLIBRARIES = ibox/module.la
 ibox_module_la_SOURCES = ibox/e_mod_main.c \
                         ibox/e_mod_main.h \
                         ibox/e_mod_config.c
+
+,PHONY: ibox install-ibox
+ibox: $(iboxpkg_LTLIBRARIES) $(ibox_DATA)
+install-ibox: install-iboxDATA install-iboxpkgLTLIBRARIES
index 7e9433d..219247f 100644 (file)
@@ -9,3 +9,7 @@ illume_bluetoothpkg_LTLIBRARIES = illume-bluetooth/module.la
 
 illume_bluetooth_module_la_SOURCES = illume-bluetooth/e_mod_main.c \
                                     illume-bluetooth/e_mod_main.h
+
+,PHONY: illume_bluetooth install-illume_bluetooth
+illume_bluetooth: $(illume_bluetoothpkg_LTLIBRARIES) $(illume_bluetooth_DATA)
+install-illume_bluetooth: install-illume_bluetoothDATA install-illume_bluetoothpkgLTLIBRARIES
index 417ada1..4fa9cb9 100644 (file)
@@ -9,3 +9,7 @@ illume_home_togglepkg_LTLIBRARIES = illume-home-toggle/module.la
 
 illume_home_toggle_module_la_SOURCES = illume-home-toggle/e_mod_main.c \
                                       illume-home-toggle/e_mod_main.h
+
+,PHONY: illume_home_toggle install-illume_home_toggle
+illume_home_toggle: $(illume_home_togglepkg_LTLIBRARIES) $(illume_home_toggle_DATA)
+install-illume_home_toggle: install-illume_home_toggleDATA install-illume_home_togglepkgLTLIBRARIES
index 3892f8b..d626cbe 100644 (file)
@@ -13,3 +13,7 @@ illume_home_module_la_SOURCES = illume-home/e_mod_main.c \
                                illume-home/e_mod_config.h \
                                illume-home/e_busycover.c \
                                illume-home/e_busycover.h
+
+,PHONY: illume_home install-illume_home
+illume_home: $(illume_homepkg_LTLIBRARIES) $(illume_home_DATA)
+install-illume_home: install-illume_homeDATA install-illume_homepkgLTLIBRARIES
index 0e54859..b982e76 100644 (file)
@@ -31,3 +31,7 @@ illume_indicator_module_la_SOURCES += illume-indicator/e_mod_notify.c \
 endif
 
 illume_indicator_module_la_LIBADD = @ENOTIFY_LIBS@
+
+,PHONY: illume_indicator install-illume_indicator
+illume_indicator: $(illume_indicatorpkg_LTLIBRARIES) $(illume_indicator_DATA)
+install-illume_indicator: install-illume_indicatorDATA install-illume_indicatorpkgLTLIBRARIES
index 8e2620e..bb0a06f 100644 (file)
@@ -9,3 +9,7 @@ illume_kbd_togglepkg_LTLIBRARIES = illume-kbd-toggle/module.la
 
 illume_kbd_toggle_module_la_SOURCES = illume-kbd-toggle/e_mod_main.c \
                                      illume-kbd-toggle/e_mod_main.h
+
+,PHONY: illume_kbd_toggle install-illume_kbd_toggle
+illume_kbd_toggle: $(illume_kbd_togglepkg_LTLIBRARIES) $(illume_kbd_toggle_DATA)
+install-illume_kbd_toggle: install-illume_kbd_toggleDATA install-illume_kbd_togglepkgLTLIBRARIES
index e69261b..d95b5b2 100644 (file)
@@ -56,3 +56,8 @@ illume_keyboard_module_la_SOURCES = illume-keyboard/e_mod_main.c \
                                    illume-keyboard/e_kbd_send.h \
                                    illume-keyboard/e_mod_config.c \
                                    illume-keyboard/e_mod_config.h
+
+# TODO: incomplete
+,PHONY: illume_keyboard install-illume_keyboard
+illume_keyboard: $(illume_keyboardpkg_LTLIBRARIES) $(illume_keyboard_DATA)
+install-illume_keyboard: install-illume_keyboardDATA install-illume_keyboardpkgLTLIBRARIES
index 207c4bf..9fafc2a 100644 (file)
@@ -9,3 +9,7 @@ illume_mode_togglepkg_LTLIBRARIES = illume-mode-toggle/module.la
 
 illume_mode_toggle_module_la_SOURCES = illume-mode-toggle/e_mod_main.c \
                                      illume-mode-toggle/e_mod_main.h
+
+,PHONY: illume_mode_toggle install-illume_mode_toggle
+illume_mode_toggle: $(illume_mode_togglepkg_LTLIBRARIES) $(illume_mode_toggle_DATA)
+install-illume_mode_toggle: install-illume_mode_toggleDATA install-illume_mode_togglepkgLTLIBRARIES
index 393d19f..9616f3e 100644 (file)
@@ -24,3 +24,7 @@ illume_softkey_module_la_SOURCES = illume-softkey/e_mod_main.c \
                                   illume-softkey/e_mod_sft_win.h \
                                   illume-softkey/e_mod_config.c \
                                   illume-softkey/e_mod_config.h
+
+,PHONY: illume_softkey install-illume_softkey
+illume_softkey: $(illume_softkeypkg_LTLIBRARIES) $(illume_softkey_DATA)
+install-illume_softkey: install-illume_softkeyDATA install-illume_softkeypkgLTLIBRARIES
index 18baf01..c652777 100644 (file)
@@ -69,3 +69,8 @@ illume2_module_la_SOURCES = illume2/e_mod_main.c \
                            illume2/e_mod_policy.c \
                            illume2/e_mod_config.h \
                            illume2/e_mod_config.c
+
+# TODO: incomplete
+,PHONY: illume2 install-illume2
+illume2: $(illume2pkg_LTLIBRARIES) $(illume2_DATA)
+install-illume2: install-illume2DATA install-illume2pkgLTLIBRARIES
index 3035aa2..249aad9 100644 (file)
@@ -36,3 +36,7 @@ if HAVE_ENOTIFY
 mixer_module_la_CFLAGS += @ENOTIFY_CFLAGS@
 mixer_module_la_LIBADD += @ENOTIFY_LIBS@
 endif
+
+,PHONY: mixer install-mixer
+mixer: $(mixerpkg_LTLIBRARIES) $(mixer_DATA)
+install-mixer: install-mixerDATA install-mixerpkgLTLIBRARIES
index 6da34fd..2067496 100644 (file)
@@ -12,3 +12,7 @@ msgbus_module_la_SOURCES = msgbus/e_mod_main.h \
                           msgbus/msgbus_audit.c \
                           msgbus/msgbus_desktop.c \
                           msgbus/msgbus_lang.c
+
+,PHONY: msgbus install-msgbus
+msgbus: $(msgbuspkg_LTLIBRARIES) $(msgbus_DATA)
+install-msgbus: install-msgbusDATA install-msgbuspkgLTLIBRARIES
index ffad048..5d69afb 100644 (file)
@@ -15,3 +15,7 @@ notification_module_la_SOURCES  = notification/e_mod_main.h \
                                  notification/e_mod_popup.c
 
 notification_module_la_LIBADD = @ENOTIFY_LIBS@
+
+,PHONY: notification install-notification
+notification: $(notificationpkg_LTLIBRARIES) $(notification_DATA)
+install-notification: install-notificationDATA install-notificationpkgLTLIBRARIES
index 11bc299..fbdcf4b 100644 (file)
@@ -10,3 +10,7 @@ pagerpkg_LTLIBRARIES = pager/module.la
 pager_module_la_SOURCES = pager/e_mod_main.h \
                          pager/e_mod_main.c \
                          pager/e_mod_config.c
+
+,PHONY: pager install-pager
+pager: $(pagerpkg_LTLIBRARIES) $(pager_DATA)
+install-pager: install-pagerDATA install-pagerpkgLTLIBRARIES
index c4a1713..e599482 100644 (file)
@@ -17,3 +17,7 @@ physics_module_la_SOURCES = physics/e_mod_main.c \
                            physics/e_mod_physics.h
 
 physics_module_la_LIBADD       = @EPHYSICS_LIBS@
+
+,PHONY: physics install-physics
+physics: $(physicspkg_LTLIBRARIES) $(physics_DATA)
+install-physics: install-physicsDATA install-physicspkgLTLIBRARIES
index 7c2e431..30f21b7 100644 (file)
@@ -13,3 +13,7 @@ quickaccess_module_la_SOURCES = quickaccess/e_mod_main.c \
                                quickaccess/e_mod_quickaccess.c \
                                quickaccess/e_quickaccess_bindings.c \
                                quickaccess/e_quickaccess_db.c
+
+,PHONY: quickaccess install-quickaccess
+quickaccess: $(quickaccesspkg_LTLIBRARIES) $(quickaccess_DATA)
+install-quickaccess: install-quickaccessDATA install-quickaccesspkgLTLIBRARIES
index 78d40ac..88c464f 100644 (file)
@@ -9,3 +9,7 @@ shotpkg_LTLIBRARIES = shot/module.la
 
 shot_module_la_SOURCES = shot/e_mod_main.c \
                         shot/e_mod_main.h
+
+,PHONY: shot install-shot
+shot: $(shotpkg_LTLIBRARIES) $(shot_DATA)
+install-shot: install-shotDATA install-shotpkgLTLIBRARIES
index b2c7782..850b2da 100644 (file)
@@ -9,3 +9,7 @@ startpkg_LTLIBRARIES = start/module.la
 
 start_module_la_SOURCES = start/e_mod_main.h \
                          start/e_mod_main.c
+
+,PHONY: start install-start
+start: $(startpkg_LTLIBRARIES) $(start_DATA)
+install-start: install-startDATA install-startpkgLTLIBRARIES
index 0ce09c8..7345650 100644 (file)
@@ -14,3 +14,7 @@ syscon_module_la_SOURCES = syscon/e_mod_main.c \
                           syscon/e_syscon.c \
                           syscon/e_syscon.h \
                           syscon/e_syscon_gadget.c
+
+,PHONY: syscon install-syscon
+syscon: $(sysconpkg_LTLIBRARIES) $(syscon_DATA)
+install-syscon: install-sysconDATA install-sysconpkgLTLIBRARIES
index 2bda7fc..f3d7bef 100644 (file)
@@ -9,3 +9,7 @@ systraypkg_LTLIBRARIES = systray/module.la
 
 systray_module_la_SOURCES = systray/e_mod_main.h \
                            systray/e_mod_main.c
+
+,PHONY: systray install-systray
+systray: $(systraypkg_LTLIBRARIES) $(systray_DATA)
+install-systray: install-systrayDATA install-systraypkgLTLIBRARIES
index 3ca1d92..8f8a17b 100644 (file)
@@ -10,3 +10,7 @@ taskspkg_LTLIBRARIES = tasks/module.la
 tasks_module_la_SOURCES = tasks/e_mod_main.c \
                          tasks/e_mod_main.h \
                          tasks/e_mod_config.c
+
+,PHONY: tasks install-tasks
+tasks: $(taskspkg_LTLIBRARIES) $(tasks_DATA)
+install-tasks: install-tasksDATA install-taskspkgLTLIBRARIES
index 2df457a..73d525e 100644 (file)
@@ -22,3 +22,7 @@ tempget_PROGRAMS = temperature/tempget
 
 temperature_tempget_SOURCES = temperature/tempget.c
 temperature_tempget_LDADD   = @TEMPERATURE_LIBS@
+
+,PHONY: temperature install-temperature
+temperature: $(temperaturepkg_LTLIBRARIES) $(temperature_DATA) $(tempget_PROGRAMS)
+install-temperature: install-temperatureDATA install-temperaturepkgLTLIBRARIES install-tempgetPROGRAMS
index 07ebcea..aad76c7 100644 (file)
@@ -27,3 +27,7 @@ tiling/%.edj: tiling/%.edc Makefile
 tiling_module_la_SOURCES = tiling/e_mod_tiling.c \
                           tiling/e_mod_tiling.h \
                           tiling/e_mod_config.c
+
+,PHONY: tiling install-tiling
+tiling: $(tilingpkg_LTLIBRARIES) $(tiling_DATA)
+install-tiling: install-tilingDATA install-tilingpkgLTLIBRARIES
index a49e780..bb83e0e 100644 (file)
@@ -13,3 +13,7 @@ winlist_module_la_SOURCES = winlist/e_mod_main.h \
                            winlist/e_int_config_winlist.c \
                            winlist/e_winlist.h \
                            winlist/e_winlist.c
+
+,PHONY: winlist install-winlist
+winlist: $(winlistpkg_LTLIBRARIES) $(winlist_DATA)
+install-winlist: install-winlistDATA install-winlistpkgLTLIBRARIES
index 8639cd7..45b7a63 100644 (file)
@@ -109,3 +109,7 @@ wizard_page_160_la_SOURCES        = wizard/page_160.c
 wizard_page_170_la_SOURCES        = wizard/page_170.c
 
 wizard_page_200_la_SOURCES        = wizard/page_200.c
+
+,PHONY: wizard install-wizard
+wizard: $(wizardpkg_LTLIBRARIES) $(wizard_DATA)
+install-wizard: install-wizardDATA install-wizardpkgLTLIBRARIES
index 3ee8ba7..f718a5c 100644 (file)
@@ -12,3 +12,7 @@ xkbswitch_module_la_SOURCES = xkbswitch/e_mod_main.c \
                              xkbswitch/e_mod_config.c \
                              xkbswitch/e_mod_parse.c \
                              xkbswitch/e_mod_parse.h
+
+,PHONY: xkbswitch install-xkbswitch
+xkbswitch: $(xkbswitchpkg_LTLIBRARIES) $(xkbswitch_DATA)
+install-xkbswitch: install-xkbswitchDATA install-xkbswitchpkgLTLIBRARIES