commit c86e36a

Michael Forney  ·  2014-01-22 22:36:07 +0000 UTC
parent b96f614
libswc/local.mk: Sort sources
1 files changed,  +21, -24
+21, -24
 1@@ -28,40 +28,37 @@ $(dir)_PACKAGES =   \
 2     xkbcommon
 3 
 4 SWC_SOURCES =                       \
 5-    libswc/launch.c                 \
 6-    libswc/compositor.c             \
 7-    libswc/view.c                   \
 8+    launch/protocol.c               \
 9+    libswc/bindings.c               \
10     libswc/buffer.c                 \
11-    libswc/wayland_buffer.c         \
12+    libswc/compositor.c             \
13     libswc/cursor_plane.c           \
14+    libswc/data.c                   \
15+    libswc/data_device.c            \
16+    libswc/data_device_manager.c    \
17+    libswc/drm.c                    \
18+    libswc/evdev_device.c           \
19     libswc/framebuffer_plane.c      \
20-    libswc/util.c                   \
21-    libswc/output.c                 \
22-    libswc/surface.c                \
23-    libswc/region.c                 \
24     libswc/input_focus.c            \
25     libswc/keyboard.c               \
26+    libswc/launch.c                 \
27+    libswc/mode.c                   \
28+    libswc/output.c                 \
29     libswc/pointer.c                \
30+    libswc/region.c                 \
31+    libswc/screen.c                 \
32     libswc/seat.c                   \
33-    libswc/data_device_manager.c    \
34-    libswc/data_device.c            \
35-    libswc/data.c                   \
36-    libswc/mode.c                   \
37-    libswc/evdev_device.c           \
38-    libswc/xkb.c                    \
39+    libswc/shell.c                  \
40+    libswc/shell_surface.c          \
41     libswc/shm.c                    \
42-    libswc/drm.c                    \
43-    protocol/wayland-drm-protocol.c \
44-    launch/protocol.c
45-
46-# Public interface
47-SWC_SOURCES +=                      \
48+    libswc/surface.c                \
49     libswc/swc.c                    \
50+    libswc/util.c                   \
51+    libswc/view.c                   \
52+    libswc/wayland_buffer.c         \
53     libswc/window.c                 \
54-    libswc/shell.c                  \
55-    libswc/shell_surface.c          \
56-    libswc/bindings.c               \
57-    libswc/screen.c
58+    libswc/xkb.c                    \
59+    protocol/wayland-drm-protocol.c
60 
61 ifeq ($(ENABLE_HOTPLUGGING),1)
62 $(dir)_CFLAGS += -DENABLE_HOTPLUGGING