postgresql/src/makefiles/Makefile.solaris

9 lines
214 B
Makefile

# src/makefiles/Makefile.solaris
rpath = -Wl,-rpath,'$(rpathdir)'
# Rule for building a shared library from a single .o file
%.so: %.o
$(CC) $(CFLAGS) $< $(LDFLAGS) $(LDFLAGS_SL) -shared -o $@
sqlmansect = 5sql