[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

trunk/xvidcore/build/generic/Makefile revision 863, Sun Feb 16 18:31:42 2003 UTC branches/dev-api-4/xvidcore/build/generic/Makefile revision 1147, Thu Sep 11 14:12:16 2003 UTC
# Line 30  Line 30 
30  #  #
31  ##############################################################################  ##############################################################################
32    
 # Our main targets  
 STATIC_LIB=libxvidcore.$(STATIC_EXTENSION)  
 SHARED_LIB=libxvidcore.$(SHARED_EXTENSION).3.0  
   
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 102  Line 97 
97          @echo          @echo
98          @echo "+---------- Installing XviD libraries in $(libdir) ----------+"          @echo "+---------- Installing XviD libraries in $(libdir) ----------+"
99          @echo          @echo
100            $(INSTALL) -d $(libdir)
101          $(INSTALL) -m 755 $(SHARED_LIB) $(libdir)/$(SHARED_LIB)          $(INSTALL) -m 755 $(SHARED_LIB) $(libdir)/$(SHARED_LIB)
102          $(INSTALL) -m 755 $(STATIC_LIB) $(libdir)/$(STATIC_LIB)          $(INSTALL) -m 755 $(STATIC_LIB) $(libdir)/$(STATIC_LIB)
103          @echo          @echo
104          @echo "+---------- Installing XviD header in $(includedir) ----------+"          @echo "+---------- Installing XviD header in $(includedir) ----------+"
105          @echo          @echo
106            $(INSTALL) -d $(includedir)
107          $(INSTALL) -m 644 $(SRCDIR)/xvid.h $(includedir)/xvid.h          $(INSTALL) -m 644 $(SRCDIR)/xvid.h $(includedir)/xvid.h
108          @echo          @echo
109    
# Line 122  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 135  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.863  
changed lines
  Added in v.1147

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