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

Comparing trunk/frameCount/src/Makefile (file contents):
Revision 35 by mmeineke, Fri Jul 19 00:01:59 2002 UTC vs.
Revision 36 by mmeineke, Fri Jul 19 00:48:45 2002 UTC

# Line 3 | Line 3 | FC_OBJS = frameCount.o
3   C_FLAGS = -O3
4   #C_FLAGS = -g
5  
6 < FC_OBJS = frameCount.o
6 > FC_OBJS = frameCount.o mainFrameCount.o
7  
8 + %.o:%.c %.h
9 +        $(CC) $(C_FLAGS) -c $*.c
10 +
11   all: $(bin)/frameCount
12  
13   $(bin)/frameCount:  $(FC_OBJS)
14          $(CC) $(C_FLAGS) -o $@ $(FC_OBJS) -lm
15  
16 < frameCount.o: frameCount.c
17 <        $(CC) $(C_FLAGS) -c $?
16 > mainFrameCount.o: mainFrameCount.c frameCount.h
17 >        $(CC) $(C_FLAGS) -c mainFrameCount.c
18  
19   clean:
20          rm *~; rm *.o; rm $(bin)/frameCount

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines