[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 1039, Thu May 22 18:58:18 2003 UTC revision 1152, Thu Sep 11 17:11:49 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 87  Line 86 
86  $(SHARED_LIB): $(OBJECTS)  $(SHARED_LIB): $(OBJECTS)
87          @echo          @echo
88          @echo -n "Linking the shared library... "          @echo -n "Linking the shared library... "
89          @$(CC) $(LDFLAGS) $(OBJECTS) -o $(SHARED_LIB) $(SPECIFIC_LDFLAGS)          @$(CC) $(LDFLAGS) $(OBJECTS) -o $(PRE_SHARED_LIB) $(SPECIFIC_LDFLAGS)
90          @echo "Done"          @echo "Done"
91    
92  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
# Line 135  Line 134 
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          @$(RM) config.status

Legend:
Removed from v.1039  
changed lines
  Added in v.1152

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