[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-contrib

File: [local] / OpenXM / src / asir-contrib / Makefile.in (download)

Revision 1.5, Sun Feb 22 02:34:40 2009 UTC (15 years, 2 months ago) by ohara
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12
Changes since 1.4: +14 -24 lines

Removed $OpenXM/src/asir-contrib/packages/src/configure.

# $OpenXM: OpenXM/src/asir-contrib/Makefile.in,v 1.5 2009/02/22 02:34:40 ohara Exp $

# targets:
# all
# install
# install-document
# clean

RM   = rm -f
LN_S = @LN_S@

all : 
configure:

install :
	-(cd testing ; ${MAKE} link-to-src)
	(cd packages/src ; ${MAKE} install)

clean :
	-${RM} -r .*done packages/src/.*done config.log config.status autom4te.cache
	-(cd packages/src ; ${MAKE} clean)

distclean: clean
	-(cd packages/src ; ${MAKE} distclean)
	-${RM} Makefile

install-for-debug:
	-(rm -rf ../../lib/asir-contrib)
	(cd ../../lib ; ${LN_S} ../src/asir-contrib/packages/src asir-contrib)