Make.proto
changeset 18547 53093fe4ec54
parent 18538 b49e63a5612b
child 18555 7cc0ec139c8d
child 19180 0d721e375e36
equal deleted inserted replaced
18546:23c33cdd1f43 18547:53093fe4ec54
    59 
    59 
    60 OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
    60 OBJS= $(COMMON_OBJS) $(UNIX_OBJS)
    61 
    61 
    62 
    62 
    63 # for LINUX-32bit we need also librt.so, in order to resolve clock_gettime@GLIBC_2.2  (see linuxIntern.h)
    63 # for LINUX-32bit we need also librt.so, in order to resolve clock_gettime@GLIBC_2.2  (see linuxIntern.h)
    64 ifneq ("",$(findstring "-DLINUX","$(CFLAGS)")) 
    64 ifneq (,$(findstring LINUX,$(CFLAGS))) 
    65 ifeq ("",$(findstring "-m64","$(CFLAGS)"))
    65 ifeq (,$(findstring -m64,$(CFLAGS)))
    66 LD_OBJ_LIBS=-lrt
    66 LOCAL_SHARED_LIBS=-L/usr/lib -lrt
    67 endif
    67 endif
    68 endif
    68 endif
    69 
    69 
    70 
    70 
    71 all:: preMake classLibRule postMake
    71 all:: preMake classLibRule postMake