Reconstitution du dépôt, étape 3

Le commentaire de révision initial figure ci-dessous. Différences par
rapport à ce commit : ajout d'une règle "astyle" au Makefile, qui refait
l'indentation de tous les fichiers (à utiliser avant un commit).

| r91 | jgraeffly | 2009-05-15 15:18:47 +0200 (ven 15 mai 2009) | 1 line
| Chemins modifiés :
|    M /code/owlps-positioning/Makefile
|    M /code/owlps-positioning/server.hh

git-svn-id: https://pif.pu-pm.univ-fcomte.fr/svn/loc@92 785a6c6c-259e-4ff1-8b91-dc31627914f0
This commit is contained in:
Julien Graeffly 2009-05-29 12:39:35 +00:00 committed by Matteo Cypriani
parent 418970d68b
commit 61ceb8bb0f
2 changed files with 6 additions and 2 deletions

View File

@ -4,7 +4,7 @@ GXXFLAGS = $(DEBUG) -Wall -pedantic
LD = g++
LDFLAGS = -lm
TARGET = owlps-positioningd
TARGET = owlps-positioning
HEADER = owlps-positioning.hh
all : ${TARGET}
@ -29,7 +29,7 @@ owlps-positioning.o : server.hh
${TARGET} : point.o measurement.o accesspoint.o referencepoint.o positioning.o server.o area.o treatment.o
clean:
@rm -fv *~ *.o
@rm -fv *~ *.o *.orig
purge : clean
@rm -fv owlps-positioningd
@ -39,3 +39,6 @@ install :
uninstall :
@echo "La cible de désinstallation de ${TARGET} sera implémentée en même temps que la cible d'installation."
astyle :
@astyle --style=gnu *.cc *.hh

View File

@ -13,6 +13,7 @@
#include <iostream>
#include <cstdio>
#include <cstdlib>
#include "positioning.hh"
#include "point.hh"