summaryrefslogtreecommitdiff
path: root/src/main/Makefile
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2011-05-23 16:19:06 +0000
committerJakob Odersky <jodersky@gmail.com>2011-05-23 16:19:06 +0000
commit4dfe6cc0636809542f525fdd86eaaa2af3181647 (patch)
tree81e8cb8493b3e9a697970836e04dd21a27d58362 /src/main/Makefile
parent2c8bb59d4ccca47c5342ee030f31e13c0cb2674b (diff)
downloadvhc-4dfe6cc0636809542f525fdd86eaaa2af3181647.tar.gz
vhc-4dfe6cc0636809542f525fdd86eaaa2af3181647.tar.bz2
vhc-4dfe6cc0636809542f525fdd86eaaa2af3181647.zip
Ajout des bunchs :)
Diffstat (limited to 'src/main/Makefile')
-rw-r--r--src/main/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/Makefile b/src/main/Makefile
index 96f4d98..09ca21e 100644
--- a/src/main/Makefile
+++ b/src/main/Makefile
@@ -15,7 +15,8 @@ LOCALDIR = main
# cette règle.
LOCALOBJS = Vector3D.o Particle.o Printable.o Element.o CurvedElement.o StraightElement.o \
CompositeElement.o Dipole.o Quadrupole.o FODO.o ElementVisitor.o Cloneable.o \
- Accelerator.o exceptions.o Stepper.o Beam.o SingleBeam.o CircularBeam.o
+ Accelerator.o exceptions.o Stepper.o Beam.o SingleBeam.o CircularBeam.o \
+ random.o Bunch.o
OBJS=$(addprefix $(BINDIR)/$(LOCALDIR)/,$(LOCALOBJS))
.PHONY = all checkdirs lib