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: refactoring API for struct schemas only - Phase I
[libastrodb.git]
/
examples
/
Makefile.am
blob
c17e5c94197d3ca2bc75cc46937f4dedd4ea2d1d
1
noinst_PROGRAMS = \
2
client \
3
sky2k \
4
vii110a \
5
custom \
6
ngc \
7
vii237
8
9
client_SOURCES = \
10
client.c
11
12
sky2k_SOURCES = \
13
sky2k.c
14
15
vii110a_SOURCES = \
16
vii110a.c
17
18
custom_SOURCES = \
19
custom.c
20
21
ngc_SOURCES = \
22
ngc.c
23
24
vii237_SOURCES = \
25
vii237.c
26
27
INCLUDES = \
28
-Wall -I../src
29
30
client_LDADD = \
31
../src/libastrodb.la
32
33
sky2k_LDADD = \
34
../src/libastrodb.la
35
36
vii110a_LDADD = \
37
../src/libastrodb.la
38
39
custom_LDADD = \
40
../src/libastrodb.la
41
42
ngc_LDADD = \
43
../src/libastrodb.la
44
45
vii237_LDADD = \
46
../src/libastrodb.la