summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am (plain)
blob: bd0d7028548e0477f53edd5a614a3431b18a11fa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
bin_PROGRAMS = exp004viz

exp004viz_SOURCES = \
	controller/exp004display.c \
	controller/exp004mouse.c \
	controller/exp004processhits.c \
	controller/exp004reshape.c \
	exp004viz.c \
	model/exp004base.c \
	util/check_error.c \
	view/exp004geometry.c \
	view/exp004view.c

exp004viz_LDADD = ${GLUT_LIBS}

noinst_HEADERS = \
	controller/exp004display.h \
	controller/exp004mouse.h \
	controller/exp004processhits.h \
	controller/exp004reshape.h \
	model/exp004base.h \
	model/exp004state.h \
	util/check_error.h \
	view/exp004geometry.h \
	view/exp004state0.h \
	view/exp004view.h

AM_CFLAGS = -Wall -std=gnu99 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/include/ncbi

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.