Annotation of OpenXM/src/asir-contrib/packages/doc/Makefile, Revision 1.1
1.1 ! takayama 1: #$OpenXM: OpenXM/src/asir99/lib/contrib/packages/doc/Makefile,v 1.7 1999/11/20 06:18:58 takayama Exp $
! 2: all : oxxm.texi oxxm-eg.texi oxmath.texi oxmath-eg.texi oxphc.texi oxphc-eg.texi oxgnuplot.texi oxgnuplot-eg.texi oxsm1.texi oxsm1-eg.texi oxom.texi oxom-eg.texi
! 3:
! 4: ASIRDOC=$(OpenXM_HOME)/src/asir99/doc
! 5: ASIRLIB=$(OpenXM_HOME)/src/asir99/lib
! 6: CONTRIB=$(ASIRLIB)/contrib/packages/src
! 7:
! 8: oxxm.texi : $(ASIRLIB)/xm Makefile
! 9: /bin/rm -f oxxm.texi
! 10: oxweave C-texi jp-texi <$(ASIRLIB)/xm >oxxm.texi
! 11:
! 12: oxxm-eg.texi : $(ASIRLIB)/xm Makefile
! 13: /bin/rm -f oxxm-eg.texi
! 14: oxweave C-texi eg-texi <$(ASIRLIB)/xm >oxxm-eg.texi
! 15:
! 16: oxmath.texi : $(CONTRIB)/m Makefile
! 17: /bin/rm -f oxmath.texi
! 18: oxweave C-texi jp-texi <$(CONTRIB)/m >oxmath.texi
! 19:
! 20: oxmath-eg.texi : $(CONTRIB)/m Makefile
! 21: /bin/rm -f oxmath-eg.texi
! 22: oxweave C-texi eg-texi <$(CONTRIB)/m >oxmath-eg.texi
! 23:
! 24: oxphc.texi : $(CONTRIB)/phc Makefile
! 25: /bin/rm -f oxphc.texi
! 26: oxweave C-texi jp-texi <$(CONTRIB)/phc >oxphc.texi
! 27:
! 28: oxphc-eg.texi : $(CONTRIB)/phc Makefile
! 29: /bin/rm -f oxphc-eg.texi
! 30: oxweave C-texi eg-texi <$(CONTRIB)/phc >oxphc-eg.texi
! 31:
! 32: oxgnuplot.texi : $(CONTRIB)/gnuplot Makefile
! 33: /bin/rm -f oxgnuplot.texi
! 34: oxweave C-texi jp-texi <$(CONTRIB)/gnuplot >oxgnuplot.texi
! 35:
! 36: oxgnuplot-eg.texi : $(CONTRIB)/gnuplot Makefile
! 37: /bin/rm -f oxgnuplot-eg.texi
! 38: oxweave C-texi eg-texi <$(CONTRIB)/gnuplot >oxgnuplot-eg.texi
! 39:
! 40: oxsm1.texi : $(CONTRIB)/sm1 Makefile
! 41: /bin/rm -f oxsm1.texi
! 42: oxweave C-texi jp-texi <$(CONTRIB)/sm1 >oxsm1.texi
! 43:
! 44: oxsm1-eg.texi : $(CONTRIB)/sm1 Makefile
! 45: /bin/rm -f oxsm1-eg.texi
! 46: oxweave C-texi eg-texi <$(CONTRIB)/sm1 >oxsm1-eg.texi
! 47:
! 48: oxom.texi : $(CONTRIB)/om Makefile
! 49: /bin/rm -f oxom.texi
! 50: oxweave C-texi jp-texi <$(CONTRIB)/om >oxom.texi
! 51:
! 52: oxom-eg.texi : $(CONTRIB)/om Makefile
! 53: /bin/rm -f oxom-eg.texi
! 54: oxweave C-texi eg-texi <$(CONTRIB)/om >oxom-eg.texi
! 55:
! 56: clean :
! 57: /bin/rm -f oxxm.texi oxxm-eg.texi oxmath.texi *~ *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr oxmath-eg.texi oxphc.texi oxphc-eg.texi oxgnuplot.texi oxgnuplot-eg.texi oxsm1.texi oxsm1-eg.texi oxom-eg.texi oxom.texi
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>