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
2c4a8eef
Commit
2c4a8eef
authored
Jan 08, 2018
by
jkvis
Browse files
Added header deps
parent
23e6ec23
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/Makefile
View file @
2c4a8eef
...
...
@@ -4,14 +4,17 @@ CPPFLAGS = -DNDEBUG -Wall -Wextra
TARGETS
=
sais-lite-lcp
SOURCES
=
sais-lite-lcp/sais.c
OBJECTS
=
$(SOURCES:.c=.o)
DEPS
=
$(OBJECTS:.o=.d)
.PHONY
:
clean
-include
$(DEPS)
lib$(TARGETS
:
./%=%).a: $(OBJECTS)
ar rcs
$@
$<
clean
:
rm
-f
$(OBJECTS)
lib
$
(
TARGETS:./%
=
%
)
.a
rm
-f
$(OBJECTS)
$(DEPS)
lib
$
(
TARGETS:./%
=
%
)
.a
%.o
:
%.c
$(CC)
$(CFLAGS)
$(CPPFLAGS)
-o
$@
-c
$<
$(CC)
$(CFLAGS)
$(CPPFLAGS)
-MMD
-o
$@
-c
$<
sais-lite-lcp
@
5979cbfb
Compare
0b537397
...
5979cbfb
Subproject commit
0b537397d30f4a341ef4da1fdeecf7b21394d3bb
Subproject commit
5979cbfba2387aef06e30f5e0c29103d79d3e83d
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