Changeset da83f8 for Makefile.am


Ignore:
Timestamp:
Apr 24, 2008, 1:52:02 PM (18 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
  • Makefile.am

    r054af7 rda83f8  
    11#ACLOCAL_AMFLAGS = -I m4
    22SUBDIRS = pcp util molecuilder
    3 #<F2>util/molecuilder
    43DIST_SUBDIRS = ${SUBDIRS}
    5 #defaults/pseudopot
    64
    75#include aminclude.am
     
    97pcpdir = ${bindir}
    108
    11 EXTRA_DIST = util/suffix autogen.sh configs.tar.gz pseudopots.tar.gz util/visual.cfg util/visual.net
     9EXTRA_DIST = util/suffix autogen.sh pseudopot util/visual.cfg util/visual.net
    1210
    1311configs.tar.gz:
Note: See TracChangeset for help on using the changeset viewer.