ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/madProps/Makefile
(Generate patch)

Comparing trunk/madProps/Makefile (file contents):
Revision 41 by mmeineke, Fri Jul 19 01:44:34 2002 UTC vs.
Revision 43 by mmeineke, Fri Jul 19 19:05:59 2002 UTC

# Line 2 | Line 2 | C_FLAGS = -O3
2   INC = ./headers
3   CC = gcc
4   C_FLAGS = -O3
5 < #C_FLAGS = -g
5 > #C_FLAGS = -ggdb3
6  
7 < MP_OBJ = madProps.o frameCount.o
8 < MP_HEADERS = $(INC)/frameCount.h
7 > MP_OBJ = madProps.o frameCount.o GofR.o
8 > MP_HEADERS = $(INC)/madProps.h $(INC)/frameCount.h $(INC)/GofR.h
9  
10 < %.o:%.c $(INC)/%.h
10 > %.o:%.c $(INC)/%.h $(INC)/madPropds.h
11          $(CC) $(C_FLAGS) -c -I$(INC) $*.c
12  
13   all: $(bin)/madProps

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines