From 72fa9fb47a08fbf0c435cef4e84fd9ee400b429f Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 6 Oct 2011 04:12:29 +0000 Subject: added shared .o files to the clean target svn path=/trunk/externals/miXed/; revision=15526 --- cyclone/Makefile.libdir | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/cyclone/Makefile.libdir b/cyclone/Makefile.libdir index 8321ab4..4e1d76f 100644 --- a/cyclone/Makefile.libdir +++ b/cyclone/Makefile.libdir @@ -174,3 +174,23 @@ clean: -rm -f -- ../shared/sickle/Makefile.deps -rm -f -- ../shared/unstable/Makefile.deps -rm -f ../build-stamp + -rm -f -- ../shared/common/vefl.o + -rm -f -- ../shared/common/rand.o + -rm -f -- ../shared/common/port.o + -rm -f -- ../shared/common/os.o + -rm -f -- ../shared/common/mifi.o + -rm -f -- ../shared/common/loud.o + -rm -f -- ../shared/common/lex.o + -rm -f -- ../shared/common/grow.o + -rm -f -- ../shared/common/fitter.o + -rm -f -- ../shared/common/clc.o + -rm -f -- ../shared/common/binport.o + -rm -f -- ../shared/hammer/tree.o + -rm -f -- ../shared/hammer/gui.o + -rm -f -- ../shared/hammer/file.o + -rm -f -- ../shared/sickle/sic.o + -rm -f -- ../shared/sickle/arsic.o + -rm -f -- ../shared/unstable/loader.o + -rm -f -- ../shared/unstable/fringe.o + -rm -f -- ../shared/unstable/fragile.o + -rm -f -- ../shared/unstable/forky.o -- cgit v1.2.1