# $Id: GNUmakefile,v 1.1 1999/01/07 16:05:51 gunter Exp $
# --------------------------------------------------------------
# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
# --------------------------------------------------------------

LDLIBS4 = /home/amako/geant4/examples/novice/CORBA/src/ProcessHitsCollection.o -
lOB
CPPFLAGS = -Iinclude -I/usr/local/include
name := exampleN03
G4TARGET := $(name)
G4EXLIB := true

ifndef G4INSTALL
  G4INSTALL = ../../..
endif

.PHONY: all
all: corba lib bin

corba: src/ProcessHitsCollection.o
        c++ -g -O -fPIC -Wall -fpermissive -DNDEBUG -Iinclude -c src/ProcessHits
Collection.cpp

include $(G4INSTALL)/config/binmake.gmk