File: Makefile.am

package info (click to toggle)
k3d 0.4.3.0-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 51,716 kB
  • ctags: 81,610
  • sloc: cpp: 283,698; ansic: 64,095; xml: 61,533; sh: 9,026; makefile: 5,282; python: 431; perl: 308; awk: 130
file content (25 lines) | stat: -rw-r--r-- 736 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
24
25
pkglib_LTLIBRARIES = libk3ddeformation.la 

libk3ddeformation_la_SOURCES = \
bend_points.cpp \
bulge_points.cpp \
center_points.cpp \
cylindrical_wave_points.cpp \
deformation_bone.cpp \
linear_point_noise.cpp \
linear_wave_points.cpp \
module.cpp \
rotate_points.cpp \
scale_points.cpp \
shear_points.cpp \
smooth_points.cpp \
sphereize_points.cpp \
taper_points.cpp \
translate_points.cpp \
twist_points.cpp

libk3ddeformation_la_LIBADD = $(top_builddir)/boost/libs/regex/src/libregexpp.la $(top_builddir)/k3dsdk/libk3dsdk.la $(top_builddir)/sdpxml/libsdpxml.la @K3D_OPENGL_LIBS@ @K3D_SIGC_LIBS@ @K3D_OPENGLU_LIBS@

AM_CXXFLAGS = @K3D_CXXFLAGS@
AM_CPPFLAGS = @K3D_CPPFLAGS@ @K3D_SIGC_CFLAGS@ @K3D_OPENGL_CFLAGS@ @K3D_OPENGLU_CFLAGS@