]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/gtkmathview-bonobo/Makefile.am
dir reorganization
[helm.git] / helm / DEVEL / gtkmathview-bonobo / Makefile.am
diff --git a/helm/DEVEL/gtkmathview-bonobo/Makefile.am b/helm/DEVEL/gtkmathview-bonobo/Makefile.am
new file mode 100644 (file)
index 0000000..afa1ecd
--- /dev/null
@@ -0,0 +1,20 @@
+EXTRA_DIST = config.h.in
+SUBDIRS = idl src test
+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 \
+       )
+