comparison Makefile @ 11:bf12a9d4524c

more code cleanup
author carl
date Fri, 17 Feb 2006 22:48:32 -0800
parents 2b58cf15aaf7
children 80ae7e5cb562
comparison
equal deleted inserted replaced
10:a818f3c2e589 11:bf12a9d4524c
18 18
19 DISTFILES := $(DOCS) Makefile setup1.vdproj XGetopt.c XGetopt.h common.h \ 19 DISTFILES := $(DOCS) Makefile setup1.vdproj XGetopt.c XGetopt.h common.h \
20 debug.c define.h dumpblocks.c getidblock.c libpst.c libpst.h \ 20 debug.c define.h dumpblocks.c getidblock.c libpst.c libpst.h \
21 libstrfunc.c libstrfunc.h lspst.c lzfu.c lzfu.h moz-script \ 21 libstrfunc.c libstrfunc.h lspst.c lzfu.c lzfu.h moz-script \
22 readlog.vcproj readpst.1 readpst.c readpstlog.1 readpstlog.c \ 22 readlog.vcproj readpst.1 readpst.c readpstlog.1 readpstlog.c \
23 testdebug.c timeconv.c timeconv.h w32pst.sln w32pst.vcproj 23 testdebug.c timeconv.c timeconv.h w32pst.sln w32pst.vcproj \
24 nick2ldif.cpp pst2ldif.cpp
24 25
25 PROGS := lspst readpst readpstlog pst2ldif nick2ldif 26 PROGS := lspst readpst readpstlog pst2ldif nick2ldif
26 ALL_PROGS := $(PROGS) dumpblocks getidblock testdebug 27 ALL_PROGS := $(PROGS) dumpblocks getidblock testdebug
27 28
28 all: $(PROGS) 29 all: $(PROGS)