# ====================================================================== # # Minimization top-level GNUmakefile # # ====================================================================== # ---------------------------------------------------------------------- # Identify the target package: # ---------------------------------------------------------------------- PACKAGE = Minimization # ---------------------------------------------------------------------- # Identify the package's (sub)directory structure: # ---------------------------------------------------------------------- PACKAGE_INCLUDE = # name of package's public include directory SUBDIRS = src src_debug src_unittest src_unittest_debug Tests Tests_debug Examples # ---------------------------------------------------------------------- # Connect to other packages: # ---------------------------------------------------------------------- include SoftRelTools/standard.mk # ======================================================================