| Rev | Line | |
|---|
| [1350] | 1 | # $Id: GNUmakefile,v 1.1 2004/01/27 14:11:40 grichine Exp $
|
|---|
| 2 | # --------------------------------------------------------------
|
|---|
| 3 | # GNUmakefile for tests module. Gabriele Cosmo, 27/06/98.
|
|---|
| 4 | # --------------------------------------------------------------
|
|---|
| 5 |
|
|---|
| 6 | name := SolidsChecker
|
|---|
| 7 | G4TARGET := $(name)
|
|---|
| 8 | G4EXLIB := true
|
|---|
| 9 |
|
|---|
| 10 | ifndef G4INSTALL
|
|---|
| 11 | G4INSTALL = ../../
|
|---|
| 12 | endif
|
|---|
| 13 |
|
|---|
| 14 | .PHONY: all
|
|---|
| 15 |
|
|---|
| 16 | all: lib bin
|
|---|
| 17 |
|
|---|
| 18 | include $(G4INSTALL)/config/binmake.gmk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.