mutter/src/Makefile.am

75 lines
1.9 KiB
Makefile
Raw Normal View History

2001-06-02 00:14:18 -04:00
SUBDIRS=uislave
2001-06-03 01:39:43 -04:00
INCLUDES=@METACITY_CFLAGS@ -DMETACITY_LIBEXECDIR=\"$(libexecdir)\" -DHOST_ALIAS=\"@HOST_ALIAS@\" -DMETACITY_COMPILE=1
## convenience libraries lead to annoying slow compiles, plus we want
## to be extra-hacky by using #ifdef METACITY_COMPILE, ergo cheesy
## hack that follows.
copied_sources= \
messagequeue.h \
messagequeue.c
copied_sources_deps= \
$(srcdir)/uislave/messagequeue.h \
$(srcdir)/uislave/messagequeue.c
BUILT_SOURCES=$(copied_sources)
$(copied_sources): $(copied_sources_deps)
for I in $(copied_sources); do \
rm -f $$I ; \
2001-06-03 03:41:36 -04:00
echo "/* DO NOT EDIT THIS FILE */" > $$I ; \
echo "/* DO NOT EDIT THIS FILE */" >> $$I ; \
echo "/* DO NOT EDIT THIS FILE */" >> $$I ; \
echo "/* DO NOT EDIT THIS FILE */" >> $$I ; \
echo "/* DO NOT EDIT THIS FILE */" >> $$I ; \
echo "/* DO NOT EDIT THIS FILE */" >> $$I ; \
echo "/* DO NOT EDIT THIS FILE */" >> $$I ; \
echo "/* DO NOT EDIT THIS FILE */" >> $$I ; \
echo "/* DO NOT EDIT THIS FILE */" >> $$I ; \
echo "/* DO NOT EDIT THIS FILE */" >> $$I ; \
echo "/* DO NOT EDIT THIS FILE */" >> $$I ; \
echo "/* DO NOT EDIT THIS FILE */" >> $$I ; \
echo "/* DO NOT EDIT THIS FILE */" >> $$I ; \
echo "/* DO NOT EDIT THIS FILE */" >> $$I ; \
echo "/* DO NOT EDIT THIS FILE */" >> $$I ; \
cat $(srcdir)/uislave/$$I >> $$I ; \
2001-06-03 01:39:43 -04:00
done
2001-06-02 00:14:18 -04:00
metacity_SOURCES= \
api.c \
api.h \
colors.c \
colors.h \
display.c \
display.h \
errors.c \
errors.h \
eventqueue.c \
eventqueue.h \
frame.c \
frame.h \
2001-06-06 00:47:37 -04:00
keybindings.c \
keybindings.h \
2001-06-02 00:14:18 -04:00
main.c \
main.h \
screen.c \
screen.h \
2001-06-09 17:58:30 -04:00
session.c \
session.h \
2001-06-02 00:14:18 -04:00
theme.c \
theme.h \
uislave.c \
uislave.h \
util.c \
util.h \
window.c \
2001-06-03 01:39:43 -04:00
window.h \
2001-06-06 00:47:37 -04:00
workspace.c \
workspace.h \
2001-06-03 01:39:43 -04:00
$(copied_sources)
2001-06-02 00:14:18 -04:00
bin_PROGRAMS=metacity
metacity_LDADD= @METACITY_LIBS@