Overview
Comment:Oh, and it helps to get the syntax of cp correct too.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: be96392b7111af60f2e10985cab47648ce3f50435a9417563aeb13b592891859
User & Date: geraint@users.sourceforge.net on 2002-04-28 00:49:45.000
Other Links: branch diff | manifest | tags
Context
2002-04-28
02:54:55
Intitial versions of debian package control files. check-in: e0413185c8 user: geraint@users.sourceforge.net tags: origin/master, trunk
00:49:45
Oh, and it helps to get the syntax of cp correct too. check-in: be96392b71 user: geraint@users.sourceforge.net tags: origin/master, trunk
00:43:28
back to "cp -a" for bin, cc and lib. Need to copy the contents also! check-in: c999c510dc user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes
51
52
53
54
55
56
57
58

59
60
61
62
63
64
65
51
52
53
54
55
56
57

58
59
60
61
62
63
64
65







-
+







	@cd doc ; make -s clean

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

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

install-cc: build-cc clean-cc.sh
	@install -d $(INSTDIR)/bin/trans
	@install cc/parse_m2cc.exe $(INSTDIR)/bin/trans

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