source: trunk/examples/extended/parallel/ParN02/include/GNUmakefile @ 1292

Last change on this file since 1292 was 807, checked in by garnier, 16 years ago

update

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