File: Makefile.in

package info (click to toggle)
php4-apd 0.4p2-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,696 kB
  • ctags: 398
  • sloc: sh: 8,306; ansic: 2,188; awk: 70; makefile: 62
file content (15 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# To compile the utility programs:
#
# This must point to the directory containing libphp4.la (typically
# the top level of your PHP source tree). PHP must also be statically
# compiled (specified "--enable-static" when configuring PHP).
#
PHP_SRC_DIR =

LTLIBRARY_NAME			= libapd.la
LTLIBRARY_SOURCES		= php_apd.c apd_lib.c opcode.c apd_stack.c
LTLIBRARY_SHARED_NAME	= php_apd.la
LTLIBRARY_SHARED_LIBADD	= $(TRACE_SHARED_LIBADD)

include $(top_srcdir)/build/dynlib.mk