~ubuntu-branches/ubuntu/quantal/maradns/quantal

« back to all changes in this revision

Viewing changes to dns/Makefile

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2012-01-12 23:35:38 UTC
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: package-import@ubuntu.com-20120112233538-5jkaqrh9nbqtf1ey
Tags: upstream-2.0.04+really1.4.09
ImportĀ upstreamĀ versionĀ 2.0.04+really1.4.09

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
MHOBJS=../libs/MaraHash.o
4
4
OBJECTS=$(DOBJECTS) $(JOBJS) $(MHOBJS)
5
5
 
6
 
FLAGS = -DAUTHONLY
 
6
FLAGS = -g -Wall $(DEBUG)
 
7
#FLAGS = -g $(DEBUG)
7
8
 
8
9
all: Queries.o Compress.o bobbit.o Decompress.o
9
10