Overview
Comment:Uses wildcard matching to get all example directories.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 241be7cf79ea958eb75a3a179bfc60a25daef45f0142db3912addaeb9d47e36d
User & Date: geraint@users.sourceforge.net on 2004-08-17 15:51:13.000
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: 6ef604ae64 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: 241be7cf79 user: geraint@users.sourceforge.net tags: origin/master, trunk
12:23:59
root password not required: -rfakeroot takes care of dpkg-buildpackage. check-in: 42e608dc4f user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes
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
	@./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
	@./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 ]