Changeset 559


Ignore:
Timestamp:
Sep 4, 2010, 4:35:14 PM (14 years ago)
Author:
rybkin
Message:

See C.L. 442

Location:
CMT/HEAD
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/ChangeLog

    r556 r559  
     12010-09-04    <rybkin@lal.in2p3.fr> 442
     2
     3        * mgr/Unix.make: Introduce tag specific Makefile (derived from part of
     4        mgr/Makefile) with macro definitions for Unix-like systems, allows for user
     5        overrides/extra flags via CXXFLAGS, LDFLAGS, TARGET_ARCH variables
     6        * mgr/GNUmakefile: Introduce Makefile (derived from mgr/Makefile) which
     7        builds CMT with standard constituents.make file section, e.g., includes
     8        core definitions, mgr/Unix.make as tag specific Makefile, rebuilds cmt.make
     9        * mgr/cmt.make: Include core definitions, tag specific Makefile - similarly
     10        to when building any other application/library
     11       
    1122010-09-01    <rybkin@lal.in2p3.fr> 441
    213
  • CMT/HEAD/mgr/cmt.make

    r496 r559  
    88#====================================
    99
    10 #include ${CMTROOT}/src/Makefile.core
     10include ${CMTROOT}/src/Makefile.core
    1111
    1212ifdef tag
     
    4646endif
    4747
    48 #-include $(cmt_local_tagfile_cmt)
     48-include $(cmt_local_tagfile_cmt)
    4949
    5050ifdef cmt_cmt_has_target_tag
Note: See TracChangeset for help on using the changeset viewer.