ObjFW  Diff

Differences From Artifact [8ef38350d8]:

To Artifact [ec70c1ba34]:

  • File src/Makefile — part of check-in [612bc150e5] at 2009-06-18 19:08:57 on branch trunk — Get rid of OFXMLFactory.

    There are two reasons for this:

    1.) This was one of the oldest classes. Back then when it was written,
    a lot was missing in the framework, so it had to be implemented by
    the class itself. This means there was code duplication, but fixing
    that wouldn't make sense due to the second reason.
    2.) There is OFXMLElement now, which is much more flexible, much more
    fun to use and can do everything that OFXMLFactory could. (user: js, size: 893) [annotate] [blame] [check-ins using]


22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
       ${OFPLUGIN_M}		\
       OFSocket.m		\
       OFStream.m		\
       OFString.m		\
       OFTCPSocket.m		\
       OFThread.m		\
       OFURLEncoding.m		\
       OFXMLElement.m		\
       OFXMLFactory.m		\

INCLUDESTMP := ${SRCS:.c=.h}
INCLUDES := ${INCLUDESTMP:.m=.h}	\
	    OFMacros.h			\
	    asprintf.h			\
	    objfw.h








|
<







22
23
24
25
26
27
28
29

30
31
32
33
34
35
36
       ${OFPLUGIN_M}		\
       OFSocket.m		\
       OFStream.m		\
       OFString.m		\
       OFTCPSocket.m		\
       OFThread.m		\
       OFURLEncoding.m		\
       OFXMLElement.m


INCLUDESTMP := ${SRCS:.c=.h}
INCLUDES := ${INCLUDESTMP:.m=.h}	\
	    OFMacros.h			\
	    asprintf.h			\
	    objfw.h