21
|
1 hfiles = $(wildcard *.h)
|
16
|
2 bin_PROGRAMS = lspst readpst readpstlog pst2ldif
|
21
|
3 lspst_SOURCES = $(hfiles) debug.c libpst.c libstrfunc.c lspst.c timeconv.c
|
|
4 readpst_SOURCES = $(hfiles) readpst.c libpst.c timeconv.c libstrfunc.c debug.c lzfu.c
|
|
5 readpstlog_SOURCES = $(hfiles) readpstlog.c debug.c
|
|
6 pst2ldif_SOURCES = $(hfiles) pst2ldif.cpp libpst.c timeconv.c libstrfunc.c debug.c lzfu.c
|
16
|
7 EXTRA_DIST = dumpblocks.c getidblock.c testdebug.c
|
|
8
|
|
9 # set the include path found by configure
|
|
10 INCLUDES= $(all_includes)
|
|
11
|
|
12 # the library search path.
|
|
13 lspst_LDFLAGS = $(all_libraries)
|
|
14 readpst_LDFLAGS = $(all_libraries)
|
|
15 readpstlog_LDFLAGS = $(all_libraries)
|
|
16 pst2ldif_LDFLAGS = $(all_libraries)
|
|
17
|
|
18 # default compile flags
|
|
19 lspst_CXXFLAGS =
|
|
20 readpst_CXXFLAGS =
|
|
21 readpstlog_CXXFLAGS =
|
|
22 pst2ldif_CXXFLAGS =
|