| 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 |
|
|---|
| 6 | name := dicom
|
|---|
| 7 | G4TARGET := $(name)
|
|---|
| 8 | G4EXLIB := true
|
|---|
| 9 |
|
|---|
| 10 | .PHONY: all
|
|---|
| 11 | all: lib bin
|
|---|
| 12 |
|
|---|
| 13 | include $(G4INSTALL)/config/binmake.gmk
|
|---|
| 14 |
|
|---|
| 15 | visclean:
|
|---|
| 16 | rm -f g4*.prim g4*.eps g4*.wrl
|
|---|
| 17 | rm -f .DAWN_*
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.