summaryrefslogtreecommitdiff
path: root/dw/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'dw/Makefile.am')
-rw-r--r--dw/Makefile.am57
1 files changed, 57 insertions, 0 deletions
diff --git a/dw/Makefile.am b/dw/Makefile.am
new file mode 100644
index 0000000..471a309
--- /dev/null
+++ b/dw/Makefile.am
@@ -0,0 +1,57 @@
+AM_CPPFLAGS = \
+ -I$(top_srcdir) \
+ -DDILLO_LIBDIR='"$(pkglibdir)/"' \
+ -DCUR_WORKING_DIR='"@BASE_CUR_WORKING_DIR@/dw"'
+
+noinst_LIBRARIES = \
+ libDw-core.a \
+ libDw-fltk.a
+
+libDw_core_a_SOURCES = \
+ core.hh \
+ events.hh \
+ findtext.cc \
+ findtext.hh \
+ imgbuf.hh \
+ imgrenderer.hh \
+ imgrenderer.cc \
+ iterator.cc \
+ iterator.hh \
+ layout.cc \
+ layout.hh \
+ platform.hh \
+ selection.hh \
+ selection.cc \
+ style.cc \
+ style.hh \
+ types.cc \
+ types.hh \
+ ui.cc \
+ ui.hh \
+ view.hh \
+ widget.cc \
+ widget.hh
+
+# "fltkcomplexbutton.cc", "fltkcomplexbutton.hh", "fltkflatview.cc",
+# and "fltkflatview.hh" have been removed from libDw-fltk.a.
+
+libDw_fltk_a_SOURCES = \
+ fltkcore.hh \
+ fltkimgbuf.cc \
+ fltkimgbuf.hh \
+ fltkmisc.cc \
+ fltkmisc.hh \
+ fltkplatform.cc \
+ fltkplatform.hh \
+ fltkpreview.hh \
+ fltkpreview.cc \
+ fltkui.cc \
+ fltkui.hh \
+ fltkviewbase.cc \
+ fltkviewbase.hh \
+ fltkviewport.cc \
+ fltkviewport.hh
+
+libDw_fltk_a_CXXFLAGS = @LIBFLTK_CXXFLAGS@
+
+EXTRA_DIST = preview.xbm