summaryrefslogtreecommitdiffstats
path: root/libkdcraw/test/Makefile.am
blob: efb8c13a911f2a78d1d2a1d09c0e612e9177ec38 (plain)
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
49
50
51
KDE_OPTIONS = nofinal
METASOURCES = AUTO

# LibRaw definitions
KDE_CXXFLAGS = $(USE_EXCEPTIONS) -DDCRAW_VERBOSE -DUSE_LCMS

INCLUDES = -I../libraw -I../libkdcraw $(all_includes)

check_PROGRAMS = raw2png identify simple_dcraw mem_image dcraw_emu 4channels unprocessed_raw

# -------------------------------------------------------------

raw2png_CFLAGS = $(all_includes)
raw2png_SOURCES = raw2png.cpp
raw2png_LDFLAGS = $(all_libraries) ../libkdcraw/libkdcraw.la

# -------------------------------------------------------------

identify_CFLAGS = $(all_includes)
identify_SOURCES = ../libraw/samples/identify.cpp
identify_LDFLAGS = $(all_libraries) ../libraw/libraw.la

# -------------------------------------------------------------

simple_dcraw_CFLAGS = $(all_includes)
simple_dcraw_SOURCES = ../libraw/samples/simple_dcraw.cpp
simple_dcraw_LDFLAGS = $(all_libraries) ../libraw/libraw.la

# -------------------------------------------------------------

mem_image_CFLAGS = $(all_includes)
mem_image_SOURCES = ../libraw/samples/mem_image.cpp
mem_image_LDFLAGS = $(all_libraries) ../libraw/libraw.la

# -------------------------------------------------------------

dcraw_emu_CFLAGS = $(all_includes)
dcraw_emu_SOURCES = ../libraw/samples/dcraw_emu.cpp
dcraw_emu_LDFLAGS = $(all_libraries) ../libraw/libraw.la

# -------------------------------------------------------------

4channels_CFLAGS = $(all_includes)
4channels_SOURCES = ../libraw/samples/4channels.cpp
4channels_LDFLAGS = $(all_libraries) ../libraw/libraw.la

# -------------------------------------------------------------

unprocessed_raw_CFLAGS = $(all_includes)
unprocessed_raw_SOURCES = ../libraw/samples/unprocessed_raw.cpp
unprocessed_raw_LDFLAGS = $(all_libraries) ../libraw/libraw.la