|
|
1.1 root 1: #
2: # nono
3: # Copyright (C) 2018 [email protected]
4: #
5:
1.1.1.3 root 6: TOPDIR= ../..
7: .include "${TOPDIR}/Makefile.inc"
1.1.1.2 root 8:
1.1 root 9: TARGETS= mkcgrom
10:
11: CXXFLAGS+= -g
1.1.1.5 ! root 12: CPPFLAGS+= @ICONV_CPPFLAGS@
1.1.1.4 root 13: LIBS+= @ICONV_LIBS@
1.1 root 14:
15: CXXSRCS= mkcgrom.cpp
16: OBJS= ${CXXSRCS:.cpp=.o}
17:
18: mkcgrom: ${OBJS}
19: ${CXX} ${LDFLAGS} -o $@ $> ${LIBS}
1.1.1.2 root 20:
1.1.1.3 root 21: .include "${TOPDIR}/Makefile.rule"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.