Add comments to Makefile
git-svn-id: file:///home/jan/tmp/wetterstation/trunk@17 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
parent
e3f73f880a
commit
55290ad359
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue