dependency files. Moved to the distclean target.
* examples/Makefile.in: Likewise.
* testsuite/Makefile.in: Likewise.
* tools/Makefile.in: Likewise.
Rev: src/nettle/ChangeLog:1.305
Rev: src/nettle/Makefile.in:1.13
Rev: src/nettle/examples/Makefile.in:1.8
Rev: src/nettle/testsuite/Makefile.in:1.8
Rev: src/nettle/tools/Makefile.in:1.9
2004-11-18 Niels Möller <nisse@lysator.liu.se>
+ * Makefile.in (clean-here): The clean target should not delete the
+ dependency files. Moved to the distclean target.
+ * examples/Makefile.in: Likewise.
+ * testsuite/Makefile.in: Likewise.
+ * tools/Makefile.in: Likewise.
+
* configure.ac (ASM_SYMBOL_PREFIX): Fixed test.
(dummy-dep-files): Added quotes to sed command.
$(rm_distcheck)
clean-here:
- -rm -f $(TARGETS) *.$(OBJEXT) *.p$(OBJEXT) *.d *.s
+ -rm -f $(TARGETS) *.$(OBJEXT) *.p$(OBJEXT) *.s
distclean-here: clean-here
-rm -f config.h stamp-h config.log config.status \
- config.make config.m4 Makefile nettle-types.h
+ config.make config.m4 Makefile nettle-types.h *.d
DEP_FILES = $(SOURCES:.c=.$(OBJEXT).d) $(SOURCES:.c=.p$(OBJEXT).d)
include $(DEP_FILES)
cp $^ $(distdir)
clean:
- -rm -f $(TARGETS) *.o *.d
+ -rm -f $(TARGETS) *.o
distclean: clean
- -rm -f Makefile
+ -rm -f Makefile *.d
include $(SOURCES:.c=.$(OBJEXT).d)
cp $^ $(distdir)
clean:
- -rm -f $(TARGETS) *.o *.d test.in test1.out test2.out
+ -rm -f $(TARGETS) *.o test.in test1.out test2.out
distclean: clean
- -rm -f Makefile
+ -rm -f Makefile *.d
include $(SOURCES:.c=.$(OBJEXT).d)
cp $^ $(distdir)
clean:
- -rm -f $(TARGETS) *.o *.d
+ -rm -f $(TARGETS) *.o
distclean: clean
- -rm -f Makefile
+ -rm -f Makefile *.d
include $(SOURCES:.c=.$(OBJEXT).d)