~vcs-imports/mammoth-replicator/trunk

« back to all changes in this revision

Viewing changes to src/makefiles/Makefile.linux

  • Committer: alvherre
  • Date: 2005-12-16 21:24:52 UTC
  • Revision ID: svn-v4:db760fc0-0f08-0410-9d63-cc6633f64896:trunk:1
Initial import of the REL8_0_3 sources from the Pgsql CVS repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AROPT = crs
 
2
export_dynamic = -Wl,-E
 
3
rpath = -Wl,-rpath,$(rpathdir)
 
4
allow_nonpic_in_shlib = yes
 
5
DLSUFFIX = .so
 
6
 
 
7
ifeq "$(findstring sparc,$(host_cpu))" "sparc"
 
8
CFLAGS_SL = -fPIC
 
9
else
 
10
CFLAGS_SL = -fpic
 
11
endif
 
12
 
 
13
%.so: %.o
 
14
        $(CC) -shared -o $@ $<
 
15
 
 
16
sqlmansect = 7