]> git.sesse.net Git - nms/blob - web/ext/Makefile.super
Added Chillout.
[nms] / web / ext / Makefile.super
1 all:
2         swig -perl5 graph.i
3         perl Makefile.PL
4         make
5         mv blib/arch/auto/mygraph/mygraph.so ./
6         mv blib/lib/mygraph.pm ./
7         rm -fr blib
8         rm pm_to_blib
9
10 clean:
11         rm -f mygraph.pm mygraph.so graph_wrap.c graph_wrap.o \
12         Makefile mygraph.bs