Revision: | 3 |
Committed: | 2007-04-26T01:51:35-07:00 (18 years, 1 month ago) by douglas |
Original Path: | Common/GNUmakefile |
File size: | 236 byte(s) |
Log Message: | Stuffs! |
# | User | Rev | Content |
---|---|---|---|
1 | douglas | 2 | # Truck Computer Dooom! |
2 | # | ||
3 | # Douglas Thrift | ||
4 | # | ||
5 | # $Id$ | ||
6 | |||
7 | douglas | 3 | CPPFLAGS := -MD -I/usr/local/include |
8 | douglas | 2 | CXXFLAGS := -Wall -pedantic -g -O2 |
9 | |||
10 | all: libtruck.a | ||
11 | |||
12 | douglas | 3 | libtruck.a: posix.o regex.o |
13 | douglas | 2 | $(AR) cr $@ $+ |
14 | |||
15 | -include *.d | ||
16 | |||
17 | clean: | ||
18 | rm -rf libtruck.a *.d *.o |
Name | Value |
---|---|
svn:keywords | Id |