comparison src/Makefile.am @ 34:07177825c91b

fix signed/unsigned to allow very small pst files with only leaf nodes
author carl
date Thu, 12 Jul 2007 14:59:13 -0700
parents e5418051878c
children f6db1f060a95
comparison
equal deleted inserted replaced
33:12cac756bc05 34:07177825c91b
1 hfiles = $(wildcard *.h) 1 hfiles = $(wildcard *.h)
2 bin_PROGRAMS = lspst readpst readpstlog pst2ldif 2 bin_PROGRAMS = lspst readpst readpstlog pst2ldif
3 lspst_SOURCES = $(hfiles) debug.c libpst.c libstrfunc.c lspst.c timeconv.c 3 noinst_PROGRAMS = deltasearch dumpblocks getidblock
4 readpst_SOURCES = $(hfiles) readpst.c libpst.c timeconv.c libstrfunc.c debug.c lzfu.c 4
5 readpstlog_SOURCES = $(hfiles) readpstlog.c debug.c 5 lspst_SOURCES = $(hfiles) debug.c libpst.c libstrfunc.c lspst.c timeconv.c
6 pst2ldif_SOURCES = $(hfiles) pst2ldif.cpp libpst.c timeconv.c libstrfunc.c debug.c lzfu.c 6 readpst_SOURCES = $(hfiles) readpst.c libpst.c timeconv.c libstrfunc.c debug.c lzfu.c
7 EXTRA_DIST = dumpblocks.c getidblock.c testdebug.c 7 readpstlog_SOURCES = $(hfiles) readpstlog.c debug.c
8 pst2ldif_SOURCES = $(hfiles) pst2ldif.cpp libpst.c timeconv.c libstrfunc.c debug.c lzfu.c
9
10 deltasearch_SOURCES = deltasearch.cpp debug.c
11 dumpblocks_SOURCES = dumpblocks.c debug.c libpst.c libstrfunc.c timeconv.c
12 getidblock_SOURCES = getidblock.c debug.c libpst.c libstrfunc.c timeconv.c
13
14 EXTRA_DIST = testdebug.c
8 15
9 # set the include path found by configure 16 # set the include path found by configure
10 INCLUDES= $(all_includes) 17 INCLUDES= $(all_includes)
11 18
12 # the library search path. 19 # the library search path.
14 readpst_LDFLAGS = $(all_libraries) 21 readpst_LDFLAGS = $(all_libraries)
15 readpstlog_LDFLAGS = $(all_libraries) 22 readpstlog_LDFLAGS = $(all_libraries)
16 pst2ldif_LDFLAGS = $(all_libraries) 23 pst2ldif_LDFLAGS = $(all_libraries)
17 24
18 # default compile flags 25 # default compile flags
19 lspst_CXXFLAGS = 26 # lspst_CXXFLAGS =
20 readpst_CXXFLAGS = 27 # readpst_CXXFLAGS =
21 readpstlog_CXXFLAGS = 28 # readpstlog_CXXFLAGS =
22 pst2ldif_CXXFLAGS = 29 # pst2ldif_CXXFLAGS =