- Why on earth libtool is needed for a simple rm?

- add distclean as a target to main Makefile



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@284 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Diane Bruce 2006-09-07 16:12:46 +00:00
parent c48512c35d
commit 39984b3686
2 changed files with 4 additions and 1 deletions

View File

@ -127,3 +127,6 @@ wsjt.spec: wsjt.py astro.py g.py options.py palettes.py smeter.py specjt.py
clean:
${RM} -f *.o *.pyc *.so *~ JT65code wsjt6
(cd portaudio-v19;${MAKE} clean)
distclean: clean
${RM} -f config.log config.status Makefile
(cd portaudio-v19;${MAKE} distclean)

View File

@ -154,7 +154,7 @@ uninstall:
$(MAKE) uninstall-recursive
clean:
$(LIBTOOL) --mode=clean rm -f $(LTOBJS) $(ALL_TESTS) lib/$(PALIB)
rm -f $(LTOBJS) $(ALL_TESTS) lib/$(PALIB)
rm -f bin-stamp lib-stamp
-rm -rf bin lib