File: Makefile.am

package info (click to toggle)
timfx 0.2.2-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,428 kB
  • ctags: 359
  • sloc: sh: 8,432; cpp: 2,061; makefile: 81
file content (30 lines) | stat: -rw-r--r-- 623 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
## Process this file with automake to produce Makefile.in

lib_LTLIBRARIES = libtimfx.la

libtimfx_la_SOURCES = \
blur.cc \
blur.h \
color_hold.cc \
color_hold.h \
entry_points.cc \
gl_blur.cc \
gl_blur.h \
gl_corner_out.cc \
gl_corner_out.h \
image_luma.cc \
image_luma.h \
kino_opengl_utility.cc \
kino_opengl_utility.h \
kino_plugin_types.h \
kino_plugin_utility.h \
soft_focus.cc \
soft_focus.h

libdir = $(prefix)/lib/kino-gtk2

INCLUDES = $(GTKMM2_CFLAGS) -I$(KINO_INCLUDE) $(LIBGNOMEUI_CFLAGS) $(LIBGNOME_CFLAGS)
libtimfx_la_LIBADD = $(GTKMM2_LIBS) $(LIBGNOME_LIBS) $(LIBGNOMEUI_LIBS) -lGL

EXTRA_DIST = timfx.spec