version 1.1, 2009/02/08 04:56:59 |
version 1.3, 2009/02/22 02:14:44 |
Line 13 ${MYTARGET}: graph.c |
|
Line 13 ${MYTARGET}: graph.c |
|
install: ${MYTARGET2} |
install: ${MYTARGET2} |
install2: ${MYTARGET} |
install2: ${MYTARGET} |
install ${MYTARGET} ${OpenXM_HOME}/bin |
install ${MYTARGET} ${OpenXM_HOME}/bin |
|
mkdir -p ${OpenXM_HOME}/share/oxmgraph |
|
install share/inobuta.tga ${OpenXM_HOME}/share/oxmgraph |
|
|
install-for-debug: |
install-for-debug: |
ln -s `pwd`/graph ${OpenXM_HOME}/bin/oxmgraph |
ln -s `pwd`/graph ${OpenXM_HOME}/bin/oxmgraph |
|
|
clean: |
clean: |
rm -rf ${MYTARGET} *.o *~ config.log config.status |
rm -rf ${MYTARGET} *.o *~ config.log config.status |
dist-clean: clean |
distclean: clean |
rm -f Makefile |
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 "-------------------------------------" |
|