Overview
Comment:Uses wildcard matching to get all example directories.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 2a659c99e85c9c088a95b4b9e622bc32637ad355e7240a4ca5dfc06fc2641418
User & Date: geraint@users.sourceforge.net on 2004-08-17 15:51:13
Other Links: branch diff | manifest | tags
Context
2004-08-18
15:45:15
Do not include CVS administrative directories in package.
Do not download unnecessary directories (gino, ntt, patches).
check-in: ac7bef42ca user: geraint@users.sourceforge.net tags: origin/master, trunk
2004-08-17
15:51:13
Uses wildcard matching to get all example directories. check-in: 2a659c99e8 user: geraint@users.sourceforge.net tags: origin/master, trunk
12:23:59
root password not required: -rfakeroot takes care of dpkg-buildpackage. check-in: 60b0717333 user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/lib/examples/Makefile from [161ecd9b97] to [96c3362987].

17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
	@./clean.sh
	@rm -f clean.sh

distclean: clean

install: build clean.sh
	@install -d $(INSTDIR)
	@cp -a ABG\
	AlgebraicLoops\
	Anaesthesia\
	Chemical\
	Components\
	Control\
	Electrical\
	Electromechanical\
	GasDynamics\
	Hybrid\
	Identification\
	Inverse\
	Mechanical\
	Sensitivity\
	Simulation\
	Thermal\
	$(INSTDIR)

.PHONY: FORCE

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








|
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<








17
18
19
20
21
22
23
24
















25
26
27
28
29
30
31
32
	@./clean.sh
	@rm -f clean.sh

distclean: clean

install: build clean.sh
	@install -d $(INSTDIR)
	@cp -a $(filter-out CVS Makefile debian, $(wildcard *)) $(INSTDIR)

















.PHONY: FORCE

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


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