|
|
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+= ${CPPFLAGS_ICONV}
! 14:
1.1 root 15: CXXSRCS= ttfext.cpp
16: OBJS= ${CXXSRCS:.cpp=.o}
17:
18: MYLIBS= ${TOPDIR}/lib/libnnlib.a
19:
20: ttfext: ${OBJS}
1.1.1.2 ! root 21: ${CXX} ${LDFLAGS} -o $@ $> ${MYLIBS} ${LIBS} ${LIBS_ICONV}
1.1 root 22:
23: .include "${TOPDIR}/Makefile.rule"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.