X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=b5eefb296d5720db3b703006fc26fb1aa51e6b41;hb=071dfd751f962f8f2e15d8bb106405a90a70549f;hp=8e2b9a5293d45a7c6022043c929145d0baa9dc1c;hpb=3dbff6d94b35be949f03bcd922129458747bcda2;p=pazpar2-moved-to-github.git diff --git a/Makefile b/Makefile index 8e2b9a5..b5eefb2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # ParaZ. Copyright (C) 2000-2004, Index Data ApS # All rights reserved. -# $Id: Makefile,v 1.2 2006-11-21 18:46:43 quinn Exp $ +# $Id: Makefile,v 1.6 2006-12-19 04:49:34 quinn Exp $ SHELL=/bin/sh @@ -11,7 +11,8 @@ YAZLIBS=`$(YAZCONF) --libs` YAZCFLAGS=`$(YAZCONF) --cflags` PROG=pazpar2 -PROGO=pazpar2.o eventl.o util.o command.o http.o http_command.o +PROGO=pazpar2.o eventl.o util.o command.o http.o http_command.o termlists.o \ + reclists.o relevance.o all: $(PROG) @@ -24,3 +25,21 @@ $(PROG): $(PROGO) clean: rm -f *.[oa] test core mon.out gmon.out errlist $(PROG) + +## Dependencies go below + +command.o: command.c command.h util.h eventl.h pazpar2.h termlists.h \ + relevance.h reclists.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 +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 +pazpar2.o: pazpar2.c pazpar2.h termlists.h relevance.h reclists.h \ + eventl.h command.h http.h +reclists.o: reclists.c pazpar2.h termlists.h relevance.h reclists.h \ + eventl.h +relevance.o: relevance.c relevance.h pazpar2.h termlists.h eventl.h \ + reclists.h +termlists.o: termlists.c termlists.h +util.o: util.c