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 (48 lines) | stat: -rw-r--r-- 1,214 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
pkglib_LTLIBRARIES = libk3dbitmap.la 

libk3dbitmap_la_SOURCES = \
bitmap_add.cpp \
bitmap_checker.cpp \
bitmap_color_monochrome.cpp \
bitmap_composite.h \
bitmap_composite_simple.h \
bitmap_element.h \
bitmap_file_in.cpp \
bitmap_filter_simple.h \
bitmap_functions.h \
bitmap_gamma.cpp \
bitmap_image_add.cpp \
bitmap_image_atop.cpp \
bitmap_image_div.cpp \
bitmap_image_inside.cpp \
bitmap_image_max.cpp \
bitmap_image_min.cpp \
bitmap_image_mix.cpp \
bitmap_image_multiply.cpp \
bitmap_image_outside.cpp \
bitmap_image_over.cpp \
bitmap_image_screen.cpp \
bitmap_image_sub.cpp \
bitmap_image_sub_abs.cpp \
bitmap_image_under.cpp \
bitmap_image_xor.cpp \
bitmap_instance.cpp \
bitmap_invert.cpp \
bitmap_matte_colordiff.cpp \
bitmap_matte_invert.cpp \
bitmap_multiply.cpp \
bitmap_sequence_in.cpp \
bitmap_sequence_out.cpp \
bitmap_size.cpp \
bitmap_solid.cpp \
bitmap_sub.cpp \
bitmap_threshold.cpp \
module.cpp \
netpbmreader.cpp \
netpbmwriter.cpp

libk3dbitmap_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@

AM_CXXFLAGS = @K3D_CXXFLAGS@
AM_CPPFLAGS = @K3D_CPPFLAGS@ @K3D_SIGC_CFLAGS@