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 2 by douglas, 2007-04-25T21:28:10-07:00 vs.
Revision 3 by douglas, 2007-04-26T01:51:35-07:00

# Line 4 | Line 4
4   #
5   # $Id$
6  
7 < CPPFLAGS := -MD
7 > CPPFLAGS := -MD -I/usr/local/include
8   CXXFLAGS := -Wall -pedantic -g -O2
9  
10   all: libtruck.a
11  
12 < libtruck.a: posix.o
12 > libtruck.a: posix.o regex.o
13          $(AR) cr $@ $+
14  
15   -include *.d

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines