File: Makefile.in

package info (click to toggle)
php-imlib 0.3-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 572 kB
  • ctags: 430
  • sloc: ansic: 1,287; php: 626; sh: 94; makefile: 66
file content (8 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
# $Id: Makefile.in,v 1.6 2000/09/28 05:27:15 vorlon Exp $

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

include $(top_srcdir)/build/dynlib.mk