Fix height width and makefule issues

This commit is contained in:
Gareth Evans
2017-06-01 22:58:06 +01:00
parent 9fa61bc68d
commit 67c145dd7d
3 changed files with 24 additions and 20 deletions

View File

@@ -8,7 +8,7 @@ LIBS = -lm -lpthread -ldl
VPATH = models
objects = main.o cost.o ecc33.o ericsson.o fspl.o hata.o itwom3.0.o \
los.o sui.o pel.o egli.o inputs.o outputs.o image.o image-ppm.o
los.o sui.o pel.o egli.o inputs.o outputs.o image.o image-ppm.o tiles.o
GCC_MAJOR := $(shell $(CXX) -dumpversion 2>&1 | cut -d . -f 1)
GCC_MINOR := $(shell $(CXX) -dumpversion 2>&1 | cut -d . -f 2)
@@ -52,6 +52,8 @@ image-ppm.o: image-ppm.cc
los.o: los.cc common.h main.hh cost.hh ecc33.hh ericsson.hh fspl.hh hata.hh \
itwom3.0.hh sui.hh pel.hh egli.hh
tiles.o: tiles.cc tiles.hh common.h
.PHONY: clean
clean:
rm -f $(objects) signalserver signalserverHD signalserverLIDAR