Makefile.in 343 B

123456789101112
  1. # uClibc silly tests
  2. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  3. RET_hello := 42
  4. RET_tiny := 42
  5. atomic_headers := -I$(top_srcdir)libc/sysdeps/linux/$(TARGET_ARCH) \
  6. -I$(top_srcdir)libc/sysdeps/linux \
  7. -I$(top_builddir)include
  8. CFLAGS_tst-atomic = $(atomic_headers)
  9. CFLAGS_tst-atomic-long = $(atomic_headers)