Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
extractor
gesa
Commits
0d099896
Commit
0d099896
authored
Jan 08, 2018
by
jkvis
Browse files
Updated gesa build
parent
efec88d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
0d099896
CC
=
gcc
CFLAGS
=
-O0
-march
=
native
-Iinclude
/
-Ilib
/sais-lite-lcp/
CPPFLAGS
=
-DNDEBUG
-Wall
-Wextra
SOURCES
=
$(
shell
find src/
-name
'*.c'
)
OBJECTS
=
$(SOURCES:.c=.o)
DEPS
=
$(OBJECTS:.o=.d)
LIBS
=
sais-lite-lcp
.PHONY
:
all clean
libgesa.a
:
lib/lib$(LIBS).a $(OBJECTS)
ar rcs
$@
$<
clean
:
rm
-f
$(OBJECTS)
libgesa.a
lib/lib$(LIBS).a
:
$(MAKE)
-wC
lib/
%.o
:
%.c
$(CC)
$(CFLAGS)
$(CPPFLAGS)
-MMD
-o
$@
-c
$<
tests/Makefile
0 → 100644
View file @
0d099896
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment