SRC = \
eosPThread.c \
eosPThreadCreate.c \
eosPThreadInit.c \
eosPThreadJoin.c \
eosPThreadMutex.c \

OBJ = \
eosPThread.o \
eosPThreadCreate.o \
eosPThreadInit.o \
eosPThreadJoin.o \
eosPThreadMutex.o \

SHAREDOBJ = \
eosPThread.sharedo \
eosPThreadCreate.sharedo \
eosPThreadInit.sharedo \
eosPThreadJoin.sharedo \
eosPThreadMutex.sharedo \

REALOBJ = \
X86MAC64/eosPThread.o \
X86MAC64/eosPThreadCreate.o \
X86MAC64/eosPThreadInit.o \
X86MAC64/eosPThreadJoin.o \
X86MAC64/eosPThreadMutex.o \

REALSHAREDOBJ = \
X86MAC64/eosPThread.sharedo \
X86MAC64/eosPThreadCreate.sharedo \
X86MAC64/eosPThreadInit.sharedo \
X86MAC64/eosPThreadJoin.sharedo \
X86MAC64/eosPThreadMutex.sharedo \

OBJDEBUG = \
eosPThread.debugo \
eosPThreadCreate.debugo \
eosPThreadInit.debugo \
eosPThreadJoin.debugo \
eosPThreadMutex.debugo \

REALOBJDEBUG = \
X86MAC64/eosPThread.debugo \
X86MAC64/eosPThreadCreate.debugo \
X86MAC64/eosPThreadInit.debugo \
X86MAC64/eosPThreadJoin.debugo \
X86MAC64/eosPThreadMutex.debugo \

OBJCUDAGDB = \
eosPThread.cudagdb.o \
eosPThreadCreate.cudagdb.o \
eosPThreadInit.cudagdb.o \
eosPThreadJoin.cudagdb.o \
eosPThreadMutex.cudagdb.o \

REALOBJCUDAGDB = \
X86MAC64/eosPThread.cudagdb.o \
X86MAC64/eosPThreadCreate.cudagdb.o \
X86MAC64/eosPThreadInit.cudagdb.o \
X86MAC64/eosPThreadJoin.cudagdb.o \
X86MAC64/eosPThreadMutex.cudagdb.o \


