Line | |
---|
1 | ## Process this file with automake to generate Makefile.in |
---|
2 | AM_CFLAGS = $(SDL_CFLAGS) $(GLU_CFLAGS) |
---|
3 | AM_CXXFLAGS = $(SDL_CFLAGS) $(GLU_CFLAGS) |
---|
4 | |
---|
5 | # Convenience library for the core visualiser code. |
---|
6 | noinst_LIBRARIES = libanugavis.a libanugavis_cxx.a |
---|
7 | libanugavis_a_SOURCES = camera.c \ |
---|
8 | camera.h \ |
---|
9 | error.c \ |
---|
10 | error.h \ |
---|
11 | events.c \ |
---|
12 | events.h \ |
---|
13 | globals.c \ |
---|
14 | globals.h \ |
---|
15 | height_quantity.c \ |
---|
16 | height_quantity.h \ |
---|
17 | init.c \ |
---|
18 | init.h \ |
---|
19 | netcdf_util.c \ |
---|
20 | netcdf_util.h \ |
---|
21 | vector.h \ |
---|
22 | xfunctions.c \ |
---|
23 | xfunctions.h |
---|
24 | libanugavis_a_LIBADD = $(LIBOBJS) |
---|
25 | libanugavis_cxx_a_SOURCES = anugavis.cc \ |
---|
26 | anugavis.hh \ |
---|
27 | netcdf_file.cc \ |
---|
28 | netcdf_file.hh \ |
---|
29 | output.cc \ |
---|
30 | output.hh |
---|
31 | libanugavis_cxx_a_LIBADD = $(LIBOBJS) |
---|
32 | |
---|
33 | bin_PROGRAMS = anugavis_simple |
---|
34 | anugavis_simple_SOURCES = anugavis_simple_cxx.cc |
---|
35 | anugavis_simple_LDADD = libanugavis_cxx.a $(SDL_LIBS) $(GLU_LIBS) |
---|
Note: See
TracBrowser
for help on using the repository browser.