This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
php-src
Watch
0
Star
0
Fork
0
You've already forked php-src
mirror of
https://github.com/php/php-src.git
synced
2024-11-28 20:34:29 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
660fcd93e0
php-src
/
ext
/
pdf
/
Makefile.in
6 lines
96 B
Makefile
Raw
Normal View
History
Unescape
Escape
Integration of -ng changes. Changes: - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes.
1999-12-30 10:59:53 +08:00
LTLIBRARY_NAME
=
libpdf.la
LTLIBRARY_SOURCES
=
pdf.c
Improved in-tree shared libraries build system The following new/revived shared modules are available now: ... MySQL (*) ... PCRE (*) ... Session ... SWF (*) capable of using bundled library or external library All changes: The m4 macro PHP_EXTENSION was revamped. Uses LIB_BUILD now. This effectively means that all extensions have to use dynlib. ext/mysql/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/pcre/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/ext_skel was changed to reflect that more modules should be compileable as shared module. ext/Makefile.in has been simplified enormously. Dependencies are now stored in the build tree. Empty dependencies are not generated by buildconf anymore. They are now dynamically created during the build process. Implicit rules for .S were removed. The NO_RECURSION feature was removed. "libs.mk" has been added to all cvsignore files in ext.
2000-05-01 10:42:55 +08:00
i
n
c
l
u
d
e
$(
top_srcdir
)
/
b
u
i
l
d
/
d
y
n
l
i
b
.
m
k
Reference in New Issue
Copy Permalink