chiark / gitweb /
Better message for 503 from peer on idle conn. Conventional macro protection for...
[inn-innduct.git] / storage / Make.methods
1 # This file is automatically generated by buildconfig
2
3 METHOD_SOURCES  = buffindexed/buffindexed.c cnfs/cnfs.c ovdb/ovdb.c \
4                   timecaf/caf.c timecaf/timecaf.c timehash/timehash.c \
5                   tradindexed/tdx-cache.c tradindexed/tdx-data.c \
6                   tradindexed/tdx-group.c tradindexed/tradindexed.c \
7                   tradspool/tradspool.c trash/trash.c
8 EXTRA_SOURCES   = tradindexed/tdx-util.c
9 PROGRAMS        = tradindexed/tdx-util
10
11
12 ##  Included from buffindexed/ovmethod.mk
13
14 # This rule requires a compiler that supports -o with -c.  Since it's normally
15 # used by developers, that should be acceptable.
16 buffindexed/buffindexed_d.o: buffindexed/buffindexed.c
17         $(CC) $(CFLAGS) -DBUFF_DEBUG -c -o $@ buffindexed/buffindexed.c
18
19 buffindexed/debug: buffindexed/buffindexed_d.o libstorage.$(EXTLIB) $(LIBHIST)
20         $(LIBLD) $(LDFLAGS) -o $@ buffindexed/buffindexed_d.o \
21             $(LIBSTORAGE) $(LIBHIST) $(LIBINN) $(EXTSTORAGELIBS) $(LIBS)
22
23
24 ##  Included from tradindexed/ovmethod.mk
25
26 tradindexed/tdx-util.o: tradindexed/tdx-util.c
27         $(CC) $(CFLAGS) -c -o $@ tradindexed/tdx-util.c
28
29 tradindexed/tdx-util: tradindexed/tdx-util.o libstorage.$(EXTLIB) $(LIBHIST)
30         $(LIBLD) $(LDFLAGS) -o $@ tradindexed/tdx-util.o \
31             $(LIBSTORAGE) $(LIBHIST) $(LIBINN) $(EXTSTORAGELIBS) $(LIBS)