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

« back to all changes in this revision

Viewing changes to build/Makefile.mingw32

  • 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:
40
40
        cd ../qual ; make $(M) ; cd ../server ; \
41
41
        make $(M) $(Q) COMPILED=\"$(COMPILED)\" $(V) ; \
42
42
        cd ../tools ; make $(M) ; strip ../server/maradns.exe ; \
43
 
        cd ../deadwood-*/src/ ; make FLAGS=-Os -f Makefile.mingw342 ; \
44
 
        strip ../../tools/askmara.exe ; strip Deadwood.exe ; \
45
 
        cat ../../00README.FIRST
 
43
        strip ../tools/askmara.exe ; cat ../00README.FIRST
46
44
 
47
45
clean:
48
46
        rm -f $(OBJECTS) core $(EXECS) ; \