renamings
This commit is contained in:
parent
d0230cd3c4
commit
7eace1d85c
8 changed files with 14 additions and 14 deletions
morphisms
|
@ -1,13 +1,13 @@
|
|||
LIB_DIR=$(shell pwd)/lib
|
||||
TARGETS=lib/libmorph_length_prefix.so lib/libmorph_posint.so test
|
||||
TARGETS=lib/libmorph_length-prefix.so lib/libmorph_posint.so test
|
||||
|
||||
all: $(TARGETS)
|
||||
|
||||
lib/libmorph_%.so: src/%.c
|
||||
$(CC) -O3 -shared -o $@ -fPIC -Iinclude $<
|
||||
|
||||
test: test.c lib/libmorph_length_prefix.so lib/libmorph_posint.so
|
||||
$(CC) -O3 -L$(LIB_DIR) -o $@ -Iinclude $< -llength_prefix -lposint
|
||||
test: test.c lib/libmorph_length-prefix.so lib/libmorph_posint.so
|
||||
$(CC) -O3 -L$(LIB_DIR) -o $@ -Iinclude $< -lmorph_length-prefix -lmorph_posint
|
||||
|
||||
clean:
|
||||
rm $(TARGETS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue