21 lines
435 B
Makefile
21 lines
435 B
Makefile
# $Id: GNUmakefile,v 1.7 2002/11/07 13:47:59 dressel Exp $
|
|
# --------------------------------------------------------------
|
|
# GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
|
|
# --------------------------------------------------------------
|
|
|
|
name := exampleB01
|
|
G4TARGET := $(name)
|
|
G4EXLIB := true
|
|
|
|
ifndef G4INSTALL
|
|
G4INSTALL = ../../..
|
|
endif
|
|
|
|
.PHONY: all
|
|
all: lib bin
|
|
|
|
|
|
CPPFLAGS +=
|
|
|
|
include $(G4INSTALL)/config/binmake.gmk
|