source:
trunk/source/event/test/GeneralParticleSource/GNUmakefile
| Last change on this file was 1350, checked in by , 15 years ago | |
|---|---|
| File size: 408 bytes | |
| Line | |
|---|---|
| 1 | # $Id: GNUmakefile,v 1.1 2000/11/10 11:32:01 flei Exp $ |
| 2 | # -------------------------------------------------------------- |
| 3 | # GNUmakefile for tests module. Gabriele Cosmo, 27/06/98. |
| 4 | # -------------------------------------------------------------- |
| 5 | |
| 6 | name := gps |
| 7 | G4TARGET := $(name) |
| 8 | G4EXLIB := true |
| 9 | |
| 10 | ifndef G4INSTALL |
| 11 | G4INSTALL = ../../.. |
| 12 | endif |
| 13 | |
| 14 | .PHONY: all |
| 15 | all: lib bin |
| 16 | |
| 17 | include $(G4INSTALL)/config/binmake.gmk |
Note:
See TracBrowser
for help on using the repository browser.
