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