/[openvortex]/aureal-1.x/Makefile
ViewVC logotype

Diff of /aureal-1.x/Makefile

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

revision 1.2 by hash, Wed Mar 5 15:16:08 2003 UTC revision 1.3 by hash, Mon May 5 14:44:19 2003 UTC
# Line 43  ifeq ($(PROCESSOR_TYPE),i686) Line 43  ifeq ($(PROCESSOR_TYPE),i686)
43  CPU = pentiumpro  CPU = pentiumpro
44  endif  endif
45    
46  GCC_VERSION=$(shell gcc -dumpversion | cut -d. -f1)  CC = gcc
47  ifeq ($(GCC_VERSION),2)  ifeq ($(CC),gcc)
48    CC_VERSION=$(shell gcc -dumpversion | cut -d. -f1)
49    endif
50    
51    ifeq ($(CC_VERSION),2)
52  CFCPU = -m$(CPU)  CFCPU = -m$(CPU)
53  endif  endif
54  ifeq ($(GCC_VERSION),3)  ifeq ($(CC_VERSION),3)
55  CFCPU = -mcpu=$(CPU)  CFCPU = -mcpu=$(CPU)
56  endif  endif
57    
# Line 68  CONF = /etc/modules.conf Line 72  CONF = /etc/modules.conf
72  endif  endif
73    
74    
 CC = gcc  
75    
76  INCLUDE_DIRS = -I/lib/modules/$(KERNEL_VERSION)/build/include  INCLUDE_DIRS = -I/lib/modules/$(KERNEL_VERSION)/build/include
77  CPPFLAGS = $(INCLUDE_DIRS)  CPPFLAGS = $(INCLUDE_DIRS)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26