ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
|
View Changeset
|
Root Listing
root
/
truck
/
GPS
/
GPS.mk
Revision:
23
Committed:
2008-02-08T07:13:30-08:00
(14 years, 11 months ago) by
douglas
File size:
219 byte(s)
Log Message:
More improvements; modularization!
File Contents
#
Content
1
# GPS
2
#
3
# Douglas Thrift
4
#
5
# $Id$
6
7
CPPFLAGS
+=
-I
$(
gps
)
8
LDFLAGS
+=
-L
$(
gps
)
$(
shell
pkg-config
--libs-only-L
libgps
)
$(
shell
pkg-config
--libs-only-other
libgps
)
9
LDLIBS
+=
-lGPS
$(
shell
pkg-config
--libs-only-l
libgps
)
Properties
Name
Value
svn:keywords
Id