bin_PROGRAMS = exp004viz exp004viz_SOURCES = \ controller/clear_selection.c \ controller/exp004display.c \ controller/exp004mouse.c \ controller/exp004processhits.c \ controller/exp004reshape.c \ controller/keyboard.c \ controller/mousewheel.c \ controller/performzoom.c \ controller/selection_from_db.c \ controller/selsave.c \ controller/set_ortho.c \ db/dbconnect.c \ exp004viz.c \ model/exp004base.c \ model/geometry/density_legend_geometry.c \ model/geometry/map_geometry.c \ model/geometry/protein_geometry.c \ model/geometry/protein_selected_geometry.c \ model/selection_info_init.c \ model/zoom_info_init.c \ util/ati_meminfo.c \ util/check_error.c \ util/pick_convert.c \ util/sqlinfoprint.c \ view/exp004geometry.c \ view/exp004init.c \ view/exp004view.c exp004viz_LDADD = ${GLUT_LIBS} noinst_HEADERS = \ controller/clear_selection.h \ controller/exp004display.h \ controller/exp004mouse.h \ controller/exp004processhits.h \ controller/exp004reshape.h \ controller/keyboard.h \ controller/mousewheel.h \ controller/performzoom.h \ controller/selection_from_db.h \ controller/selsave.h \ controller/set_ortho.h \ db/dbconnect.h \ model/exp004base.h \ model/exp004state.h \ model/geometry/density_legend_geometry.h \ model/geometry/protein_geometry.h \ model/geometry/protein_selected_geometry.h \ model/geometry/map_geometry.h \ model/selection_info.h \ model/selection_info_init.h \ model/selection_purposes.h \ model/zoom_info.h \ model/zoom_info_init.h \ util/ati_meminfo.h \ util/check_error.h \ util/pick_convert.h \ util/sqlinfoprint.h \ view/exp004geometry.h \ view/exp004init.h \ view/exp004state0.h \ view/exp004view.h # The Linux non-free driver does not appear to include the # implementations of the AMD_performance_monitor functions. # # util/amd_performance_monitor/ati_get_group_and_counter_list.c # util/amd_performance_monitor/ati_counter_info.h # util/amd_performance_monitor/ati_get_group_and_counter_list.h AM_CFLAGS = -Wall -ggdb -std=gnu99 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/include/ncbi # DB2 Precompiler for Embedded SQL %.c : %.sqc db2 CONNECT TO exp004; db2 PRECOMPILE $<; CLEANFILES = \ controller/clear_selection.c \ controller/selection_from_db.c \ controller/selsave.c \ db/dbconnect.c \ model/exp004base.c