Differences From Artifact [161ecd9b97]:

To Artifact [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
	@./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 ]