[svn] / branches / dev-api-4 / xvidcore / vfw / bin / Makefile Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/vfw/bin/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1184, Wed Oct 22 09:52:58 2003 UTC revision 1196, Sun Nov 2 19:56:42 2003 UTC
# Line 6  Line 6 
6  # Modified by : Edouard Gomez <ed.gomez at free.fr>  # Modified by : Edouard Gomez <ed.gomez at free.fr>
7  #               Peter Ross <pross@xvid.org>  #               Peter Ross <pross@xvid.org>
8  #  #
9  # $Id: Makefile,v 1.1.2.1 2003-10-22 09:52:58 edgomez Exp $  # Requires GNU Make because of shell expansion performed at a bad time with
10    # other make programs (even using := variable assignments)
11    #
12    # $Id: Makefile,v 1.1.2.2 2003-11-02 19:56:42 edgomez Exp $
13  ##############################################################################  ##############################################################################
14    
15  include sources.inc  include sources.inc
16    
17  PWD=$(shell pwd)  MAKEFILE_PWD:=$(shell pwd)
18  LOCAL_XVID_SRCTREE=$(PWD)/../../src  LOCAL_XVID_SRCTREE:=$(MAKEFILE_PWD)/../../src
19  LOCAL_XVID_BUILDTREE=$(PWD)/../../build/generic/=build  LOCAL_XVID_BUILDTREE:=$(MAKEFILE_PWD)/../../build/generic/=build
20    
21  RM = rm -rf  RM = rm -rf
22  WINDRES=windres  WINDRES=windres
# Line 57  Line 60 
60  .rc.obj:  .rc.obj:
61          @echo "  W: $(@D)/$(<F)"          @echo "  W: $(@D)/$(<F)"
62          @mkdir -p $(BUILD_DIR)/$(@D)          @mkdir -p $(BUILD_DIR)/$(@D)
63          @$(WINDRES) --include-dir=$(SRC_DIR) -J rc -O coff -o $(BUILD_DIR)/$@ $<          @$(WINDRES) \
64                    --include-dir=$(SRC_DIR) \
65                    --input-format=rc \
66                    --output-format=coff \
67                    -o $(BUILD_DIR)/$@ $<
68    
69  .c.obj:  .c.obj:
70          @echo "  C: $(@D)/$(<F)"          @echo "  C: $(@D)/$(<F)"

Legend:
Removed from v.1184  
changed lines
  Added in v.1196

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4