1
0
mirror of https://github.com/agdsn/ancient-weatherstation.git synced 2026-06-19 23:07:59 +00:00

Working on charts

git-svn-id: file:///home/jan/tmp/wetterstation/trunk@78 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi
2006-09-12 13:55:49 +00:00
parent 572b1c3271
commit 25d6a8c7a7
6 changed files with 47 additions and 16 deletions
+16 -3
View File
@@ -6,7 +6,7 @@ LDFLAS = -o
#INCL = -I$$(pg_config --includedir)
BIN_NAME = chart
OBJS = chart.o config.o common.o image_file/image_file.o image_file/image_config.o
OBJS = chart.o config.o common.o image_file/image_file.o image_file/image_config.o image_file/image_draw.o image_file/image_common.o image_file/image_data.o
CONF_NAME = chart.conf
@@ -43,13 +43,26 @@ config.o: config.c \
common.h
image_file/image_config.o: image_file/image_config.c \
common.h \
definitions.h \
config.h \
image_file/image_common.h
image_file/image_data.o: image_file/image_data.c \
image_file/image_data.h \
image_file/image_common.h \
config.h
common.h \
definitions.h
image_file/image_draw.o: image_file/image_draw.c \
image_file/image_draw.h \
image_file/image_data.h
image_file/image_file.o: image_file/image_file.c \
definitions.h \
common.h \
image_file/image_common.h \
image_file/image_file.h \
image_file/image_config.h
image_file/image_config.h \
image_file/image_draw.h
image_file/image_common.o: image_file/image_common.c \
image_file/image_common.h
# Compillieren
$(OBJS):