<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/build/rules.mk, branch php-4.0.3RC2</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>* Added "test" make target so you can do "make test" in any directory.</title>
<updated>2000-08-29T09:12:44+00:00</updated>
<author>
<name>Stig Bakken</name>
<email>ssb@php.net</email>
</author>
<published>2000-08-29T09:12:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fad9bab629b93a81213d79da7b62994d0ba0f5b1'/>
<id>fad9bab629b93a81213d79da7b62994d0ba0f5b1</id>
<content type='text'>
* Added copyright header to run-test.php

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added copyright header to run-test.php

</pre>
</div>
</content>
</entry>
<entry>
<title>Add autoconf check for awk and use proper macro $(AWK)</title>
<updated>2000-08-25T08:15:10+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2000-08-25T08:15:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e0818297f1de9b4c184d2fb8740d60b734656cd2'/>
<id>e0818297f1de9b4c184d2fb8740d60b734656cd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create dependencies using an awk script. Works much nicer in vpath</title>
<updated>2000-08-24T11:02:03+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2000-08-24T11:02:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ba4ddf32b4cf0dd15d8d3baab35dbf79c4ee37cd'/>
<id>ba4ddf32b4cf0dd15d8d3baab35dbf79c4ee37cd</id>
<content type='text'>
environments.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
environments.

</pre>
</div>
</content>
</entry>
<entry>
<title>Relicense build-related files under the PHP License</title>
<updated>2000-08-20T05:36:07+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2000-08-20T05:36:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=97c698a1787c353de48466d045792db0e00a0ca7'/>
<id>97c698a1787c353de48466d045792db0e00a0ca7</id>
<content type='text'>
Move common make rules to rules_common.mk. This gets rid of the duplicated
stuff in rules.mk/rules_pear.mk.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move common make rules to rules_common.mk. This gets rid of the duplicated
stuff in rules.mk/rules_pear.mk.

</pre>
</div>
</content>
</entry>
<entry>
<title>Change the C++ extension to .cpp</title>
<updated>2000-08-15T23:16:47+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2000-08-15T23:16:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=81b8e08b13fd246a6cf40363d09f19210492bc1d'/>
<id>81b8e08b13fd246a6cf40363d09f19210492bc1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the cxx suffix easily adjustable</title>
<updated>2000-07-10T08:45:07+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2000-07-10T08:45:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=dad6ac414e10619d0385a0cf221ed07bd91bd885'/>
<id>dad6ac414e10619d0385a0cf221ed07bd91bd885</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for building C++ sources.</title>
<updated>2000-07-09T20:39:18+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2000-07-09T20:39:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e51571595c66f1084b514ca8985dd5d47a8c9a08'/>
<id>e51571595c66f1084b514ca8985dd5d47a8c9a08</id>
<content type='text'>
In your extension's config.m4, you need to use the m4 macro

    PHP_REQUIRE_CXX

This shall be called only, if your extension is enabled.

C++ source files shall not be put into the LTLIBRARY_SOURCES macro.
Instead, the filename of the object shall be put into
LTLIBRARY_OBJECTS_X. I.e. if your extension foo consists of foo.cxx, use

    LTLIBRARY_OBJECTS_X = foo.lo

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In your extension's config.m4, you need to use the m4 macro

    PHP_REQUIRE_CXX

This shall be called only, if your extension is enabled.

C++ source files shall not be put into the LTLIBRARY_SOURCES macro.
Instead, the filename of the object shall be put into
LTLIBRARY_OBJECTS_X. I.e. if your extension foo consists of foo.cxx, use

    LTLIBRARY_OBJECTS_X = foo.lo

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix overlooked core-&gt;main change</title>
<updated>2000-06-11T19:53:19+00:00</updated>
<author>
<name>Rasmus Lerdorf</name>
<email>rasmus@php.net</email>
</author>
<published>2000-06-11T19:53:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fee1263ca3dc1f7d46cd98acd222d53e42b4ac47'/>
<id>fee1263ca3dc1f7d46cd98acd222d53e42b4ac47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare move of the top-level source files to the core directory.</title>
<updated>2000-06-11T18:16:37+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2000-06-11T18:16:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6df3a21309b2ae83590bb72a86cfff03c79e2293'/>
<id>6df3a21309b2ae83590bb72a86cfff03c79e2293</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PRE_INCLUDE hack reverted</title>
<updated>2000-06-06T00:01:29+00:00</updated>
<author>
<name>David Hedbor</name>
<email>neotron@php.net</email>
</author>
<published>2000-06-06T00:01:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=45ba649c8e0b752e76f447e8a7da4be2b4020d20'/>
<id>45ba649c8e0b752e76f447e8a7da4be2b4020d20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
