Annotation of OpenXM/misc/packages/Makefile, Revision 1.4
1.4 ! takayama 1: # $OpenXM: OpenXM/misc/packages/Makefile,v 1.3 2000/03/10 10:34:47 takayama Exp $
1.3 takayama 2:
3: # Modify below for priting.
4: PS=a2ps-j
5: LPR=lpr -Pdousan
1.1 takayama 6:
7: usage :
1.3 takayama 8: @echo "Targets "
9: @echo " clean "
10: @echo " print "
1.1 takayama 11:
12: clean :
13: -(cd Generic/openxm ; make clean)
14: -(cd FreeBSD ; make clean)
1.2 takayama 15: -(cd Linux/RPM ; make clean)
1.4 ! takayama 16:
! 17: generate-tar-balls:
! 18: make clean
! 19: (cd Generic/openxm ; make tar-ball)
! 20: (cd FreeBSD/openxm-1.1.2 ; make make-tar-ball-for-openxm-port)
! 21: (cd Linux/RPM ; make make-directory)
! 22: (cd Linux/RPM ; make link-for-real-openxm)
1.2 takayama 23:
1.3 takayama 24: print:
25: $(PS) Generic/openxm/Makefile | $(LPR)
26: $(PS) Linux/RPM/Makefile | $(LPR)
27: $(PS) Linux/RPM/openxm-*spec.in | $(LPR)
28: $(PS) FreeBSD/openxm-ports/openxm-1.1.2/Makefile | $(LPR)
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>