]> Pileus Git - ~andy/rsl/blob - examples/Makefile.am
Changes from Bart (2011-02-01)
[~andy/rsl] / examples / Makefile.am
1 ## Use automake to generate Makefile.in from this file ##
2
3 AUTOMAKE_OPTIONS = foreign
4
5 INCLUDES = -I$(prefix)/include
6 LOCAL_LIB = ../.libs/librsl.a
7 LDADD = @LIBS@ $(LOCAL_LIB) 
8 bin_PROGRAMS = any_to_gif any_to_uf qlook
9 any_to_gif_LDFLAGS = -static
10 any_to_uf_LDFLAGS = -static
11 # Additional program to build but not install
12 noinst_PROGRAMS = any_to_ppm any_to_ufgz bscan \
13  cappi_image dorade_main killer_sweep \
14  kwaj_subtract_one_day lassen_to_gif print_hash_table \
15  print_header_info sector test_get_win \
16  wsr88d_to_gif wsr_hist_uf_test 
17
18
19 # Only this one has more than one source.  All the others use the
20 # default *.c format.
21
22 qlook_SOURCES = qlook.c qlook_usage.c adjust_gate_size.c
23
24 EXTRA_DIST = run_tests