Line | |
---|
1 | ## Process this file with automake to generate Makefile.in |
---|
2 | |
---|
3 | # Convenience library for the core visualiser code. |
---|
4 | noinst_LIBRARIES = libanugavis.a |
---|
5 | libanugavis_a_SOURCES = error.c \ |
---|
6 | error.h \ |
---|
7 | events.c \ |
---|
8 | events.h \ |
---|
9 | globals.c \ |
---|
10 | globals.h \ |
---|
11 | height_quantity.c \ |
---|
12 | height_quantity.h \ |
---|
13 | init.c \ |
---|
14 | init.h \ |
---|
15 | netcdf_util.c \ |
---|
16 | netcdf_util.h \ |
---|
17 | xmalloc.c \ |
---|
18 | xmalloc.h |
---|
19 | libanugavis_a_CFLAGS = @SDL_CFLAGS@ @GLU_CFLAGS@ |
---|
20 | libanugavis_a_LIBADD = @LIBOBJS@ |
---|
21 | |
---|
22 | bin_PROGRAMS = anugavis_simple |
---|
23 | anugavis_simple_SOURCES = anugavis_simple.c |
---|
24 | anugavis_simple_CFLAGS = @SDL_CFLAGS@ @GLU_CFLAGS@ |
---|
25 | anugavis_simple_LDADD = libanugavis.a @SDL_LIBS@ @GLU_LIBS@ |
---|
Note: See
TracBrowser
for help on using the repository browser.