ObjPgSQL  Makefile at tip

File src/exceptions/Makefile from the latest check-in


include ../../extra.mk

STATIC_PIC_LIB_NOINST = ${EXCEPTIONS_LIB_A}
STATIC_LIB_NOINST = ${EXCEPTIONS_A}

SRCS = PGCommandFailedException.m	\
       PGConnectionFailedException.m	\
       PGException.m

INCLUDES = ${SRCS:.m=.h}

include ../../buildsys.mk

CPPFLAGS += -I. -I..