ObjFW  Check-in [7a87fbaff9]

Overview
Comment:Remove INCLUDES from src/encodings/Makefile

These files do not have a corresponding header.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 7a87fbaff9631472195f366bf1380ba9d1784f9934f7e70d434b8dbcd37e5ab2
User & Date: js on 2017-01-21 19:08:13
Other Links: manifest | tags
Context
2017-01-22
04:02
objfw-config.in: Remove trailing quotes in help check-in: dccc73288f user: js tags: trunk
2017-01-21
19:08
Remove INCLUDES from src/encodings/Makefile check-in: 7a87fbaff9 user: js tags: trunk
2017-01-20
17:30
Move unicode.m out of src/encodings check-in: d1d18d492c user: js tags: trunk
Changes

Modified src/encodings/Makefile from [1610bb6c73] to [3f9e4a7eba].

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

STATIC_PIC_LIB_NOINST = ${ENCODINGS_LIB_A}
STATIC_LIB_NOINST = ${ENCODINGS_A}

SRCS = ${ENCODINGS_SRCS}

INCLUDES = ${SRCS:.m=.h}

include ../../buildsys.mk

CPPFLAGS += -I. -I.. -I../.. -I../runtime -I../exceptions -DOF_COMPILING_OBJFW







<
<



1
2
3
4
5
6
7


8
9
10
include ../../extra.mk

STATIC_PIC_LIB_NOINST = ${ENCODINGS_LIB_A}
STATIC_LIB_NOINST = ${ENCODINGS_A}

SRCS = ${ENCODINGS_SRCS}



include ../../buildsys.mk

CPPFLAGS += -I. -I.. -I../.. -I../runtime -I../exceptions -DOF_COMPILING_OBJFW