source: anuga_work/development/anugavis/src/Makefile.am @ 5263

Last change on this file since 5263 was 5263, checked in by jack, 17 years ago

AnugaVis?: Tightened up the init code.

File size: 953 bytes
Line 
1## Process this file with automake to generate Makefile.in
2
3# Convenience library for the core visualiser code.
4noinst_LIBRARIES = libanugavis.a
5libanugavis_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
19libanugavis_a_CFLAGS = @SDL_CFLAGS@ @GLU_CFLAGS@
20libanugavis_a_LIBADD = @LIBOBJS@
21
22bin_PROGRAMS = anugavis_simple
23anugavis_simple_SOURCES = anugavis_simple.c
24anugavis_simple_CFLAGS = @SDL_CFLAGS@ @GLU_CFLAGS@
25anugavis_simple_LDADD = libanugavis.a @SDL_LIBS@ @GLU_LIBS@
Note: See TracBrowser for help on using the repository browser.