From 55290ad359a3b1206c637abbe0c5e6aa8ccf953f Mon Sep 17 00:00:00 2001 From: losinshi Date: Mon, 14 Aug 2006 12:19:47 +0000 Subject: [PATCH] Add comments to Makefile git-svn-id: file:///home/jan/tmp/wetterstation/trunk@17 dd492736-c11a-0410-ad51-8c26713eaf7f --- deamon/seriell/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deamon/seriell/Makefile b/deamon/seriell/Makefile index 5bd7730..f00492f 100644 --- a/deamon/seriell/Makefile +++ b/deamon/seriell/Makefile @@ -9,10 +9,12 @@ BIN_NAME = weatherdeamon OBJS = main.o config.o input.o process.o write.o +# Alles bauen all: $(BIN_NAME) # $(MAKE) cleanup +# Binary Linken $(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)