source:
trunk/examples/extended/g3tog4/cltog4/GNUmakefile@
807
| Last change on this file since 807 was 807, checked in by , 17 years ago | |
|---|---|
| File size: 294 bytes | |
| Line | |
|---|---|
| 1 | # $Id: GNUmakefile,v 1.1 2000/07/24 11:23:46 gcosmo Exp $ |
| 2 | # ---------------------------------------------------------------- |
| 3 | |
| 4 | name := cltog4 |
| 5 | G4TARGET := $(name) |
| 6 | G4EXLIB := true |
| 7 | |
| 8 | ifndef G4INSTALL |
| 9 | G4INSTALL = ../../../.. |
| 10 | endif |
| 11 | |
| 12 | .PHONY: all |
| 13 | all: lib bin |
| 14 | |
| 15 | include $(G4INSTALL)/config/binmake.gmk |
Note:
See TracBrowser
for help on using the repository browser.
