2010-09-14 10:45:00 -04:00
|
|
|
include ../config.mk
|
|
|
|
|
|
|
|
|
|
CFLAGS += $(COMPOSITOR_CFLAGS)
|
2010-09-14 11:13:18 -04:00
|
|
|
LDLIBS += -L../wayland -lwayland-server $(COMPOSITOR_LIBS) -rdynamic -lrt -lm
|
2010-09-14 10:45:00 -04:00
|
|
|
|
|
|
|
|
all : compositor
|
|
|
|
|
|
|
|
|
|
compositor : \
|
|
|
|
|
compositor.o \
|
|
|
|
|
compositor-drm.o \
|
|
|
|
|
compositor-x11.o \
|
|
|
|
|
screenshooter.o \
|
|
|
|
|
drm.o
|
|
|
|
|
|
|
|
|
|
clean :
|
|
|
|
|
rm -f compositor *.o .*.deps
|
|
|
|
|
|
2010-09-14 11:13:18 -04:00
|
|
|
install :
|
|
|
|
|
install 70-wayland.rules ${udev_rules_dir}
|