Artifact 66f14d12bbb00735f3ba1d3dcda3e5b9b33b6436417d6e63a1f0c660711d4ac6:
- File src/Makefile — part of check-in [8679c61b2c] at 2014-07-18 23:35:18 on branch trunk — Add a proper build system (user: js, size: 409) [annotate] [blame] [check-ins using]
include ../extra.mk SUBDIRS = exceptions SHARED_LIB = ${OBJPGSQL_SHARED_LIB} STATIC_LIB = ${OBJPGSQL_STATIC_LIB} LIB_MAJOR = 0 LIB_MINOR = 1 SRCS = PGConnection.m \ PGResult.m \ PGResultRow.m INCLUDES := ${SRCS:.m=.h} \ ObjPgSQL.h OBJS_EXTRA = ${EXCEPTIONS_EXCEPTIONS_A} LIB_OBJS_EXTRA = ${EXCEPTIONS_EXCEPTIONS_LIB_A} include ../buildsys.mk CPPFLAGS += -I. -Iexceptions LD = ${OBJC}