Artifact 2b071b34329124ac5cebc53afc916206036762f73e4b5a366d40d4d6b2d30343:
- File src/Makefile — part of check-in [98fe076bd8] at 2008-09-14 19:03:29 on branch trunk — More exceptions stuff. (user: js, size: 531) [annotate] [blame] [check-ins using]
LIB = ${LIB_PREFIX}objfw${LIB_SUFFIX} LIB_MAJOR = 1 LIB_MINOR = 0 SRCS = OFConstString.m \ OFConstWideString.m \ OFExceptions.m \ OFList.m \ OFListObject.m \ OFObject.m \ OFString.m \ OFWideString.m INCLUDES = OFConstString.h \ OFConstWideString.h \ OFExceptions.h \ OFList.h \ OFListObject.h \ OFObject.h \ OFString.h \ OFWideString.h include ../buildsys.mk OBJCFLAGS += ${LIB_CFLAGS} LD = ${OBJC} LDFLAGS += ${LIB_LDFLAGS} LIBS += -lobjc