comparison src/Makefile.am @ 16:c508ee15dfca

switch to automake/autoconf
author carl
date Sun, 19 Feb 2006 18:47:46 -0800
parents
children e5418051878c
comparison
equal deleted inserted replaced
15:ac98f448b6ab 16:c508ee15dfca
1 bin_PROGRAMS = lspst readpst readpstlog pst2ldif
2 lspst_SOURCES = debug.c libpst.c libstrfunc.c lspst.c timeconv.c
3 readpst_SOURCES = readpst.c libpst.c timeconv.c libstrfunc.c debug.c lzfu.c
4 readpstlog_SOURCES = readpstlog.c debug.c
5 pst2ldif_SOURCES = pst2ldif.cpp libpst.c timeconv.c libstrfunc.c debug.c lzfu.c
6 EXTRA_DIST = dumpblocks.c getidblock.c testdebug.c
7
8 # set the include path found by configure
9 INCLUDES= $(all_includes)
10
11 # the library search path.
12 lspst_LDFLAGS = $(all_libraries)
13 readpst_LDFLAGS = $(all_libraries)
14 readpstlog_LDFLAGS = $(all_libraries)
15 pst2ldif_LDFLAGS = $(all_libraries)
16
17 # default compile flags
18 lspst_CXXFLAGS =
19 readpst_CXXFLAGS =
20 readpstlog_CXXFLAGS =
21 pst2ldif_CXXFLAGS =