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

Last change on this file since 5488 was 5488, checked in by jack, 16 years ago

netcdf_file.* -> sww_file.*

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