repo.or.cz
/
libastrodb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
core: table API rework Phase II.
[libastrodb.git]
/
examples
/
Makefile.am
blob
0e4161315655403ec060e8420a836b4f49a27d17
1
noinst_PROGRAMS = \
2
sky2k \
3
vii110a \
4
ngc \
5
vii237
6
7
sky2k_SOURCES = \
8
sky2k.c
9
10
vii110a_SOURCES = \
11
vii110a.c
12
13
ngc_SOURCES = \
14
ngc.c
15
16
vii237_SOURCES = \
17
vii237.c
18
19
INCLUDES = \
20
-Wall -I../src
21
22
sky2k_LDADD = \
23
../src/libastrodb.la
24
25
vii110a_LDADD = \
26
../src/libastrodb.la
27
28
ngc_LDADD = \
29
../src/libastrodb.la
30
31
vii237_LDADD = \
32
../src/libastrodb.la