| Line | |
|---|
| 1 | # --------------------------------------------------------------
|
|---|
| 2 | # GNUmakefile for examples module.
|
|---|
| 3 | # Author: Giorgio Guerrieri
|
|---|
| 4 | # Date: 14/06/2005.
|
|---|
| 5 | # --------------------------------------------------------------
|
|---|
| 6 |
|
|---|
| 7 | name := phantom
|
|---|
| 8 | G4TARGET := $(name)
|
|---|
| 9 | G4EXLIB := true
|
|---|
| 10 |
|
|---|
| 11 | ifndef G4INSTALL
|
|---|
| 12 | G4INSTALL = ../../..
|
|---|
| 13 | endif
|
|---|
| 14 |
|
|---|
| 15 | .PHONY: all
|
|---|
| 16 | all: lib bin
|
|---|
| 17 |
|
|---|
| 18 | include $(G4INSTALL)/config/binmake.gmk
|
|---|
| 19 |
|
|---|
| 20 | visclean:
|
|---|
| 21 | rm -f g4*.prim g4*.eps g4*.wrl
|
|---|
| 22 | rm -f .DAWN_*
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.