]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gtkmathview-bonobo/Makefile.am
* first snapshot
[helm.git] / helm / gtkmathview-bonobo / Makefile.am
diff --git a/helm/gtkmathview-bonobo/Makefile.am b/helm/gtkmathview-bonobo/Makefile.am
new file mode 100644 (file)
index 0000000..38452e2
--- /dev/null
@@ -0,0 +1,20 @@
+EXTRA_DIST = BUGS HISTORY LICENSE ANNOUNCEMENT CONTRIBUTORS config.h.in
+SUBDIRS = src
+CLEANFILES = core *.log *.eps
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA=gtkmathview-bonobo.pc
+
+backup:
+       tar cvfz ../@PACKAGE@-@VERSION@-`date|tr ' ' '_'|tr ':' '_'`.tar.gz .
+
+cleanbak:
+       -rm -f `find . -name "*~"`
+
+lc:
+       @( \
+       CFILES=`find . -name "*.c"`; \
+       HFILES=`find . -name "*.h"`; \
+       wc -l $$CFILES $$HFILES | tail -n 1 \
+       )
+