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
table: fixed bug when field length > 128.
[libastrodb.git]
/
examples
/
Makefile.am
blob
f738ea2f33a10ac70ea7c1c4cc72bd4486562b1a
1
noinst_PROGRAMS = \
2
client \
3
sky2k \
4
vii110a \
5
custom \
6
ngc
7
8
client_SOURCES = \
9
client.c
10
11
sky2k_SOURCES = \
12
sky2k.c
13
14
vii110a_SOURCES = \
15
vii110a.c
16
17
custom_SOURCES = \
18
custom.c
19
20
ngc_SOURCES = \
21
ngc.c
22
23
INCLUDES = \
24
-Wall -I../src
25
26
client_LDADD = \
27
../src/libastrodb.la
28
29
sky2k_LDADD = \
30
../src/libastrodb.la
31
32
vii110a_LDADD = \
33
../src/libastrodb.la
34
35
custom_LDADD = \
36
../src/libastrodb.la
37
38
ngc_LDADD = \
39
../src/libastrodb.la