From: alibrary Date: Mon, 7 Jun 2004 06:27:49 +0000 (+0000) Subject: Some cleanup, more may be needed X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=3a5e5a4053f5978d02b995a29390e37849429bd0 Some cleanup, more may be needed --- diff --git a/Makefile b/Makefile index 2da40147060..830796d2854 100644 --- a/Makefile +++ b/Makefile @@ -218,12 +218,12 @@ include build/dummy.d modules: $(patsubst %,%/module.mk,$(MODULES)) -aliroot: $(BINPATH) $(ALLEXECS) alilibs bin +aliroot: $(BINPATH) $(ALLEXECS) alilibs ifeq ($(ALIPROFILE),YES) -alilibs: $(LIBPATH) $(ALLLIBS) $(ALLALIBS) lib modules +alilibs: $(LIBPATH) modules $(ALLLIBS) $(ALLALIBS) else -alilibs: $(LIBPATH) $(ALLLIBS) lib modules +alilibs: $(LIBPATH) modules $(ALLLIBS) endif # Single Makefile "distribution": Makefile + modules + mkdepend scripts @@ -248,14 +248,6 @@ ifndef ALIQUIET endif @(export ALIPROFILE=YES && $(MAKE)) -lib: - @mkdir lib - @mkdir lib/tgt_$(ALICE_TARGET) - -bin: - @mkdir bin - @mkdir bin/tgt_$(ALICE_TARGET) - $(MODULES): ifndef ALIQUIET @echo "***** Making $@ *****"