summaryrefslogtreecommitdiffstats
authorDon Pellegrino <don@drexel.edu>2009-06-18 21:11:54 (GMT)
committer Don Pellegrino <don@drexel.edu>2009-06-18 21:11:54 (GMT)
commit092f0707cc35d52579e0cfe641f76857e3e97139 (patch) (unidiff)
tree5968cf6bcbdc72a561f697d77020a5e233944d32
parenta96f604328f18e16e4235c8e6d9914bc3f12b9cd (diff)
downloadexp005-092f0707cc35d52579e0cfe641f76857e3e97139.zip
exp005-092f0707cc35d52579e0cfe641f76857e3e97139.tar.gz
exp005-092f0707cc35d52579e0cfe641f76857e3e97139.tar.bz2
Implemented zooming.
-rw-r--r--src/Makefile.am28
1 files changed, 21 insertions, 7 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b76d228..34c227d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,11 +8,16 @@ exp004viz_SOURCES = \
8 controller/exp004reshape.c \8 controller/exp004reshape.c \
9 controller/keyboard.c \9 controller/keyboard.c \
10 controller/selection_from_db.c \10 controller/selection_from_db.c \
11 controller/selection_to_db.c \11 controller/selsave.c \
12 controller/set_ortho.c \
13 db/dbconnect.c \
12 exp004viz.c \14 exp004viz.c \
13 model/exp004base.c \15 model/exp004base.c \
16 model/selection_info_init.c \
17 model/zoom_info_init.c \
14 util/check_error.c \18 util/check_error.c \
15 util/pick_convert.c \19 util/pick_convert.c \
20 util/sqlinfoprint.c \
16 view/exp004geometry.c \21 view/exp004geometry.c \
17 view/exp004init.c \22 view/exp004init.c \
18 view/exp004view.c23 view/exp004view.c
@@ -27,14 +32,22 @@ noinst_HEADERS = \
27 controller/exp004reshape.h \32 controller/exp004reshape.h \
28 controller/keyboard.h \33 controller/keyboard.h \
29 controller/selection_from_db.h \34 controller/selection_from_db.h \
30 controller/selection_to_db.h \35 controller/selsave.h \
36 controller/set_ortho.h \
37 db/dbconnect.h \
31 model/exp004base.h \38 model/exp004base.h \
32 model/exp004state.h \39 model/exp004state.h \
40 model/selection_info.h \
41 model/selection_info_init.h \
42 model/selection_purposes.h \
43 model/zoom_info.h \
44 model/zoom_info_init.h \
33 util/check_error.h \45 util/check_error.h \
34 util/pick_convert.h \46 util/pick_convert.h \
47 util/sqlinfoprint.h \
35 view/exp004geometry.h \48 view/exp004geometry.h \
36 view/exp004state0.h \
37 view/exp004init.h \49 view/exp004init.h \
50 view/exp004state0.h \
38 view/exp004view.h51 view/exp004view.h
3952
40AM_CFLAGS = -Wall -std=gnu99 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/include/ncbi53AM_CFLAGS = -Wall -std=gnu99 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/include/ncbi
@@ -45,7 +58,8 @@ AM_CFLAGS = -Wall -std=gnu99 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
45 db2 PRECOMPILE $<;58 db2 PRECOMPILE $<;
4659
47CLEANFILES = \60CLEANFILES = \
48 clear_selection.c \61 controller/clear_selection.c \
49 exp004base.c \62 db/dbconnect.c \
50 selection_from_db.c \63 model/exp004base.c \
51 selection_to_db.c64 controller/selection_from_db.c \
65 controller/selsave.c

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.