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

File: [local] / OpenXM / misc / packages / Makefile (download)

Revision 1.5, Fri Mar 10 14:26:51 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.4: +2 -2 lines

clean ==> clean-work

# $OpenXM: OpenXM/misc/packages/Makefile,v 1.5 2000/03/10 14:26:51 takayama Exp $

# Modify below for priting.
PS=a2ps-j
LPR=lpr -Pdousan

usage :
	@echo "Targets "
	@echo "  clean "
	@echo "  print "

clean :
	-(cd Generic/openxm ; make clean-work)
	-(cd FreeBSD ; make clean)
	-(cd Linux/RPM ; make clean)

generate-tar-balls:
	make clean
	(cd Generic/openxm ; make tar-ball)
	(cd FreeBSD/openxm-1.1.2 ; make make-tar-ball-for-openxm-port)
	(cd Linux/RPM ; make make-directory)
	(cd Linux/RPM ; make link-for-real-openxm)

print:
	$(PS) Generic/openxm/Makefile | $(LPR)	
	$(PS) Linux/RPM/Makefile | $(LPR)	
	$(PS) Linux/RPM/openxm-*spec.in | $(LPR)	
	$(PS) FreeBSD/openxm-ports/openxm-1.1.2/Makefile | $(LPR)