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