Add comments to Makefile

git-svn-id: file:///home/jan/tmp/wetterstation/trunk@17 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi 2006-08-14 12:19:47 +00:00
parent e3f73f880a
commit 55290ad359
1 changed files with 2 additions and 0 deletions

View File

@ -9,10 +9,12 @@ BIN_NAME = weatherdeamon
OBJS = main.o config.o input.o process.o write.o OBJS = main.o config.o input.o process.o write.o
# Alles bauen
all: $(BIN_NAME) all: $(BIN_NAME)
# $(MAKE) cleanup # $(MAKE) cleanup
# Binary Linken
$(BIN_NAME): $(OBJS) $(BIN_NAME): $(OBJS)
@ echo Linke: $(LD) $(DEBUG) $(NOLOG) -L$$(pg_config --libdir)/pgsql -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) @ $(LD) $(DEBUG) $(NOLOG) -L$$(pg_config --libdir)/pgsql -lpq $(LDFLAS) $(BIN_NAME) $(OBJS)