ObjFW  Check-in [ee4e1a8fac]

Overview
Comment:Add a few files to DISTCLEAN which were missing.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ee4e1a8facd1a48cf2cfdad4b1659c5efdb5f9f170307f08a7212fa564db29ba
User & Date: js on 2013-12-16 03:31:39
Other Links: manifest | tags
Context
2013-12-19
20:15
runtime: New API for internal unregister methods. check-in: b4231b1df9 user: js tags: trunk
2013-12-16
03:31
Add a few files to DISTCLEAN which were missing. check-in: ee4e1a8fac user: js tags: trunk
2013-12-15
18:11
Silence a few of Clang Analyzer's false positives. check-in: d0b98b417d user: js tags: trunk
Changes

Modified Makefile from [bd5e421481] to [b28336ecd2].

1
2
3

4
5
6
7
8
9
10
11
include extra.mk

SUBDIRS = src utils ${TESTS}

DISTCLEAN = aclocal.m4		\
	    autom4te.cache	\
	    buildsys.mk		\
	    config.h		\
	    config.log		\
	    config.status	\
	    extra.mk




>
|







1
2
3
4
5
6
7
8
9
10
11
12
include extra.mk

SUBDIRS = src utils ${TESTS}
DISTCLEAN = Info.plist		\
	    aclocal.m4		\
	    autom4te.cache	\
	    buildsys.mk		\
	    config.h		\
	    config.log		\
	    config.status	\
	    extra.mk

Modified src/Makefile from [d7d007a7b2] to [8113758d64].

1
2
3

4
5
6
7
8
9
10
include ../extra.mk

SUBDIRS = ${RUNTIME} exceptions forwarding


SHARED_LIB = ${OBJFW_SHARED_LIB}
STATIC_LIB = ${OBJFW_STATIC_LIB}
LIB_MAJOR = ${OBJFW_LIB_MAJOR}
LIB_MINOR = ${OBJFW_LIB_MINOR}

SRCS = OFApplication.m			\



>







1
2
3
4
5
6
7
8
9
10
11
include ../extra.mk

SUBDIRS = ${RUNTIME} exceptions forwarding
DISTCLEAN = objfw-defs.h

SHARED_LIB = ${OBJFW_SHARED_LIB}
STATIC_LIB = ${OBJFW_STATIC_LIB}
LIB_MAJOR = ${OBJFW_LIB_MAJOR}
LIB_MINOR = ${OBJFW_LIB_MINOR}

SRCS = OFApplication.m			\

Modified src/bridge/Makefile from [6d54b8e6bd] to [6a60540632].

1


2
3
4
5
6
7
8
include ../../extra.mk



SHARED_LIB = ${OBJFW_BRIDGE_SHARED_LIB}
STATIC_LIB = ${OBJFW_BRIDGE_STATIC_LIB}
LIB_MAJOR = ${OBJFW_LIB_MAJOR}
LIB_MINOR = ${OBJFW_LIB_MINOR}

SRCS = OFArray+NSObject.m		\

>
>







1
2
3
4
5
6
7
8
9
10
include ../../extra.mk

DISTCLEAN = Info.plist

SHARED_LIB = ${OBJFW_BRIDGE_SHARED_LIB}
STATIC_LIB = ${OBJFW_BRIDGE_STATIC_LIB}
LIB_MAJOR = ${OBJFW_LIB_MAJOR}
LIB_MINOR = ${OBJFW_LIB_MINOR}

SRCS = OFArray+NSObject.m		\