Mercurial > libpst
annotate src/Makefile.am @ 51:06c0262ad689 stable-0-6-5
code cleanup
author | carl |
---|---|
date | Tue, 22 Jan 2008 14:39:02 -0800 |
parents | f6db1f060a95 |
children | 7d5c637aaafb |
rev | line source |
---|---|
21 | 1 hfiles = $(wildcard *.h) |
34
07177825c91b
fix signed/unsigned to allow very small pst files with only leaf nodes
carl
parents:
21
diff
changeset
|
2 bin_PROGRAMS = lspst readpst readpstlog pst2ldif |
07177825c91b
fix signed/unsigned to allow very small pst files with only leaf nodes
carl
parents:
21
diff
changeset
|
3 noinst_PROGRAMS = deltasearch dumpblocks getidblock |
07177825c91b
fix signed/unsigned to allow very small pst files with only leaf nodes
carl
parents:
21
diff
changeset
|
4 |
43 | 5 lspst_SOURCES = $(hfiles) debug.c libpst.c libstrfunc.c lspst.c timeconv.c vbuf.c generic.c |
6 readpst_SOURCES = $(hfiles) readpst.c libpst.c timeconv.c libstrfunc.c debug.c lzfu.c vbuf.c generic.c | |
34
07177825c91b
fix signed/unsigned to allow very small pst files with only leaf nodes
carl
parents:
21
diff
changeset
|
7 readpstlog_SOURCES = $(hfiles) readpstlog.c debug.c |
43 | 8 pst2ldif_SOURCES = $(hfiles) pst2ldif.cpp libpst.c timeconv.c libstrfunc.c debug.c lzfu.c vbuf.c generic.c |
34
07177825c91b
fix signed/unsigned to allow very small pst files with only leaf nodes
carl
parents:
21
diff
changeset
|
9 |
07177825c91b
fix signed/unsigned to allow very small pst files with only leaf nodes
carl
parents:
21
diff
changeset
|
10 deltasearch_SOURCES = deltasearch.cpp debug.c |
43 | 11 dumpblocks_SOURCES = dumpblocks.c debug.c libpst.c libstrfunc.c timeconv.c vbuf.c generic.c |
12 getidblock_SOURCES = getidblock.c debug.c libpst.c libstrfunc.c timeconv.c vbuf.c generic.c | |
34
07177825c91b
fix signed/unsigned to allow very small pst files with only leaf nodes
carl
parents:
21
diff
changeset
|
13 |
07177825c91b
fix signed/unsigned to allow very small pst files with only leaf nodes
carl
parents:
21
diff
changeset
|
14 EXTRA_DIST = testdebug.c |
16 | 15 |
16 # set the include path found by configure | |
17 INCLUDES= $(all_includes) | |
18 | |
19 # the library search path. | |
20 lspst_LDFLAGS = $(all_libraries) | |
21 readpst_LDFLAGS = $(all_libraries) | |
22 readpstlog_LDFLAGS = $(all_libraries) | |
23 pst2ldif_LDFLAGS = $(all_libraries) | |
24 | |
25 # default compile flags | |
34
07177825c91b
fix signed/unsigned to allow very small pst files with only leaf nodes
carl
parents:
21
diff
changeset
|
26 # lspst_CXXFLAGS = |
07177825c91b
fix signed/unsigned to allow very small pst files with only leaf nodes
carl
parents:
21
diff
changeset
|
27 # readpst_CXXFLAGS = |
07177825c91b
fix signed/unsigned to allow very small pst files with only leaf nodes
carl
parents:
21
diff
changeset
|
28 # readpstlog_CXXFLAGS = |
07177825c91b
fix signed/unsigned to allow very small pst files with only leaf nodes
carl
parents:
21
diff
changeset
|
29 # pst2ldif_CXXFLAGS = |