=================================================================== RCS file: /home/cvs/OpenXM/src/oxmgraph/Makefile.in,v retrieving revision 1.1 retrieving revision 1.3 diff -u -p -r1.1 -r1.3 --- OpenXM/src/oxmgraph/Makefile.in 2009/02/08 04:56:59 1.1 +++ OpenXM/src/oxmgraph/Makefile.in 2009/02/22 02:14:44 1.3 @@ -13,18 +13,14 @@ ${MYTARGET}: graph.c install: ${MYTARGET2} install2: ${MYTARGET} install ${MYTARGET} ${OpenXM_HOME}/bin + mkdir -p ${OpenXM_HOME}/share/oxmgraph + install share/inobuta.tga ${OpenXM_HOME}/share/oxmgraph install-for-debug: ln -s `pwd`/graph ${OpenXM_HOME}/bin/oxmgraph clean: rm -rf ${MYTARGET} *.o *~ config.log config.status -dist-clean: clean +distclean: clean rm -f Makefile -# for cvs in OpenXM -copy-to-ox: - cp mt_graph.rr ${HOME}/OX4/OpenXM/src/asir-contrib/packages/src - @echo "-------------------------------------" - @echo "commit mt_graph.rr under ~/OX4/OpenXM" - @echo "-------------------------------------"