[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / Copyright

File: [local] / OpenXM / Copyright / Makefile (download)

Revision 1.1, Thu Jan 20 09:17:43 2000 UTC (24 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6, R_1_3_1-2, RELEASE_20000124, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, RELEASE_1_1_3, RELEASE_1_1_2, KNOPPIX_2006, HEAD, DEB_REL_1_2_3-9

Makefile to copy all copyright notices in OpenXM_contrib/

# $OpenXM: OpenXM/Copyright/Makefile,v 1.1 2000/01/20 09:17:43 takayama Exp $

# Collect all Copyright notice here.
OpenXM_HOME=../../OpenXM
OpenXM_contrib=../../OpenXM_contrib

all : copy-copyright

copy-copyright :
	/bin/rm -rf Contrib
	mkdir Contrib
	cp -f $(OpenXM_contrib)/gnuplot/Copyright Contrib/Copyright.gnuplot
	cp -f $(OpenXM_contrib)/pari/COPYRIGHT Contrib/COPYRIGHT.pari
	cp -f $(OpenXM_contrib)/gmp/COPYING.LIB Contrib/COPYING.LIB.gmp
	cp -f $(OpenXM_contrib)/gc/README Contrib/README.gc