~chris-rogers/maus/emr_mc_digitization

« back to all changes in this revision

Viewing changes to bin/user/scifi/cpp/Makefile

  • Committer: Chris Rogers
  • Date: 2014-04-16 11:48:45 UTC
  • mfrom: (707 merge)
  • mto: This revision was merged to the branch mainline in revision 711.
  • Revision ID: chris.rogers@stfc.ac.uk-20140416114845-h3u3q7pdcxkxvovs
Update to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
all : scifi_offline_viewer
 
2
 
1
3
scifi_offline_viewer : scifi_offline_viewer.cc
2
4
        @echo "Running with ${MAUS_ROOT_DIR} on "
3
5
        @echo `uname -a` # note this Makefile fails on Ubuntu due to ROOT errors
12
14
                              `${ROOTSYS}/bin/root-config --glibs` \
13
15
                              -lMausCpp \
14
16
                               -Wl,--no-as-needed
15
 
 
 
17
                             
16
18
clean:
17
19
        rm scifi_offline_viewer;
18
20