annotate src/Makefile.am @ 21:e5418051878c

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