[svn] / branches / dev-api-4 / xvidcore / build / generic / Makefile Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/build/generic/Makefile

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

revision 950, Thu Mar 27 14:21:00 2003 UTC revision 1147, Thu Sep 11 14:12:16 2003 UTC
# Line 32  Line 32 
32    
33  # Their Objects  # Their Objects
34  OBJECTS=$(GENERIC_OBJECTS)  OBJECTS=$(GENERIC_OBJECTS)
 OBJECTS+=$(DIVX4COMPAT_OBJECTS)  
35  OBJECTS+=$(ASSEMBLY_OBJECTS)  OBJECTS+=$(ASSEMBLY_OBJECTS)
36  OBJECTS+=$(DCT_IA64_OBJECTS)  OBJECTS+=$(DCT_IA64_OBJECTS)
37    
# Line 120  Line 119 
119  # .PHONY targets  # .PHONY targets
120  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
121    
122  .PHONY: distclean clean info list-objects list-targets list-install-path list-cflags  .PHONY: mrproper distclean clean info list-objects list-targets list-install-path list-cflags
123    
124  clean:  clean:
125          @echo -n "Cleaning objects... "          @echo -n "Cleaning objects... "
# Line 133  Line 132 
132          @$(RM) $(SHARED_LIB)          @$(RM) $(SHARED_LIB)
133          @echo "Done"          @echo "Done"
134    
   
135  distclean: clean  distclean: clean
136          @echo -n "Cleaning generated files... "          @echo -n "Cleaning generated files... "
         @$(RM) libxvidcore.def  
137          @$(RM) platform.inc          @$(RM) platform.inc
138          @$(RM) config.log          @$(RM) config.log
139            @$(RM) config.status
140          @$(RM) autom4te.cache          @$(RM) autom4te.cache
141          @echo "Done"          @echo "Done"
142    
143    mrproper: distclean
144            @echo -n "Cleaning bootstrapped files... "
145            @$(RM) configure
146            @$(RM) install-sh
147            @$(RM) missing
148            @$(RM) config.guess
149            @$(RM) mkinstalldirs
150            @$(RM) config.sub
151            @echo "Done"
152    
153  list-objects:  list-objects:
154          @echo          @echo
155          @echo "Object files used for this build"          @echo "Object files used for this build"

Legend:
Removed from v.950  
changed lines
  Added in v.1147

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