-.SUFFIXES: .stamp .zip
-
-
-#-----------------------------------------------------------------
-# Hauptziele:
-#
-# : ohne Parameter wird compiliert
-# - zip : packt ZIP file
-# - deb : packt Debian package
-#
-#-----------------------------------------------------------------
-
-compile: $(COMPILE_TARGET)
- # compile ist fertig
-
-zip: $(project).zip
- # ZIP file ready
-
-deb: $(project).deb
- # Debian package ready
-
-version: $(COMPILE_TARGET)
- $(INSERT_BUILD) $(COMPILE_TARGET) $(build)