]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
Switch remaining variables to single expanded ones
authorGuillem Jover <guillem@hadrons.org>
Sat, 12 Jul 2008 04:48:10 +0000 (07:48 +0300)
committerGuillem Jover <guillem@hadrons.org>
Sat, 12 Jul 2008 05:09:09 +0000 (08:09 +0300)
Makefile

index d459ad4b52a63b2ba974af7d1266deb2ff658462..ac177dcbd25d5103b037b389f8b7d360d8320366 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-LIB_NAME = libbsd
-LIB_VERSION_MAJOR = 0
-LIB_VERSION_MINOR = 0
+LIB_NAME := libbsd
+LIB_VERSION_MAJOR := 0
+LIB_VERSION_MINOR := 0
 LIB_VERSION := $(LIB_VERSION_MAJOR).$(LIB_VERSION_MINOR)
 
 LIB_PKGCONFIG := $(LIB_NAME).pc
@@ -62,10 +62,10 @@ LIB_MANS := \
        md5.3
 LIB_MANS := $(patsubst %,man/%,$(LIB_MANS))
 
-LIB_STATIC_OBJS = $(LIB_SRCS:%.c=%.o)
-LIB_SHARED_OBJS = $(LIB_SRCS:%.c=%.lo)
+LIB_STATIC_OBJS := $(LIB_SRCS:%.c=%.o)
+LIB_SHARED_OBJS := $(LIB_SRCS:%.c=%.lo)
 
-MK_CFLAGS = -Iinclude/ -include bsd/bsd.h -D_GNU_SOURCE -D__REENTRANT
+MK_CFLAGS := -Iinclude/ -include bsd/bsd.h -D_GNU_SOURCE -D__REENTRANT
 
 prefix         := /usr
 exec_prefix    :=