# This rule requires a compiler that supports -o with -c. Since it's normally # used by developers, that should be acceptable. buffindexed/buffindexed_d.o: buffindexed/buffindexed.c $(CC) $(CFLAGS) -DBUFF_DEBUG -c -o $@ buffindexed/buffindexed.c buffindexed/debug: buffindexed/buffindexed_d.o libstorage.$(EXTLIB) $(LIBHIST) $(LIBLD) $(LDFLAGS) -o $@ buffindexed/buffindexed_d.o \ $(LIBSTORAGE) $(LIBHIST) $(LIBINN) $(EXTSTORAGELIBS) $(LIBS)