@@ -0,0 +1 @@
+src
@@ -1,6 +1,6 @@
OBJS=libut.a
all: $(OBJS)
-INCDIR=./include
+INCDIR=../include
CFLAGS=-I$(INCDIR)
CFLAGS+=-Wall -Wextra
CFLAGS+=-g
@@ -14,8 +14,3 @@ using LDFLAGS -Llibut -lut. This makes the utvector available.
This also links in the plumbing that supports having a utvector of utstrings.
-NOTE: because the libut/include contains symlinks, to copy this source into
- another source tree, make sure you deref symlinks to copy their contents.
- One way to do this, is to use the tar -h option:
-
- tar cjhf - libut | (cd $DESTDIR; tar xjf -)
@@ -2,7 +2,7 @@ PROGS=test1 test2 test3 test4 test5 test6 test7 test8 test9 test10 test11 test12
test13 test14 test15 test16
OBJS=$(patsubst %,%.o,$(PROGS))
-CFLAGS = -I../include
+CFLAGS = -I../../include
CFLAGS += -g
CFLAGS += -Wall -Wextra
LDFLAGS=-L.. -lut
@@ -1 +0,0 @@
-../../../src/utarray.h
-../../../src/uthash.h
-../../../src/utlist.h
-../../../src/utringbuffer.h
-../../../src/utstring.h