source: trunk/examples/extended/medical/DICOM/GNUmakefile @ 1229

Last change on this file since 1229 was 807, checked in by garnier, 16 years ago

update

File size: 428 bytes
Line 
1# $Id: GNUmakefile,v 1.3 2003/06/16 07:51:35 guatelli Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6name := dicom
7G4TARGET := $(name)
8G4EXLIB := true
9
10.PHONY: all
11all: lib bin
12
13include $(G4INSTALL)/config/binmake.gmk
14
15visclean:
16        rm -f g4*.prim g4*.eps g4*.wrl
17        rm -f .DAWN_*
Note: See TracBrowser for help on using the repository browser.