Subversion Repositories programming

Rev

Rev 100 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 100 Rev 112
Line 12... Line 12...
12
SRCS		= Project1.c
12
SRCS		= Project1.c
13
OBJS		= $(SRCS:.c=.o)
13
OBJS		= $(SRCS:.c=.o)
14
HDRS		= 
14
HDRS		= 
15
 
15
 
16
ANAL		= -Wall -Wmissing-prototypes -Wshadow
16
ANAL		= -Wall -Wmissing-prototypes -Wshadow
17
CFLAGS		= -march=athlon-xp -O3 -fomit-frame-pointer -pipe -fforce-addr -fforce-mem -fweb -ftracer -ffast-math -funit-at-a-time
17
CFLAGS		= -march=athlon-xp -O3 -fomit-frame-pointer -pipe -fforce-addr -fforce-mem -fweb -ftracer -ffast-math -funit-at-a-time -DFAST_MEMCPY
18
LIBS		=
18
LIBS		=
19
 
19
 
20
PURIFY		= /usr/local/bin/purify
20
PURIFY		= /usr/local/bin/purify
21
 
21
 
22
all:	$(TARGET)
22
all:	$(TARGET)