[svn] / trunk / xvidcore / build / generic / Makefile Repository:
ViewVC logotype

Diff of /trunk/xvidcore/build/generic/Makefile

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

revision 1412, Mon Apr 5 20:36:37 2004 UTC revision 1451, Fri May 21 14:40:15 2004 UTC
# Line 2  Line 2 
2  #  #
3  # - Unified Makefile for XviD for *nix environments -  # - Unified Makefile for XviD for *nix environments -
4  #  #
5  # Copyright(C) 2003 Edouard Gomez <ed.gomez@free.fr>  # Copyright(C) 2003-2004 Edouard Gomez <ed.gomez@free.fr>
6  #  #
7  #  #
8  # Description:  # Description:
# Line 11  Line 11 
11  #  platform.inc file. This platform.inc file is usually created by the  #  platform.inc file. This platform.inc file is usually created by the
12  #  ./configure script whenever a unix shell is available.  #  ./configure script whenever a unix shell is available.
13  #  #
14  # Makefile functionnal dependencies:  # Makefile functional dependencies:
15  #  - echo  #  - echo
16  #  - rm (with option -r and -f)  #  - rm (with option -r and -f)
17  #  - cd  #  - cd
18  #  - make VPATH support (eg: GNU make, solaris 8 make)  #  - make VPATH support (eg: GNU make, solaris 8 make)
19    #  - ar
20  #  #
21  # Building output:  # Building output:
22  #  - C means "_C_ompiling"  #  - C means "_C_ompiling"
# Line 56  Line 57 
57  OBJECTS += $(DCT_IA64_OBJECTS)  OBJECTS += $(DCT_IA64_OBJECTS)
58  OBJECTS += $(PPC_ALTIVEC_OBJECTS)  OBJECTS += $(PPC_ALTIVEC_OBJECTS)
59    
60  # The VPATH mecanism could use a "per target" build directory  # The VPATH mechanism could use a "per target" build directory
61  # To keep it simple at the moment, the directory is fixed to "build"  # To keep it simple at the moment, the directory is fixed to "build"
62  BUILD_DIR = =build  BUILD_DIR = =build
63  VPATH     = $(SRC_DIR):$(BUILD_DIR)  VPATH     = $(SRC_DIR):$(BUILD_DIR)
# Line 176  Line 177 
177          @$(RM) autom4te.cache          @$(RM) autom4te.cache
178    
179  mrproper: distclean  mrproper: distclean
180          @echo "  Cl: Boostrapped build files"          @echo "  Cl: Bootstrapped build files"
181          @$(RM) configure          @$(RM) configure
182          @$(RM) install-sh          @$(RM) install-sh
183          @$(RM) missing          @$(RM) missing

Legend:
Removed from v.1412  
changed lines
  Added in v.1451

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