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/mbase/Makefile

    r454 r463  
    7878$(LIB): $(OBJS) BaseCint.o
    7979        @echo " - Building Library $(LIB) ... "
    80         @$(AR) $(LIB) *.o
     80        $(AR) $(LIB) *.o
    8181
    8282BaseCint.cc: $(HEADERS)
     
    8484        @echo " - Generating dictionary BaseCint.cc ..."
    8585
    86         @$(ROOTSYS)/bin/rootcint -f BaseCint.cc \
     86        $(ROOTSYS)/bin/rootcint -f BaseCint.cc \
    8787        -c $(INCLUDES) $(HEADERS) BaseIncl.h BaseLinkDef.h
    8888
Note: See TracChangeset for help on using the changeset viewer.