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

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

Revision 1.3, Fri Mar 10 10:34:47 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.2: +13 -3 lines

The print target is added for debugging.

# $OpenXM: OpenXM/misc/packages/Makefile,v 1.3 2000/03/10 10:34:47 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)
	-(cd FreeBSD ; make clean)
	-(cd Linux/RPM ; make clean)

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)