|
|
[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] |
||||
|   | ||||||
|
||||||
001 # ====================================================================== 002 # 003 # ZMutility top-level GNUmakefile 004 # 005 # ====================================================================== 006 007 008 # ---------------------------------------------------------------------- 009 # Identify the target package: 010 # ---------------------------------------------------------------------- 011 012 PACKAGE = ZMutility 013 014 015 # ---------------------------------------------------------------------- 016 # Identify the package's (sub)directory structure: 017 # ---------------------------------------------------------------------- 018 019 PACKAGE_INCLUDE = ZMutility 020 SUBDIRS = src test 021 022 023 # ---------------------------------------------------------------------- 024 # Connect to other packages: 025 # ---------------------------------------------------------------------- 026 027 USE_ISOCXX = true 028 include SoftRelTools/standard.mk 029 030 031 # ======================================================================
| [ source navigation ] | [ diff markup ] | [ identifier search ] | [ freetext search ] | [ file search ] |
| This page was automatically generated by the LXR engine. The LXR team |
|