put everything back to one directory
[libc-test] / src / general / Makefile
1 include ../../Makefile.inc
2
3 dlopen: LDFLAGS+=-ldl -rdynamic
4 pthread: LDFLAGS+=-lpthread
5 sem: LDFLAGS+=-lpthread -lrt
6 strtod_simple: LDFLAGS+=-lm
7 tls_align: tls_align_dso.so
8 tls_align_dlopen: LDFLAGS+=-ldl