mirror of
https://github.com/php/php-gtk-src.git
synced 2026-04-26 18:28:02 +02:00
011a76e8e4
system and is necessary in order to keep adding support for GtkObject based extensions such as GtkHtml, Bonobo, GtkScintilla and others. The only currently implemented extensions are Gtk+ and libglade. Each extension (except for Gtk+, obviously) can be enabled or disabled from the 'configure' command-line. The new build process for CVS versions of PHP-GTK is such: ./buildconf ./configure make
10 lines
274 B
Makefile
10 lines
274 B
Makefile
SUBDIRS = ext main
|
|
|
|
LTLIBRARY_NAME = libphp_gtk.la
|
|
LTLIBRARY_SHARED_NAME = php_gtk.la
|
|
LTLIBRARY_DEPENDENCIES = $(PHP_GTK_EXT_LTLIBS) \
|
|
main/libmain.la
|
|
LTLIBRARY_SHARED_LIBADD = $(LTLIBRARY_DEPENDENCIES)
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|