mirror of
https://github.com/brl/mutter.git
synced 2024-11-28 11:00:54 -05:00
46 lines
748 B
Makefile
46 lines
748 B
Makefile
|
|
INCLUDES=@METACITY_CFLAGS@ -DMETACITY_LIBEXECDIR=\"$(libexecdir)\" -DHOST_ALIAS=\"@HOST_ALIAS@\"
|
|
|
|
metacity_SOURCES= \
|
|
common.h \
|
|
core.c \
|
|
core.h \
|
|
display.c \
|
|
display.h \
|
|
errors.c \
|
|
errors.h \
|
|
eventqueue.c \
|
|
eventqueue.h \
|
|
fixedtip.c \
|
|
fixedtip.h \
|
|
frame.c \
|
|
frame.h \
|
|
frames.c \
|
|
frames.h \
|
|
keybindings.c \
|
|
keybindings.h \
|
|
main.c \
|
|
main.h \
|
|
menu.c \
|
|
menu.h \
|
|
place.c \
|
|
place.h \
|
|
screen.c \
|
|
screen.h \
|
|
session.c \
|
|
session.h \
|
|
stack.c \
|
|
stack.h \
|
|
ui.c \
|
|
ui.h \
|
|
util.c \
|
|
util.h \
|
|
window.c \
|
|
window.h \
|
|
workspace.c \
|
|
workspace.h
|
|
|
|
bin_PROGRAMS=metacity
|
|
|
|
metacity_LDADD= @METACITY_LIBS@
|