| Line | |
|---|
| 1 | MARSHALGEN_PATH = /afs/cern.ch/user/c/cooperma/vietha/Marshalgen
|
|---|
| 2 | MARSHAL=$(MARSHALGEN_PATH)/marshalgen
|
|---|
| 3 |
|
|---|
| 4 | default: all
|
|---|
| 5 |
|
|---|
| 6 | all: G4String G4THits G4VHits ExN02TrackerHit G4HCofThisEvent
|
|---|
| 7 | (cp -p ../AnnotatedFiles/Marshaled* .; cp -p $(MARSHALGEN_PATH)/MarshaledObj.h .)
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 | ExN02TrackerHit: ExN02TrackerHit.hh
|
|---|
| 11 | $(MARSHAL) $?
|
|---|
| 12 |
|
|---|
| 13 | G4String: ../AnnotatedFiles/G4String.hh
|
|---|
| 14 | $(MARSHAL) $?
|
|---|
| 15 |
|
|---|
| 16 | G4HCofThisEvent: ../AnnotatedFiles/G4HCofThisEvent.hh
|
|---|
| 17 | $(MARSHAL) $?
|
|---|
| 18 |
|
|---|
| 19 | G4THits: ../AnnotatedFiles/G4THitsCollection.hh
|
|---|
| 20 | $(MARSHAL) $?
|
|---|
| 21 |
|
|---|
| 22 | G4VHits: ../AnnotatedFiles/G4VHitsCollection.hh
|
|---|
| 23 | $(MARSHAL) $?
|
|---|
| 24 |
|
|---|
| 25 | clean:
|
|---|
| 26 | rm *.msh Marshaled* ../AnnotatedFiles/*.msh ../AnnotatedFiles/Marshaled*
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.