X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=src%2Ftest%2FMakefile;h=71c23425650d05475a11ddea0e695b1f42dd69f2;hp=459a5cbb9a49470ab3018e6981e30014c07634d8;hb=9ff729fb6afff5bed327fa8619138fd3b6f6f13b;hpb=e8bb47649b9f4e625ef050aae096d23cfc058163 diff --git a/src/test/Makefile b/src/test/Makefile index 459a5cb..71c2342 100644 --- a/src/test/Makefile +++ b/src/test/Makefile @@ -12,19 +12,19 @@ all: $(LIB) test.EMGLLF test.EMGrank test.constructionModelesLassoMLE test.EMGra $(LIB): $(LIB_OBJ) $(CC) -shared -o $@ $^ $(LDFLAGS) -test.EMGLLF: test.EMGLLF.o utils.o +test.EMGLLF: test.EMGLLF.o test_utils.o $(CC) -o $@ $^ $(LDFLAGS) $(TEST_LDFLAGS) -test.constructionModelesLassoMLE: test.constructionModelesLassoMLE.o utils.o +test.constructionModelesLassoMLE: test.constructionModelesLassoMLE.o test_utils.o $(CC) -o $@ $^ $(LDFLAGS) $(TEST_LDFLAGS) -test.EMGrank: test.EMGrank.o utils.o +test.EMGrank: test.EMGrank.o test_utils.o $(CC) -o $@ $^ $(LDFLAGS) $(TEST_LDFLAGS) -test.constructionModelesLassoRank: test.constructionModelesLassoRank.o utils.o +test.constructionModelesLassoRank: test.constructionModelesLassoRank.o test_utils.o $(CC) -o $@ $^ $(LDFLAGS) $(TEST_LDFLAGS) -test.selectionTotale: test.selectionTotale.o utils.o +test.selectionTotale: test.selectionTotale.o test_utils.o $(CC) -o $@ $^ $(LDFLAGS) $(TEST_LDFLAGS) %.o: %.c