Ignore:
Timestamp:
11/11/04 16:17:07 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Simulation/Detector
Files:
2 edited

Legend:

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

    r5104 r5396  
    1919#
    2020# $RCSfile: Makefile,v $
    21 # $Revision: 1.27 $
     21# $Revision: 1.28 $
    2222# $Author: moralejo $
    23 # $Date: 2004-09-17 15:44:43 $
     23# $Date: 2004-11-11 16:16:49 $
    2424#
    2525##################################################################
     
    133133        (cd $(@:.clean=); make clean; cd ..;)
    134134
    135 depend: @makedepend $(SRCS) $(INCLUDES) -fMakefile 2> kk.kk ; cat kk.kk
     135depend:
     136        @makedepend $(SRCS) $(INCLUDES) -fMakefile 2> kk.kk ; cat kk.kk
    136137
    137138doc: camera-doc
  • trunk/MagicSoft/Simulation/Detector/StarResponse/Makefile

    r5104 r5396  
    1919#
    2020# $RCSfile: Makefile,v $
    21 # $Revision: 1.8 $
     21# $Revision: 1.9 $
    2222# $Author: moralejo $
    23 # $Date: 2004-09-17 15:44:44 $
     23# $Date: 2004-11-11 16:17:07 $
    2424#
    2525##################################################################
     
    121121        $(CXX) $(CXXFLAGS) $(OBJS) $(LIBS) -o $@
    122122
    123 depend: @makedepend $(SRCS) $(INCLUDES) -fMakefile 2> kk.kk ; cat kk.kk
     123depend:
     124        @makedepend $(SRCS) $(INCLUDES) -fMakefile 2> kk.kk ; cat kk.kk
    124125
    125126.cxx.o:
Note: See TracChangeset for help on using the changeset viewer.