From 1673e76781804850ae74a79515cd99ea99828d6d Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 4 Jun 2007 15:34:47 +0000 Subject: [PATCH] git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPCR/branches/refactoring@30 60f365c0-8329-0410-b2a4-ec073aeeaa1d --- src/libapat/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/libapat/Makefile b/src/libapat/Makefile index d055c4c..3cbd4cd 100644 --- a/src/libapat/Makefile +++ b/src/libapat/Makefile @@ -1,13 +1,18 @@ -include ../global.mk SOURCES = apat_parse.c \ apat_search.c \ libstki.c +SRCS=$(SOURCES) + + OBJECTS= $(patsubst %.c,%.o,$(SOURCES)) LIBFILE= libapat.a + +include ../global.mk + all: $(LIBFILE) clean: