File: Makefile.am

package info (click to toggle)
xmorph 1%3A20150712-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,404 kB
  • sloc: ansic: 24,887; sh: 7,755; cpp: 1,231; makefile: 524; sed: 16
file content (23 lines) | stat: -rw-r--r-- 687 bytes parent folder | download | duplicates (9)
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

AM_CFLAGS = @CFLAGS@  $(CFLAGS_CONF)

#noinst_LIBRARIES =  libmorph.a

#LIBTOOL support
lib_LTLIBRARIES = libmorph.la

libmorph_la_LDFLAGS = -version-info 1:0:0

pkginclude_HEADERS = mesh.h mesh_t.h mesh-getext.h  RgbaImage.h    my_malloc.h  spl-array.h  spline.h  tga.h  warp.h warp2.h relax.h resample.h  warp-gtk.h  

libmorph_la_SOURCES =   my_malloc.c     warp.c   \
  mesh.c         spline.c   my_malloc.h  tga.c   tga.h  \
  RgbaImage.c         spl-array.c   warp2.c \
  relax.c  resample.c braindead_msvc.h sinc_256.h resample_snippet.h \
  $(pkginclude_HEADERS)


EXTRA_DIST = README.libmorph