1
0
Fork 0
mutter-performance-source/src/Makefile.am

39 lines
641 B
Makefile
Raw Normal View History

2001-06-02 04:14:18 +00:00
2001-06-17 19:53:45 +00:00
INCLUDES=@METACITY_CFLAGS@ -DMETACITY_LIBEXECDIR=\"$(libexecdir)\" -DHOST_ALIAS=\"@HOST_ALIAS@\"
2001-06-02 04:14:18 +00:00
metacity_SOURCES= \
2001-06-18 06:11:53 +00:00
core.c \
core.h \
2001-06-02 04:14:18 +00:00
display.c \
display.h \
errors.c \
errors.h \
eventqueue.c \
eventqueue.h \
frame.c \
frame.h \
2001-06-17 19:53:45 +00:00
frames.c \
frames.h \
2001-06-06 04:47:37 +00:00
keybindings.c \
keybindings.h \
2001-06-02 04:14:18 +00:00
main.c \
main.h \
screen.c \
screen.h \
2001-06-09 21:58:30 +00:00
session.c \
session.h \
2001-06-10 07:52:35 +00:00
stack.c \
stack.h \
2001-06-18 06:11:53 +00:00
ui.c \
ui.h \
2001-06-02 04:14:18 +00:00
util.c \
util.h \
window.c \
2001-06-03 05:39:43 +00:00
window.h \
2001-06-06 04:47:37 +00:00
workspace.c \
2001-06-17 19:53:45 +00:00
workspace.h
2001-06-02 04:14:18 +00:00
bin_PROGRAMS=metacity
metacity_LDADD= @METACITY_LIBS@