Overview
Comment:remove xmtt as well as mtt when cleaning.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 77244d5f950f703ca0a04dc635a40528fe8f87e705338949ba480d24e686ea89
User & Date: geraint@users.sourceforge.net on 2002-04-27 21:07:49.000
Other Links: branch diff | manifest | tags
Context
2002-04-27
21:50:32
Added build-doc target.
Separated cc/parse_m2cc.cc from rest of install - not binary independent.
check-in: a35cb8d359 user: geraint@users.sourceforge.net tags: origin/master, trunk
21:07:49
remove xmtt as well as mtt when cleaning. check-in: 77244d5f95 user: geraint@users.sourceforge.net tags: origin/master, trunk
21:05:53
install xmtt alongside mtt in /usr/bin check-in: 668e06ca5a user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes
53
54
55
56
57
58
59
60

61
62
63
64
65
66
67
53
54
55
56
57
58
59

60
61
62
63
64
65
66
67







-
+







	@cd doc ; DOCPATH=$(DOCDIR) INFOPATH=$(INFODIR) make -s install-doc

.PHONY: FORCE

clean.sh: FORCE
	@echo '#! /bin/sh'						>>clean.sh
	@echo '# This file is auto-generated - do not edit'		>>clean.sh
	@echo 'rm -f  $(PROGDIR)/mtt'					>>clean.sh
	@echo 'rm -f  $(PROGDIR)/mtt $(PROGDIR)/xmtt'			>>clean.sh
	@echo 'rm -fr $(INSTDIR)'					>>clean.sh

clean-conf.sh: FORCE
	@echo '#! /bin/sh'						>>clean-conf.sh
	@echo '# This file is auto-generated - do not edit'		>>clean-conf.sh
	@echo 'rm -f  $(CONFDIR)/mtt.conf'				>>clean-conf.sh


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]