ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/truck/Common/GNUmakefile
Revision: 45
Committed: 2008-03-06T18:12:54-08:00 (17 years, 3 months ago) by douglas
File size: 306 byte(s)
Log Message:
Beginnings of an sqlite3 api ala Menes' dbi.

File Contents

# Content
1 # Truck Computer Dooom!
2 #
3 # Douglas Thrift
4 #
5 # $Id$
6
7 common := .
8
9 include $(common)/common.mk
10
11 .PHONY: all clean
12
13 all: libtruck.a
14
15 libtruck.a: truck.o posix.o regex.o vector.o hash.o foreach.o fdstream.o threads.o scopes.o timing.o iconv.o sqlite3.o
16
17 -include *.d
18
19 $(eval $(call clean,libtruck.a *.d *.o))

Properties

Name Value
svn:keywords Id