Index: mttroot/mtt/lib/examples/Makefile ================================================================== --- mttroot/mtt/lib/examples/Makefile +++ mttroot/mtt/lib/examples/Makefile @@ -19,30 +19,14 @@ 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) + @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