]> git.stg.codes - stg.git/blobdiff - projects/sgauthstress/build
Simplified STG_LOCKER.
[stg.git] / projects / sgauthstress / build
index 2b1456593dc88da9a43e861ce87358c9f8831e94..676938ad6ff811f7a993e2c9c760406d120ed6b2 100755 (executable)
@@ -25,6 +25,7 @@ else
     then
         DEFS="-DDEBUG"
         MAKEOPTS="-j1"
+        CFLAGS="$CFLAGS -ggdb3 -W -Wall"
         CXXFLAGS="$CXXFLAGS -ggdb3 -W -Wall"
         DEBUG="yes"
     else
@@ -33,8 +34,9 @@ else
     fi
 fi
 
+CFLAGS="$CFLAGS -I/usr/local/include"
 CXXFLAGS="$CXXFLAGS -I/usr/local/include"
-LDFLAGS="$CXXFLAGS -L/usr/local/lib"
+LDFLAGS="$LDFLAGS -L/usr/local/lib"
 
 if [ "$sys" = "Linux" ]
 then
@@ -58,7 +60,7 @@ then
 fi
 
 if [ "$OS" = "unknown" ]
-then 
+then
     printf "################################################################################\n"
     printf "# Sorry, but sgauthstress currently supported by Linux, FreeBSD 4.x-8.x        #\n"
     printf "################################################################################\n"
@@ -70,9 +72,8 @@ printf "       Building sgauthstress for $sys $release\n"
 printf "#############################################################################\n"
 
 STG_LIBS="logger.lib
-          locker.lib
-          crypto.lib 
-         common.lib 
+          crypto.lib
+         common.lib
           conffiles.lib
           dotconfpp.lib"