enlightenment/src/modules/Makefile_wl_desktop_shell.am

26 lines
1.3 KiB
Plaintext

wl_desktop_shelldir = $(MDIR)/wl_desktop_shell
wl_desktop_shell_DATA = wl_desktop_shell/e-module-wl_desktop_shell.edj \
wl_desktop_shell/module.desktop
EXTRA_DIST += wl_desktop_shell/e-module-wl_desktop_shell.edj \
wl_desktop_shell/module.desktop.in \
wl_desktop_shell/e-desktop-shell.xml \
wl_desktop_shell/e_desktop_shell_protocol.h \
wl_desktop_shell/e_desktop_shell_protocol.c
wl_desktop_shellpkgdir = $(MDIR)/wl_desktop_shell/$(MODULE_ARCH)
wl_desktop_shellpkg_LTLIBRARIES = wl_desktop_shell/module.la
wl_desktop_shell_module_la_DEPENDENCIES = $(MDEPENDENCIES)
wl_desktop_shell_module_la_CFLAGS = $(AM_CFLAGS) @WL_DESKTOP_SHELL_CFLAGS@ @WAYLAND_CFLAGS@
wl_desktop_shell_module_la_LIBADD = $(LIBS) @WL_DESKTOP_SHELL_LIBS@ @WAYLAND_LIBS@
# wl_desktop_shell_module_la_LDFLAGS = $(AM_LDFLAGS) @WL_DESKTOP_SHELL_LDFLAGS@ @WAYLAND_LDFLAGS@
wl_desktop_shell_module_la_SOURCES = wl_desktop_shell/e_mod_main.c \
wl_desktop_shell/e_mod_main.h \
wl_desktop_shell/e_desktop_shell_protocol.c
wl_desktop_shell/e_desktop_shell_protocol.h
# TODO: incomplete
#.PHONY: wl_desktop_shell install-wl_desktop_shell
#wl_desktop_shell: $(wl_desktop_shellpkg_LTLIBRARIES) $(wl_desktop_shell_DATA)
#install-wl_desktop_shell: install-wl_desktop_shellDATA install-wl_desktop_shellpkgLTLIBRARIES