Changeset da83f8 for util/Makefile.am


Ignore:
Timestamp:
Apr 24, 2008, 1:52:02 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
bd7b85
Parents:
054af7
Message:

added --enable-optimization, thrown -g -O specifics out of Makefile.am's

--enable-optimization is added to each configure.ac and is linked with --enable-debug (no debug and optimization at the same time, debug is normally off and -O2 on), implemented via C(XX)FLAGS
Henceforth, -g, -O and -cc=... specifics are thrown out of the Makefile.am's, so that the optimiziation and debugging is streamlined throughout the whole package

File:
1 edited

Legend:

Unmodified
Added
Removed
  • util/Makefile.am

    r054af7 rda83f8  
    3636bin_SCRIPTS = ${scripts}
    3737
    38 average_CFLAGS = -cc=/opt/packages/gcc-4.0.2/bin/gcc  -g -O -march=nocona -Wall -DBIGENDIAN=0
    39 CreateGaAs_CFLAGS = -cc=/opt/packages/gcc-4.0.2/bin/gcc  -g -O -march=nocona -Wall -DBIGENDIAN=0
    40 CreateH2_CFLAGS = -cc=/opt/packages/gcc-4.0.2/bin/gcc  -g -O -march=nocona -Wall -DBIGENDIAN=0
    41 GetPdb_CFLAGS = -cc=/opt/packages/gcc-4.0.2/bin/gcc  -g -O -march=nocona -Wall -DBIGENDIAN=0
    42 ReadSrcIon_CFLAGS = -cc=/opt/packages/gcc-4.0.2/bin/gcc  -g -O -march=nocona -Wall -DBIGENDIAN=0
    43 stochastik_CFLAGS = -cc=/opt/packages/gcc-4.0.2/bin/gcc  -g -O -march=nocona -Wall -DBIGENDIAN=0
    44 NanoCreator_CFLAGS = -cc=/opt/packages/gcc-4.0.2/bin/gcc  -g -O -march=nocona -Wall -DBIGENDIAN=0
    45 VibrAlyzer_CFLAGS = -cc=/opt/packages/gcc-4.0.2/bin/gcc  -g -O -march=nocona -Wall -DBIGENDIAN=0
     38average_CFLAGS = -march=nocona -Wall -DBIGENDIAN=0
     39CreateGaAs_CFLAGS = -march=nocona -Wall -DBIGENDIAN=0
     40CreateH2_CFLAGS = -march=nocona -Wall -DBIGENDIAN=0
     41GetPdb_CFLAGS = -march=nocona -Wall -DBIGENDIAN=0
     42ReadSrcIon_CFLAGS = -march=nocona -Wall -DBIGENDIAN=0
     43stochastik_CFLAGS = -march=nocona -Wall -DBIGENDIAN=0
     44NanoCreator_CFLAGS = -march=nocona -Wall -DBIGENDIAN=0
     45VibrAlyzer_CFLAGS = -march=nocona -Wall -DBIGENDIAN=0
    4646
Note: See TracChangeset for help on using the changeset viewer.