Makefile cleanup.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 1 Aug 2008 18:37:35 +0000 (11:37 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Fri, 1 Aug 2008 18:37:35 +0000 (11:37 -0700)
Makefile

index 911efcc..327db1e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,9 @@
 PACKAGES=sqlite3 uuid
-DEBUG=-g #-pg
+DEBUG=-g
 CXXFLAGS=-O -Wall -D_FILE_OFFSET_BITS=64 $(DEBUG) \
-        `pkg-config --cflags $(PACKAGES)` -DCUMULUS_VERSION=`cat version`
-LDFLAGS=$(DEBUG) `pkg-config --libs $(PACKAGES)`
+        $(shell pkg-config --cflags $(PACKAGES)) \
+        -DCUMULUS_VERSION=$(shell cat version)
+LDFLAGS=$(DEBUG) $(shell pkg-config --libs $(PACKAGES))
 
 SRCS=chunk.cc localdb.cc metadata.cc ref.cc remote.cc scandir.cc sha1.cc \
      store.cc subfile.cc util.cc