summaryrefslogtreecommitdiff
path: root/miext
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-07-01 20:29:53 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-07-01 20:29:53 +0000
commitded56b1a74e6b3e4c48054b7e142d924b19e6104 (patch)
treec2c9fb687494f559cb19e317290e272849c391ae /miext
parentaabb868920658c9d3979dc194c6bd9702171f101 (diff)
Adding initial build system.
Diffstat (limited to 'miext')
-rw-r--r--miext/Makefile.am4
-rw-r--r--miext/cw/Makefile.am6
-rw-r--r--miext/damage/Makefile.am6
-rw-r--r--miext/layer/Makefile.am9
-rw-r--r--miext/shadow/Makefile.am25
5 files changed, 50 insertions, 0 deletions
diff --git a/miext/Makefile.am b/miext/Makefile.am
new file mode 100644
index 000000000..aa3ab5681
--- /dev/null
+++ b/miext/Makefile.am
@@ -0,0 +1,4 @@
+SUBDIRS = damage shadow layer
+if COMPOSITE
+SUBDIRS += cw
+endif
diff --git a/miext/cw/Makefile.am b/miext/cw/Makefile.am
new file mode 100644
index 000000000..cb5bc8c8a
--- /dev/null
+++ b/miext/cw/Makefile.am
@@ -0,0 +1,6 @@
+noinst_LTLIBRARIES = libcw.la
+
+libcw_la_SOURCES = \
+ cw.c \
+ cw_ops.c \
+ cw_render.c
diff --git a/miext/damage/Makefile.am b/miext/damage/Makefile.am
new file mode 100644
index 000000000..7c0a3cd64
--- /dev/null
+++ b/miext/damage/Makefile.am
@@ -0,0 +1,6 @@
+noinst_LTLIBRARIES = libdamage.la
+
+libdamage_la_SOURCES = \
+ damage.c \
+ damage.h \
+ damagestr.h
diff --git a/miext/layer/Makefile.am b/miext/layer/Makefile.am
new file mode 100644
index 000000000..cc4da4d88
--- /dev/null
+++ b/miext/layer/Makefile.am
@@ -0,0 +1,9 @@
+noinst_LTLIBRARIES = liblayer.la
+
+liblayer_la_SOURCES = \
+ layer.h \
+ layergc.c \
+ layerinit.c \
+ layerpict.c \
+ layerstr.h \
+ layerwin.c
diff --git a/miext/shadow/Makefile.am b/miext/shadow/Makefile.am
new file mode 100644
index 000000000..2c396ddfe
--- /dev/null
+++ b/miext/shadow/Makefile.am
@@ -0,0 +1,25 @@
+module_LTLIBRARIES = libshadow.la
+
+sdk_HEADERS = shadow.h
+
+libshadow_la_SOURCES = \
+ shadow.c \
+ shadow.h \
+ shalloc.c \
+ shpacked.c \
+ shplanar8.c \
+ shplanar.c \
+ shrot16pack_180.c \
+ shrot16pack_270.c \
+ shrot16pack_90.c \
+ shrot16pack.c \
+ shrot32pack_180.c \
+ shrot32pack_270.c \
+ shrot32pack_90.c \
+ shrot32pack.c \
+ shrot8pack_180.c \
+ shrot8pack_270.c \
+ shrot8pack_90.c \
+ shrot8pack.c \
+ shrotate.c \
+ shrotpack.h