new rebuild Index utility

This commit is contained in:
Thomas Arp
2010-12-01 14:41:47 +00:00
parent 86f83bcc57
commit 1c3714926d
2 changed files with 160 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ all: $(BINDIR)/asciipasswd \
$(BINDIR)/shopconv \
$(BINDIR)/sign \
$(BINDIR)/split \
$(BINDIR)/rebuildIndex \
$(BINDIR)/wld2html \
$(BINDIR)/webster
@@ -48,6 +49,11 @@ wld2html: $(BINDIR)/wld2html
webster: $(BINDIR)/webster
rebuildIndex: $(BINDIR)/rebuildIndex
$(BINDIR)/rebuildIndex: rebuildAsciiIndex.c
$(CC) $(CFLAGS) -o $(BINDIR)/rebuildIndex rebuildAsciiIndex.c
$(BINDIR)/asciipasswd: asciipasswd.c
$(CC) $(CFLAGS) -o $(BINDIR)/asciipasswd asciipasswd.c @CRYPTLIB@