Changed build system to Automake. Split Glk code off into a GTK widget.
[projects/chimara/chimara.git] / Makefile.am
diff --git a/Makefile.am b/Makefile.am
new file mode 100755 (executable)
index 0000000..42e7b2b
--- /dev/null
@@ -0,0 +1,24 @@
+## Process this file with automake to produce Makefile.in
+## Created by Anjuta
+
+SUBDIRS = src po
+
+chimaradocdir = ${prefix}/doc/chimara
+chimaradoc_DATA = \
+       README\
+       COPYING\
+       AUTHORS\
+       ChangeLog\
+       INSTALL\
+       NEWS
+
+EXTRA_DIST = $(chimaradoc_DATA)
+
+# Copy all the spec files. Of cource, only one is actually used.
+dist-hook:
+       for specfile in *.spec; do \
+               if test -f $$specfile; then \
+                       cp -p $$specfile $(distdir); \
+               fi \
+       done
+