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

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

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

revision 676, Mon Nov 25 13:38:56 2002 UTC revision 677, Tue Nov 26 23:44:11 2002 UTC
# Line 10  Line 10 
10    
11  include Makefile.inc  include Makefile.inc
12    
13    # Strict warning options for ANSI C compilation
14    WFLAGS  = \
15            -ansi -pedantic -Wcomment -fno-asm -fsigned-char \
16            -W -Wparentheses    \
17            -Wreturn-type -Wswitch -Wunused \
18            -Wsign-compare -Wimplicit -Wreturn-type \
19            -Wshadow -Wpointer-arith -Wwrite-strings    \
20            -Wsign-compare -Wstrict-prototypes -Wmissing-prototypes \
21            -Wmissing-declarations
22    
23  CC = gcc -Wall  CC = gcc
24  CFLAGS =  CFLAGS = $(WFLAGS)
25    
26    
27  RM = rm -rf  RM = rm -rf
# Line 33  Line 42 
42          $(RM) $(DIRS)          $(RM) $(DIRS)
43          $(RM) $(LIB)          $(RM) $(LIB)
44          $(RM) $(LIBSO)          $(RM) $(LIBSO)
45    
46    clean:
47            $(RM) `find $(SRCDIR) -name "*.o"`
48            $(RM) $(LIB)
49            $(RM) $(LIBSO:.so=.dll)

Legend:
Removed from v.676  
changed lines
  Added in v.677

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