e: build and install modules separately

SVN revision: 79454
This commit is contained in:
Sebastian Dransfeld 2012-11-19 20:17:06 +00:00
parent e5a6beaa9e
commit 8d810ae79f
56 changed files with 226 additions and 0 deletions

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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