comparison src/Makefile.am @ 43:f6db1f060a95

start on outlook 2003 64 bit format
author carl
date Sun, 06 Jan 2008 14:47:06 -0800
parents 07177825c91b
children 7d5c637aaafb
comparison
equal deleted inserted replaced
42:7a97f50c39c5 43:f6db1f060a95
1 hfiles = $(wildcard *.h) 1 hfiles = $(wildcard *.h)
2 bin_PROGRAMS = lspst readpst readpstlog pst2ldif 2 bin_PROGRAMS = lspst readpst readpstlog pst2ldif
3 noinst_PROGRAMS = deltasearch dumpblocks getidblock 3 noinst_PROGRAMS = deltasearch dumpblocks getidblock
4 4
5 lspst_SOURCES = $(hfiles) debug.c libpst.c libstrfunc.c lspst.c timeconv.c 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 6 readpst_SOURCES = $(hfiles) readpst.c libpst.c timeconv.c libstrfunc.c debug.c lzfu.c vbuf.c generic.c
7 readpstlog_SOURCES = $(hfiles) readpstlog.c debug.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 8 pst2ldif_SOURCES = $(hfiles) pst2ldif.cpp libpst.c timeconv.c libstrfunc.c debug.c lzfu.c vbuf.c generic.c
9 9
10 deltasearch_SOURCES = deltasearch.cpp debug.c 10 deltasearch_SOURCES = deltasearch.cpp debug.c
11 dumpblocks_SOURCES = dumpblocks.c debug.c libpst.c libstrfunc.c timeconv.c 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 12 getidblock_SOURCES = getidblock.c debug.c libpst.c libstrfunc.c timeconv.c vbuf.c generic.c
13 13
14 EXTRA_DIST = testdebug.c 14 EXTRA_DIST = testdebug.c
15 15
16 # set the include path found by configure 16 # set the include path found by configure
17 INCLUDES= $(all_includes) 17 INCLUDES= $(all_includes)