ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/truck/GNUmakefile
Revision: 16
Committed: 2007-05-21T11:08:55-07:00 (18 years, 1 month ago) by douglas
Original Path: Common/GNUmakefile
File size: 335 byte(s)
Log Message:
Bettar!

File Contents

# Content
1 # Truck Computer Dooom!
2 #
3 # Douglas Thrift
4 #
5 # $Id$
6
7 include common.mk
8
9 CPPFLAGS := -MD -I/usr/local/include
10 CXXFLAGS := -Wall -pedantic -g -O2
11
12 all: libtruck.a
13
14 libtruck.a: truck.o posix.o regex.o
15
16 -include *.d
17
18 clean:
19 @echo "$(bright)$(white)clean\t$(green)[$(reset)$(shell rm -fv libtruck.a \
20 *.d *.o)$(bright)$(green)]$(reset)"

Properties

Name Value
svn:keywords Id