aboutsummaryrefslogtreecommitdiff
path: root/clx_kernel/Makefile.am
blob: c87cf1a8a22c54516c643d679b5691adb0297aa1 (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
clx_kernel_sources = \
	kernel_csc.clx                \
	kernel_demo.clx               \
	kernel_defog_dcp.clx          \
	kernel_min_filter.clx         \
	kernel_bi_filter.clx          \
	kernel_tnr.clx                \
	kernel_bayer_pipe.clx         \
	kernel_bayer_basic.clx        \
	kernel_fisheye.clx            \
	kernel_rgb_pipe.clx           \
	kernel_yuv_pipe.clx           \
	kernel_tonemapping.clx        \
	kernel_newtonemapping.clx     \
	kernel_image_scaler.clx       \
	kernel_retinex.clx            \
	kernel_gauss.clx              \
	kernel_gauss_lap_pyramid.clx  \
	kernel_geo_map.clx            \
	kernel_wavelet_denoise.clx    \
	kernel_wavelet_haar.clx       \
	kernel_wavelet_coeff.clx      \
	kernel_wire_frame.clx         \
	kernel_3d_denoise.clx         \
	kernel_3d_denoise_slm.clx     \
	kernel_image_warp.clx         \
	$(NULL)

cl_quotation_sh = \
	$(top_srcdir)/tools/cl-double-quotation.sh

cl_kernel_dir = $(top_srcdir)/cl_kernel

all-local: $(clx_kernel_sources)

$(clx_kernel_sources): %.clx: $(cl_kernel_dir)/%.cl
	@$(cl_quotation_sh) $< $@

CLEANFILES = $(clx_kernel_sources)