Changeset 2376


Ignore:
Timestamp:
10/03/03 12:18:16 (21 years ago)
Author:
blanch
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/StarResponse/Makefile

    r2375 r2376  
    1919#
    2020# $RCSfile: Makefile,v $
    21 # $Revision: 1.3 $
     21# $Revision: 1.4 $
    2222# $Author: blanch $
    23 # $Date: 2003-10-03 10:53:41 $
     23# $Date: 2003-10-03 11:18:16 $
    2424#
    2525##################################################################
     
    7676#             directories.
    7777#
    78 SUBDIRS = ${INCLUDE_EVITA_BASE} \
    79           ${INCLUDE_EVITA_MC}   \
    80           ${INCLUDE_EVITA_RAW}   \
    81           ${INCLUDE_MARS_MGEOM}
    82 
    83 LIBRARIES = $(SUBDIRS:=.a)
    84 MRPROPERS = $(SUBDIRS:=.mrproper)
    85 CLEANERS  = $(SUBDIRS:=.clean)
    8678
    8779#------------------------------------------------------------------------------
     
    124116        @echo " "
    125117
    126 $(PROGRAM): $(LIBRARIES) $(OBJS)
     118$(PROGRAM): $(OBJS)
    127119        @echo " Linking $@ ..."
    128120        $(CXX) $(CXXFLAGS) $(OBJS) $(LIBS) -o $@
    129121
    130 $(LIBRARIES): makefiles
    131         @echo " Creating lib$@:"
    132         (cd $(@:.a=);make; cd ..)
    133 
    134 $(MRPROPERS): makefiles
    135         @echo " Doing Mr.Proper in $(@:.mrproper=)"
    136         (cd $(@:.mrproper=); (make mrproper > /dev/null); cd ..;)
    137 
    138 
    139 $(CLEANERS): makefiles
    140         @echo "Cleaning $(@:.clean=):"
    141         (cd $(@:.clean=); make clean; cd ..;)
    142122depend:
    143123        @makedepend $(SRCS) $(INCLUDES) -fMakefile 2> kk.kk ; cat kk.kk
     
    155135        $(CC) $(CFLAGS) -c $< -o $@
    156136
    157 makefiles:
    158         @cp Makefile.* ${INCLUDE_EVITA}
    159 
    160137lclean:
    161138        @echo "Cleanning..."
    162139        @rm -f *.o core
    163140
    164 clean:  $(CLEANERS) rmcint rmobjs
     141clean:  rmcint rmobjs
    165142        @echo "Cleanning...done"
    166143
    167 mrproper: clean $(MRPROPERS)
     144mrproper: clean
    168145        @echo "Mr.Proper in action . . ."
    169146        @rm -f $(PROGRAM)
Note: See TracChangeset for help on using the changeset viewer.