~ubuntu-branches/ubuntu/feisty/postgis/feisty

« back to all changes in this revision

Viewing changes to examples/wkb_reader/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Alex Bodnaru
  • Date: 2005-05-05 10:02:45 UTC
  • Revision ID: james.westby@ubuntu.com-20050505100245-3005l6jn1jwvpsrw
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Have pg_config in your PATH
 
3
#
 
4
 
 
5
#
 
6
# Below should be fine
 
7
#
 
8
CFLAGS=-I`pg_config --includedir` -L`pg_config --libdir` -lpq
 
9
 
 
10
all: readwkb
 
11
 
 
12
readwkb: readwkb.c printwkb.c
 
13
 
 
14
clean:
 
15
        @rm -f readwkb