chiark / gitweb /
debugging for thing that crashed
[inn-innduct.git] / storage / buffindexed / ovmethod.mk
1 # This rule requires a compiler that supports -o with -c.  Since it's normally
2 # used by developers, that should be acceptable.
3 buffindexed/buffindexed_d.o: buffindexed/buffindexed.c
4         $(CC) $(CFLAGS) -DBUFF_DEBUG -c -o $@ buffindexed/buffindexed.c
5
6 buffindexed/debug: buffindexed/buffindexed_d.o libstorage.$(EXTLIB) $(LIBHIST)
7         $(LIBLD) $(LDFLAGS) -o $@ buffindexed/buffindexed_d.o \
8             $(LIBSTORAGE) $(LIBHIST) $(LIBINN) $(EXTSTORAGELIBS) $(LIBS)