]> git.stg.codes - stg.git/blobdiff - stglibs/ibpp.lib/Makefile
Replace deprecated usleep with POSIX-compliant nanosleep
[stg.git] / stglibs / ibpp.lib / Makefile
index 0c605edcb8d235d5de9b9c1379995bc974727e93..b73c56d6e6f982a9796dc148070ff005aa025cc6 100644 (file)
@@ -3,7 +3,6 @@
 ###############################################################################
 
 LIB_NAME = ibpp
-PROG = lib$(LIB_NAME)
 
 SRCS = array.cpp \
        blob.cpp \
@@ -27,11 +26,8 @@ SRCS = array.cpp \
 
 INCS = ibpp.h 
 
-ADD_CXXFLAGS_1 = -DIBPP_LINUX
+ADD_DEFS = -DIBPP_LINUX
 
 LIBS = -lfbclient
        
 include ../Makefile.in
-
-
-