Artifact 3ff534d15eeb73e0a5a84728c6264beaf558c1fcc5874f60ad9eedaa3b02c386:
- File src/Makefile — part of check-in [71119a787b] at 2008-10-07 17:18:54 on branch trunk — Added OFFile. (user: js, size: 611) [annotate] [blame] [check-ins using]
LIB = ${LIB_PREFIX}objfw${LIB_SUFFIX} LIB_MAJOR = 1 LIB_MINOR = 0 SRCS = OFConstCString.m \ OFCString.m \ OFConstWideCString.m \ OFExceptions.m \ OFFile.m \ OFList.m \ OFListObject.m \ OFObject.m \ OFString.m \ OFWideCString.m INCLUDES = OFConstString.h \ OFCString.h \ OFConstWideString.h \ OFExceptions.h \ OFFile.h \ OFList.h \ OFListObject.h \ OFObject.h \ OFString.h \ OFWideString.h include ../buildsys.mk OBJCFLAGS += ${LIB_CFLAGS} LD = ${OBJC} LDFLAGS += ${LIB_LDFLAGS} LIBS += -lobjc