enlightenment/src/modules/Makefile.am

225 lines
3.0 KiB
Makefile
Raw Normal View History

MAINTAINERCLEANFILES = Makefile.in
SUBDIRS =
if USE_MODULE_IBAR
SUBDIRS += ibar
endif
if USE_MODULE_DROPSHADOW
SUBDIRS += dropshadow
endif
if USE_MODULE_CLOCK
SUBDIRS += clock
endif
if USE_MODULE_PAGER
SUBDIRS += pager
endif
if USE_MODULE_BATTERY
SUBDIRS += battery
endif
if USE_MODULE_TEMPERATURE
SUBDIRS += temperature
endif
if USE_MODULE_NOTIFICATION
SUBDIRS += notification
endif
if USE_MODULE_CPUFREQ
SUBDIRS += cpufreq
endif
if USE_MODULE_IBOX
SUBDIRS += ibox
endif
if USE_MODULE_START
SUBDIRS += start
endif
if USE_MODULE_WINLIST
SUBDIRS += winlist
endif
if USE_MODULE_FILEMAN
SUBDIRS += fileman
endif
if USE_MODULE_FILEMAN_OPINFO
SUBDIRS += fileman_opinfo
endif
if USE_MODULE_WIZARD
SUBDIRS += wizard
endif
if USE_MODULE_CONF
SUBDIRS += conf
endif
if USE_MODULE_CONF_WALLPAPER2
SUBDIRS += conf_wallpaper2
endif
if USE_MODULE_CONF_THEME
SUBDIRS += conf_theme
endif
if USE_MODULE_CONF_INTL
SUBDIRS += conf_intl
endif
if USE_MODULE_MSGBUS
SUBDIRS += msgbus
endif
if USE_MODULE_CONF_APPLICATIONS
SUBDIRS += conf_applications
endif
if USE_MODULE_CONF_DISPLAY
SUBDIRS += conf_display
endif
if USE_MODULE_CONF_SHELVES
SUBDIRS += conf_shelves
endif
if USE_MODULE_CONF_KEYBINDINGS
SUBDIRS += conf_keybindings
endif
if USE_MODULE_CONF_EDGEBINDINGS
SUBDIRS += conf_edgebindings
endif
if USE_MODULE_CONF_WINDOW_REMEMBERS
SUBDIRS += conf_window_remembers
endif
if USE_MODULE_CONF_WINDOW_MANIPULATION
SUBDIRS += conf_window_manipulation
endif
if USE_MODULE_CONF_MENUS
SUBDIRS += conf_menus
endif
if USE_MODULE_CONF_DIALOGS
SUBDIRS += conf_dialogs
endif
if USE_MODULE_CONF_PERFORMANCE
SUBDIRS += conf_performance
endif
if USE_MODULE_CONF_PATHS
SUBDIRS += conf_paths
endif
if USE_MODULE_CONF_INTERACTION
SUBDIRS += conf_interaction
endif
if USE_MODULE_CONF_RANDR
SUBDIRS += conf_randr
endif
if USE_MODULE_GADMAN
SUBDIRS += gadman
endif
if USE_MODULE_MIXER
SUBDIRS += mixer
endif
if USE_MODULE_CONNMAN
SUBDIRS += connman
endif
if USE_MODULE_BLUEZ
SUBDIRS += bluez
endif
if USE_MODULE_ILLUME2
SUBDIRS += \
illume2 \
illume-home \
illume-home-toggle \
illume-softkey \
illume-keyboard \
illume-indicator \
illume-kbd-toggle \
illume-mode-toggle \
illume-bluetooth
endif
if USE_MODULE_SYSCON
SUBDIRS += syscon
endif
if USE_MODULE_EVERYTHING
SUBDIRS += everything
endif
if USE_MODULE_SYSTRAY
SUBDIRS += systray
endif
if USE_MODULE_COMP
SUBDIRS += comp
endif
if USE_MODULE_PHYSICS
SUBDIRS += physics
endif
super sekrit module mostly complete: introducing the new and rewritten quickaccess module! found in the Launcher category, this module allows for windows to be hidden/shown using bindings, and can be used to turn any window/application into a quake-style drop-down terminal or whatever else you would use triggered window hiding/showing for. config options: * autohide - hides window when focus is lost * hide instead of raise - by default, qa will raise an activated window if it doesn't have focus; use this option to make it hide instead of raising * automatically reopen when closed - this option, when set, causes qa to relaunch the application which created the window if the window is closed. it should (probably) only be used for terminals, and requires some magic for setting window names on terminals which I have created some infra for extending to non-standard terminal types; currently all xterm clones, urxvt, and terminology are supported. note that setting this option will cause the entry to become permanent, as any entry which is set to restart itself when closed cannot be transient * transient - a window added to qa is initially a transient entry, meaning it's temporary: once you close the window, the binding is deleted, though the binding will remain if you restart e17. if you uncheck this option, it will become a permanent entry which can only be deleted either through the quickaccess advanced settings or the keybindings dialog. fun fact: you can get to the quickaccess settings faster by clicking the Quickaccess... border menu item SVN revision: 75550
2012-08-22 06:55:41 -07:00
if USE_MODULE_QUICKACCESS
SUBDIRS += quickaccess
endif
if USE_MODULE_OFONO
SUBDIRS += ofono
endif
if USE_MODULE_SHOT
SUBDIRS += shot
endif
if USE_MODULE_BACKLIGHT
SUBDIRS += backlight
endif
if USE_MODULE_TASKS
SUBDIRS += tasks
endif
if USE_MODULE_XKBSWITCH
SUBDIRS += xkbswitch
endif
if USE_MODULE_TILING
SUBDIRS += tiling
endif
if USE_MODULE_ACCESS
SUBDIRS += access
endif
#if HAVE_WAYLAND_DRM
# SUBDIRS += wl_drm
#endif
#if HAVE_WAYLAND_SHELL
# SUBDIRS += wl_shell
#endif
#if HAVE_WAYLAND_SCREENSHOT
# SUBDIRS += wl_screenshot
#endif