source: trunk/source/geometry/solids/test/SBT/GNUmakefile @ 1350

Last change on this file since 1350 was 1350, checked in by garnier, 13 years ago

update to last version 4.9.4

File size: 421 bytes
Line 
1# $Id: GNUmakefile,v 1.2 2000/04/17 19:19:58 davidw Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6name := SBT
7G4TARGET := $(name)
8G4EXLIB := true
9ifndef G4INSTALL
10  G4INSTALL = ../../../../../..
11endif
12
13.PHONY: all
14all: lib bin
15
16include $(G4INSTALL)/config/binmake.gmk
Note: See TracBrowser for help on using the repository browser.