Makefile 225 B

123456789101112131415161718
  1. MODULE_TOPDIR = ../../..
  2. LIB = TRANS
  3. include $(MODULE_TOPDIR)/include/Make/Lib.make
  4. #compile if LFS (Large File Support) present:
  5. ifneq ($(USE_LARGEFILES),)
  6. EXTRA_CFLAGS += -D_FILE_OFFSET_BITS=64
  7. endif
  8. default: lib