X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2FMakefile;h=04f9023d37a49b39059b0a424a110402a16311c4;hb=dde4a5914bbb5511a91e73d8ab45210b48637596;hp=dc2ae88d9602d983a124f0396a2ae9f3d590899f;hpb=31b16970388c81753afd73748f339c011384503d;p=pazpar2-moved-to-github.git diff --git a/src/Makefile b/src/Makefile index dc2ae88..04f9023 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,6 @@ # ParaZ. Copyright (C) 2000-2004, Index Data ApS # All rights reserved. -# $Id: Makefile,v 1.3 2006-12-27 21:11:10 quinn Exp $ +# $Id: Makefile,v 1.4 2007-01-03 06:23:44 quinn Exp $ SHELL=/bin/sh @@ -17,7 +17,8 @@ PROGO=pazpar2.o eventl.o util.o command.o http.o http_command.o termlists.o \ all: $(PROG) $(PROG): $(PROGO) - $(CC) $(CFLAGS) $(YAZCFLAGS) -o $(PROG) $(PROGO) $(YAZLIBS) + $(CC) $(CFLAGS) $(YAZCFLAGS) -o $(PROG) $(PROGO) yaz/src/.libs/libyaz.a $(YAZLIBS) +# $(CC) $(CFLAGS) $(YAZCFLAGS) -o $(PROG) $(PROGO) $(YAZLIBS) .c.o: $(CC) -c $(CFLAGS) -I. $(YAZCFLAGS) $< @@ -29,18 +30,18 @@ clean: ## Dependencies go below command.o: command.c command.h util.h eventl.h pazpar2.h termlists.h \ - relevance.h reclists.h + relevance.h reclists.h config.h config.o: config.c config.h eventl.o: eventl.c eventl.h http.o: http.c command.h util.h eventl.h pazpar2.h termlists.h \ - relevance.h reclists.h http.h http_command.h + relevance.h reclists.h config.h http.h http_command.h http_command.o: http_command.c command.h util.h eventl.h pazpar2.h \ - termlists.h relevance.h reclists.h http.h http_command.h + termlists.h relevance.h reclists.h config.h http.h http_command.h pazpar2.o: pazpar2.c pazpar2.h termlists.h relevance.h reclists.h \ - eventl.h command.h http.h config.h + eventl.h config.h command.h http.h reclists.o: reclists.c pazpar2.h termlists.h relevance.h reclists.h \ - eventl.h + eventl.h config.h relevance.o: relevance.c relevance.h pazpar2.h termlists.h eventl.h \ - reclists.h + config.h reclists.h termlists.o: termlists.c termlists.h util.o: util.c