source:
trunk/examples/extended/g3tog4/clGeometry/GNUmakefile
| Last change on this file was 807, checked in by , 17 years ago | |
|---|---|
| File size: 346 bytes | |
| Line | |
|---|---|
| 1 | # $Id: GNUmakefile,v 1.2 2006/03/14 10:13:55 vnivanch Exp $ |
| 2 | # ---------------------------------------------------------------- |
| 3 | |
| 4 | name := clGeometry |
| 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/architecture.gmk |
| 16 | |
| 17 | include $(G4INSTALL)/config/binmake.gmk |
Note:
See TracBrowser
for help on using the repository browser.
