version 1.1, 2003/11/10 11:42:59 |
version 1.2, 2003/11/10 23:13:38 |
|
|
# $OpenXM$ |
# $OpenXM: OpenXM/src/gc/Makefile-ports,v 1.1 2003/11/10 11:42:59 takayama Exp $ |
OpenXM_HOME=../.. |
OpenXM_HOME=../.. |
PREFIX=${OpenXM_HOME} |
PREFIX=${OpenXM_HOME} |
DISTDIR=${OpenXM_HOME}/../OpenXM_dist |
DISTDIR=${OpenXM_HOME}/../OpenXM_dist |
Line 51 post-install: build |
|
Line 51 post-install: build |
|
@touch .post-install_done |
@touch .post-install_done |
|
|
clean: |
clean: |
$(RM) work .*_done |
$(RM) .*_done |
-(cd work/gc6.2 ; make clean) |
-(cd work/gc6.2 ; make clean) |
distclean: |
distclean: |
$(RM) work .*_done |
$(RM) .*_done ./.use_ports |
-(cd work/gc6.2 ; make distclean) |
-(cd work/gc6.2 ; make distclean) |