|
Last change
on this file since fdbf0c was da83f8, checked in by Frederik Heber <heber@…>, 18 years ago |
|
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
|
-
Property mode
set to
100644
|
|
File size:
401 bytes
|
| Line | |
|---|
| 1 | #ACLOCAL_AMFLAGS = -I m4
|
|---|
| 2 | SUBDIRS = pcp util molecuilder
|
|---|
| 3 | DIST_SUBDIRS = ${SUBDIRS}
|
|---|
| 4 |
|
|---|
| 5 | #include aminclude.am
|
|---|
| 6 |
|
|---|
| 7 | pcpdir = ${bindir}
|
|---|
| 8 |
|
|---|
| 9 | EXTRA_DIST = util/suffix autogen.sh pseudopot util/visual.cfg util/visual.net
|
|---|
| 10 |
|
|---|
| 11 | configs.tar.gz:
|
|---|
| 12 | $(TAR) -zcvf $(srcdir)/configs.tar.gz `find $(srcdir) -name 'main_pcp_linux'`
|
|---|
| 13 |
|
|---|
| 14 |
|
|---|
| 15 | pseudopots.tar.gz:
|
|---|
| 16 | $(TAR) -zcvf $(srcdir)/pseudopots.tar.gz `find $(srcdir) -name 'pseudo.??'`
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.