ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/dtflickr/trunk/makefile
(Generate patch)

Comparing:
trunk/GNUmakefile (file contents), Revision 32 by douglas, 2008-11-20T17:03:54-08:00 vs.
trunk/makefile (file contents), Revision 33 by douglas, 2009-05-08T13:46:11-07:00

# Line 4 | Line 4
4   #
5   # $Id$
6  
7 < setup := $(CURDIR)/setup.py
8 <
9 < .PHONY: all binary build clean register source
10 <
11 < all: build
7 > all:
8 >        mingw32-make $@
9  
10   binary:
11 <        $(setup) bdist --formats egg,wininst
11 >        mingw32-make $@
12  
13   build:
14 <        $(setup) build
14 >        mingw32-make $@
15  
16   clean:
17 +        mingw32-make $@
18          $(setup) clean
19  
20   register:
21 <        $(setup) register
24 <
25 < source:
26 <        $(setup) sdist --formats bztar,gztar,zip
21 >        mingw32-make $@

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines