ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/truck/GNUmakefile
(Generate patch)

Comparing Common/GNUmakefile (file contents):
Revision 3 by douglas, 2007-04-26T01:51:35-07:00 vs.
Revision 7 by douglas, 2007-05-06T22:12:04-07:00

# Line 9 | Line 9 | CXXFLAGS := -Wall -pedantic -g -O2
9  
10   all: libtruck.a
11  
12 + %.o: %.cpp
13 +        @echo [$(<F)]
14 +        @$(CXX) $(CPPFLAGS) $(CXXFLAGS) -c -o $@ $<
15 +        @echo [$(@F)]
16 +
17   libtruck.a: posix.o regex.o
18 <        $(AR) cr $@ $+
18 >        @echo [$(+F)]
19 >        @$(AR) cr $@ $+
20 >        @echo [$(@F)]
21  
22   -include *.d
23  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines