comparison src/Makefile.am @ 21:e5418051878c

switch to automake/autoconf
author carl
date Sun, 19 Feb 2006 21:27:03 -0800
parents c508ee15dfca
children 07177825c91b
comparison
equal deleted inserted replaced
20:1acd3231c3a4 21:e5418051878c
1 hfiles = $(wildcard *.h)
1 bin_PROGRAMS = lspst readpst readpstlog pst2ldif 2 bin_PROGRAMS = lspst readpst readpstlog pst2ldif
2 lspst_SOURCES = debug.c libpst.c libstrfunc.c lspst.c timeconv.c 3 lspst_SOURCES = $(hfiles) 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 readpst_SOURCES = $(hfiles) readpst.c libpst.c timeconv.c libstrfunc.c debug.c lzfu.c
4 readpstlog_SOURCES = readpstlog.c debug.c 5 readpstlog_SOURCES = $(hfiles) readpstlog.c debug.c
5 pst2ldif_SOURCES = pst2ldif.cpp libpst.c timeconv.c libstrfunc.c debug.c lzfu.c 6 pst2ldif_SOURCES = $(hfiles) pst2ldif.cpp libpst.c timeconv.c libstrfunc.c debug.c lzfu.c
6 EXTRA_DIST = dumpblocks.c getidblock.c testdebug.c 7 EXTRA_DIST = dumpblocks.c getidblock.c testdebug.c
7 8
8 # set the include path found by configure 9 # set the include path found by configure
9 INCLUDES= $(all_includes) 10 INCLUDES= $(all_includes)
10 11