Files
geant4/examples/extended/optical/wls/GNUmakefile
T
2016-06-10 11:51:14 +02:00

20 lines
428 B
Makefile

# $Id: GNUmakefile 68752 2013-04-05 10:23:47Z gcosmo $
# --------------------------------------------------------------
# GNUmakefile for WLS example.
# --------------------------------------------------------------
name := wls
G4TARGET := $(name)
G4EXLIB := true
ifndef G4INSTALL
G4INSTALL = ../../../..
endif
.PHONY: all
all: lib bin
include $(G4INSTALL)/config/architecture.gmk
include $(G4INSTALL)/config/binmake.gmk