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

Working on chart

git-svn-id: file:///home/jan/tmp/wetterstation/trunk@89 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi
2006-09-13 23:21:01 +00:00
parent 81d8b26522
commit 2663b272f2
8 changed files with 143 additions and 40 deletions
+7 -5
View File
@@ -3,7 +3,7 @@ LD = gcc
RM = rm
CFLAGS = -c
LDFLAS = -o
LD_LIBS = -lefence -lm -lpq -lgd -lpng -lz -lfreetype
LD_LIBS = -lm -lpq -lgd -lpng -lz -lfreetype
#INCL = -I$$(pg_config --includedir)
BIN_NAME = chart
@@ -37,11 +37,14 @@ chart.o: chart.c \
common.h \
image_file/image_file.h
common.o: common.c \
common.h
common.h \
definitions.h
config.o: config.c \
config.h \
definitions.h \
common.h
image_file/image_common.o: image_file/image_common.c \
image_file/image_common.h
image_file/image_config.o: image_file/image_config.c \
common.h \
definitions.h \
@@ -54,7 +57,8 @@ image_file/image_data.o: image_file/image_data.c \
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_data.h \
image_file/image_common.h
image_file/image_file.o: image_file/image_file.c \
definitions.h \
common.h \
@@ -62,8 +66,6 @@ image_file/image_file.o: image_file/image_file.c \
image_file/image_file.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):