|
|
1.1 root 1: #
2: # nono
3: # Copyright (C) 2020 nono project
4: # Licensed under nono-license.txt
5: #
6:
7: TOPDIR= ../..
8: .include "${TOPDIR}/Makefile.inc"
9:
10: TARGETS= ttfext
11:
12: CXXFLAGS+= -g
1.1.1.2 ! root 13: CPPFLAGS+= @ICONV_CPPFLAGS@
1.1 root 14: LIBS+= @ICONV_LIBS@
15:
16: CXXSRCS= ttfext.cpp
17: OBJS= ${CXXSRCS:.cpp=.o}
18:
19: MYLIBS= ${TOPDIR}/lib/libnnlib.a
20:
21: ttfext: ${OBJS}
22: ${CXX} ${LDFLAGS} -o $@ $> ${MYLIBS} ${LIBS}
23:
24: .include "${TOPDIR}/Makefile.rule"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.