pthread_pause pthread_unpause
[mirrors/Programs.git] / c / pthread_extra / Makefile
index 954e2f6c0018bbfa0e036b3764cd966948ed7025..cf4e67474bf7817aa8da742dffa357bc6fe6d522 100644 (file)
@@ -11,13 +11,15 @@ CXXFLAGS+=$(COPT) $(CERR) $(CDEF) -std=c++11 $(CLIB)
 LDFLAGS+=$(COPT) $(LIB)\r
 \r
 BIN=test\r
-OBJ=pthread_multi.o pthread_msgqueue.o test.o\r
+OBJ=pthread_pause.o pthread_multi.o pthread_msgqueue.o test.o\r
 \r
 all: $(BIN)\r
 $(BIN): $(OBJ)\r
        $(CXX) -o $(BIN) $(OBJ) $(LDFLAGS)\r
        strip --strip-unneeded $(BIN)\r
 \r
+       gcc -lpthread -I . test_pause.c pthread_pause.o -o test_pause\r
+\r
 clean:\r
        rm -f $(BIN) $(OBJ) $(DEPS)\r
 \r
This page took 0.10081 seconds and 4 git commands to generate.