Artifact 01d595b4bc70468dd43c4dd2a22676c97f160429ace02690bd64ceb21ac71c15:
- File src/exceptions/Makefile — part of check-in [8679c61b2c] at 2014-07-18 23:35:18 on branch trunk — Add a proper build system (user: js, size: 276) [annotate] [blame] [check-ins using]
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..