Import libextl instead of using a submodule
[notion/jeffpc.git] / libextl / build / libs.mk
blobf3e7c77fbb7a0aa1593efb1c4d5c56aab967618d
1 ifeq ($(wildcard $(TOPDIR)/libtu/obj.h),)
3 #External libtu, feel free to edit
4 LIBTU_DIR = $(TOPDIR)/../libtu
5 LIBTU_INCLUDES = -I$(TOPDIR)/..
6 LIBTU_LIBS = -ltu
8 else
10 #In-tree libtu
11 LIBS_SUBDIRS += libtu
13 LIBTU_DIR = $(TOPDIR)/libtu
14 LIBTU_INCLUDES = -I$(TOPDIR)
15 LIBTU_LIBS = -L$(LIBTU_DIR) -ltu
17 endif