summaryrefslogtreecommitdiff
path: root/src/main/Makefile
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2011-05-03 13:50:04 +0000
committerJakob Odersky <jodersky@gmail.com>2011-05-03 13:50:04 +0000
commit3d88d4979cc26e34acbeab6c6f2275295fcb0d9b (patch)
tree47d5cd9c42c43ebfd8a021b46a984d6b18b2a64d /src/main/Makefile
parent2ade21c3d97189d26f9dc18e2e805a0b05a4eaaf (diff)
downloadvhc-3d88d4979cc26e34acbeab6c6f2275295fcb0d9b.tar.gz
vhc-3d88d4979cc26e34acbeab6c6f2275295fcb0d9b.tar.bz2
vhc-3d88d4979cc26e34acbeab6c6f2275295fcb0d9b.zip
Repare bug dans la fermeture de l'accelerateur. Ajout d'un test de performance de l'accelerateur.
Diffstat (limited to 'src/main/Makefile')
-rw-r--r--src/main/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/Makefile b/src/main/Makefile
index 236a85f..9caa7f1 100644
--- a/src/main/Makefile
+++ b/src/main/Makefile
@@ -14,8 +14,8 @@ LOCALDIR = main
# Si un objet nécessite une compilation non-standard (i.e. pas de règle du style Foo.o : Foo.cc Foo.h), rajouter
# 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
+ CompositeElement.o Dipole.o Quadrupole.o FODO.o ElementVisitor.o Cloneable.o Accelerator.o exceptions.o Stepper.o
+
OBJS=$(addprefix $(BINDIR)/$(LOCALDIR)/,$(LOCALOBJS))
.PHONY = all checkdirs lib
@@ -36,4 +36,4 @@ lib: $(OBJS)
# Règle implicite qui modifie le répertoire de destination des fichiers .o
$(BINDIR)/$(LOCALDIR)/%.o: %.cc
- $(CXX) $(CXXFLAGS) -c $< -o $@ \ No newline at end of file
+ $(CXX) $(CXXFLAGS) -c $< -o $@