mirror of
https://github.com/php/php-src.git
synced 2024-12-04 07:14:10 +08:00
ab7bbbb160
@- Ported T1lib support from PHP3. (Jouni) # That's almost a lie... needs still some work.
14 lines
285 B
Makefile
14 lines
285 B
Makefile
|
|
DEPTH = ../..
|
|
topsrcdir = @topsrcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
LTLIBRARY_NAME = libgd.la
|
|
LTLIBRARY_SOURCES = gd.c gdcache.c gdttf.c gdt1.c
|
|
LTLIBRARY_SHARED_NAME = gd.la
|
|
LTLIBRARY_SHARED_LIBADD = $(GD_LFLAGS) $(GD_LIBS)
|
|
|
|
include $(topsrcdir)/build/ltlib.mk
|
|
|