Ignore:
Timestamp:
01/11/01 12:54:21 (24 years ago)
Author:
harald
Message:
The first implementation of a gui to test the data of Octobertest
was implemented. Therefore the two subdirs mgui and mdatacheck
were introduced. The program for the gui is called -> mars <-.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mraw/Makefile

    r454 r463  
    7777$(LIB): $(OBJS) RawCint.o
    7878        @echo " - Building Library $(LIB) ... "
    79         @$(AR) $(LIB) *.o
     79        $(AR) $(LIB) *.o
    8080
    8181RawCint.cc: $(HEADERS)
     
    8383        @echo " - Generating dictionary RawCint.cc ..."
    8484
    85         @$(ROOTSYS)/bin/rootcint -f RawCint.cc \
     85        $(ROOTSYS)/bin/rootcint -f RawCint.cc \
    8686        -c $(INCLUDES) $(HEADERS) RawIncl.h RawLinkDef.h
    8787
Note: See TracChangeset for help on using the changeset viewer.