Overview
Comment:install xmtt alongside mtt in /usr/bin
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 804054372b109a9da9e594c59140a48fc7938165d7091e0a1c76771801c52985
User & Date: geraint@users.sourceforge.net on 2002-04-27 21:05:53.000
Other Links: branch diff | manifest | tags
Context
2002-04-27
21:07:49
remove xmtt as well as mtt when cleaning. check-in: 64dbd186b6 user: geraint@users.sourceforge.net tags: origin/master, trunk
21:05:53
install xmtt alongside mtt in /usr/bin check-in: 804054372b user: geraint@users.sourceforge.net tags: origin/master, trunk
12:45:44
Separated removal of conf file from normal clean procedure. check-in: f7db844de8 user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes
41
42
43
44
45
46
47
48

49
50
51
52
53
54
55
41
42
43
44
45
46
47

48
49
50
51
52
53
54
55







-
+







distclean: clean clean-conf clean-doc
	@-rm -f build-stamp configure-stamp config.log mtt.sh

install: build clean.sh
	@install -d $(INSTDIR) $(CONFDIR) $(PROGDIR)
	@install -d $(INSTDIR)/bin $(INSTDIR)/cc $(INSTDIR)/lib
	@install bin/mttrc $(CONFDIR)/mtt.conf
	@install mtt.sh $(PROGDIR)/mtt
	@install mtt.sh bin/xmtt $(PROGDIR)
	@install cc/parse_m2cc.exe $(INSTDIR)/bin/trans

install-doc: clean-doc.sh
	@install -d $(DOCDIR) $(INFODIR)
	@cd doc ; DOCPATH=$(DOCDIR) INFOPATH=$(INFODIR) make -s install-doc

.PHONY: FORCE

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