]> matita.cs.unibo.it Git - helm.git/blob - helm/helmpot/Makefile.am
ocaml 3.09 transition
[helm.git] / helm / helmpot / Makefile.am
1
2 CLEANFILES = core t1lib.log helmpot.spec
3
4 bin_PROGRAMS = helmpot
5
6 noinst_HEADERS = guiGTK.h
7
8 helmpot_SOURCES = \
9   main.c \
10   guiGTK.c
11
12 backup:
13         tar cvfz ../@PACKAGE@-@VERSION@-`date|tr ' ' '_'|tr ':' '_'`.tar.gz .
14
15 cleanbak:
16         -rm -f `find . -name "*~"`
17
18 lc:
19         @( \
20         CFILES=`find . -name "*.c"`; \
21         HFILES=`find . -name "*.h"`; \
22         wc -l $$CFILES $$HFILES | tail -n 1 \
23         )
24
25 INCLUDES = $(GTK_CFLAGS)
26