Rework Makefile files, fully parallel builds are now possible.

--HG--
extra : convert_revision : xtraeme%40gmail.com-20100118201826-q2zsyooicxi7lcfm
This commit is contained in:
Juan RP
2010-01-18 21:18:26 +01:00
parent e11a1fe651
commit 61d2ea8896
4 changed files with 41 additions and 55 deletions

View File

@@ -25,5 +25,5 @@ CFLAGS = $(DEBUG_FLAGS) $(WARNFLAGS) -fPIC -DPIC -fstack-protector-all
SHAREDLIB_CFLAGS = -fvisibility=hidden
# Grr, hate the static libs!
STATIC_LIBS = -lprop -lpthread -larchive -lssl -lcrypto -ldl -lacl \
-lattr -llzma -lbz2 -lz
STATIC_LIBS = -lprop -lpthread -larchive -lssl -lcrypto -ldl -lacl
STATIC_LIBS += -lattr -llzma -lbz2 -lz