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@68 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
+11
-4
@@ -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
|
||||
OBJS = chart.o config.o common.o image_file/image_file.o image_file/image_config.o
|
||||
|
||||
CONF_NAME = chart.conf
|
||||
|
||||
@@ -24,8 +24,8 @@ all: $(BIN_NAME)
|
||||
|
||||
# Binary Linken
|
||||
$(BIN_NAME): $(OBJS)
|
||||
@ echo Linke: $(LD) $(DEBUG) $(NOLOG) -L$$(pg_config --libdir)/pgsql -lesmtp -lssl -lpq $(LDFLAS) $(BIN_NAME) $(OBJS)
|
||||
@ $(LD) $(DEBUG) $(NOLOG) -L$$(pg_config --libdir)/pgsql -lesmtp -lssl -lpq $(LDFLAS) $(BIN_NAME) $(OBJS)
|
||||
@ echo Linke: $(LD) $(DEBUG) $(NOLOG) -L$$(pg_config --libdir)/pgsql -lpq $(LDFLAS) $(BIN_NAME) $(OBJS)
|
||||
@ $(LD) $(DEBUG) $(NOLOG) -L$$(pg_config --libdir)/pgsql -lpq $(LDFLAS) $(BIN_NAME) $(OBJS)
|
||||
@ echo Binary $(BIN_NAME) ist fertig!
|
||||
|
||||
# Abhängigkeiten
|
||||
@@ -41,8 +41,15 @@ config.o: config.c \
|
||||
config.h \
|
||||
definitions.h \
|
||||
common.h
|
||||
image_file/image_config.o: image_file/image_config.c \
|
||||
common.h \
|
||||
image_file/image_common.h \
|
||||
config.h
|
||||
image_file/image_file.o: image_file/image_file.c \
|
||||
image_file/image_file.h
|
||||
common.h \
|
||||
image_file/image_common.h \
|
||||
image_file/image_file.h \
|
||||
image_file/image_config.h
|
||||
|
||||
# Compillieren
|
||||
$(OBJS):
|
||||
|
||||
Reference in New Issue
Block a user