File: Makefile.am

package info (click to toggle)
xmorph 1%3A20011220
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,468 kB
  • ctags: 1,534
  • sloc: ansic: 16,401; sh: 2,651; makefile: 556; tcl: 516
file content (23 lines) | stat: -rw-r--r-- 587 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## Process this file with automake to produce Makefile.in

include ../Makefile.conf

CFLAGS = @CFLAGS@  $(CFLAGS_CONF)

#noinst_LIBRARIES =  libmorph.a

#LIBTOOL support
lib_LTLIBRARIES = libmorph.la

libmorph_la_LDFLAGS = -version-info 1:0:0

libmorph_la_SOURCES = RgbaImage.h  my_malloc.c  spl-array.h  tga.c   warp.h \
  mesh.c       my_malloc.h  spline.c     tga.h  \
  RgbaImage.c   mesh.h       spl-array.c  spline.h     warp.c \
  relax.c relax.h


pkginclude_HEADERS = RgbaImage.h  mesh.h  my_malloc.h  spl-array.h  spline.h  tga.h  warp.h relax.h


EXTRA_DIST = README.libmorph