[fix] Makefile dir
This commit is contained in:
@@ -3,14 +3,12 @@ CFLAGS_O0 = $(CFLAGS_BASE) -O0
|
|||||||
CFLAGS_O1 = $(CFLAGS_BASE) -O1
|
CFLAGS_O1 = $(CFLAGS_BASE) -O1
|
||||||
CFLAGS_O2 = $(CFLAGS_BASE) -O2
|
CFLAGS_O2 = $(CFLAGS_BASE) -O2
|
||||||
CFLAGS_O3 = $(CFLAGS_BASE) -O3
|
CFLAGS_O3 = $(CFLAGS_BASE) -O3
|
||||||
DEFAULT_INCLUDES = -I.. -I$(top_builddir)/src
|
DEFAULT_INCLUDES = -I.. -I../src
|
||||||
|
|
||||||
CFLAGS = $(CFLAGS_BASE)
|
CFLAGS = $(CFLAGS_BASE)
|
||||||
|
|
||||||
SRC = $(top_builddir)/src
|
|
||||||
|
|
||||||
TESTS = test_libpostal
|
TESTS = test_libpostal
|
||||||
noinst_PROGRAMS = test_libpostal
|
noinst_PROGRAMS = test_libpostal
|
||||||
test_libpostal_SOURCES = test.c test_expand.c test_transliterate.c test_numex.c
|
test_libpostal_SOURCES = test.c test_expand.c test_transliterate.c test_numex.c
|
||||||
test_libpostal_LDADD = $(SRC)/libpostal.la
|
test_libpostal_LDADD = ../src/libpostal.la
|
||||||
test_libpostal_CFLAGS = $(CFLAGS_O3)
|
test_libpostal_CFLAGS = $(CFLAGS_O3)
|
||||||
|
|||||||
Reference in New Issue
Block a user