annotate src/Makefile.am @ 16:c508ee15dfca

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