File: Makefile.in

package info (click to toggle)
php-imlib 0.7-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,020 kB
  • ctags: 817
  • sloc: php: 2,464; ansic: 1,324; xml: 94; makefile: 67; sh: 12
file content (8 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# $Id: Makefile.in 90 2000-09-28 05:27:15Z vorlon $

LTLIBRARY_NAME        = libimlib.la
LTLIBRARY_SOURCES     = imlib.c
LTLIBRARY_SHARED_NAME = imlib.la
LTLIBRARY_SHARED_LIBADD = $(IMLIB_LIBADD)

include $(top_srcdir)/build/dynlib.mk