source: tags/arb_5.5/TEMPLATES/Makefile

Last change on this file was 5477, checked in by westram, 16 years ago
  • Summary: - changed versioning:

. uses ~/.arb_build_info to set local build information (like 'mpi', 'org' ..)
. automatic version upgrading possible (allowVersionUpgrade=1).

  • Todo: auto-commit to SVN
  • changed several version/build related #defines
  • util/arb_srclst.pl: - exclude *.bak
    • support for packing generated files (needed for svn_revision.h)
  • TEMPLATES/arb_version.h: - much simpler now: only includes headers generated by build_info.pl,

tests whether version is defined and concats final version string

  • TEMPLATES/Makefile: - simply call build_info.pl
  • TEMPLATES/svn_revision.h: - SVN ignored (file is generated in SVN checkouts,

but as well packed to source tarball)

  • SOURCE_TOOLS/version_info: - real source for ARB version info
  • SOURCE_TOOLS/generate_all_links.sh: - made svn_revision.h globally visible
  • SOURCE_TOOLS/build_info.pl: - create/update arb_build.h and svn_revision.h
  • Makefile: - new target 'stable'
    • automatic version increment
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 42 bytes
Line 
1
2$(MAIN):
3        ../SOURCE_TOOLS/build_info.pl
Note: See TracBrowser for help on using the repository browser.