]> Pileus Git - ~andy/rsl/blob - Makefile.am
Add type strings for message 31 format
[~andy/rsl] / Makefile.am
1 ## Process w/ automake.  Or, autoreconf; make ##
2 AM_CFLAGS = -DDATADIR="\"$(datadir)/rsl\""
3 AUTOMAKE_OPTIONS = foreign
4 SUBDIRS = . colors doc examples
5 INCLUDES = -I. -I$(srcdir) -I$(prefix)/include -I$(prefix)/toolkit/include
6
7 lib_LTLIBRARIES = librsl.la
8
9 wsr88ddir = $(datadir)/rsl/
10 dist_wsr88d_DATA = wsr88d_locations.dat
11
12 include_HEADERS = rsl.h toolkit_1BC-51_appl.h
13
14 headers = africa.h dorade.h lassen.h \
15           mcgill.h nsig.h radtec.h rainbow.h \
16           rapic_routines.h toga.h \
17           wsr88d.h \
18           $(include_HEADERS)
19
20 librsl_la_LDFLAGS = -version-info 1:41
21 librsl_la_SOURCES = \
22     $(rapic_c) $(radtec_c) \
23     dorade.c dorade_print.c dorade_to_radar.c \
24     lassen.c lassen_to_radar.c \
25     edge_to_radar.c \
26     radar.c volume.c image_gen.c cappi.c fraction.c read_write.c farea.c \
27     range.c radar_to_uf.c uf_to_radar.c wsr88d_to_radar.c \
28     carpi.c cube.c sort_rays.c toga_to_radar.c gts.c histogram.c \
29     ray_indexes.c anyformat_to_radar.c get_win.c endian.c mcgill_to_radar.c \
30     mcgill.c interp.c toga.c wsr88d.c wsr88d_get_site.c wsr88d_m31.c \
31     gzip.c prune.c reverse.c fix_headers.c \
32     nsig_to_radar.c nsig.c nsig2_to_radar.c \
33     africa_to_radar.c africa.c \
34     radar_to_hdf_2.c hdf_to_radar.c toolkit_memory_mgt.c \
35     radar_to_hdf_1.c rainbow.c rainbow_to_radar.c $(headers)
36
37
38 rapic_c =  rapic_to_radar.c rapic.y rapic-lex.l rapic_routines.c
39 radtec_c = radtec_to_radar.c radtec.c
40
41
42 PREFIX = rapic
43 LFLAGS = -P$(PREFIX)
44 YFLAGS = -d -p $(PREFIX)
45 LEX_OUTPUT_ROOT = lex.$(PREFIX)
46
47 EXTRA_DIST = CHANGES CHECK_LIST Copyright GPL LGPL wsr88d_locations.dat rapic.h
48
49 DISTCLEANFILES = rapic.c rapic-lex.c