|
|
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= viewcgrom
10:
11: CXXFLAGS= -g
12: CPPFLAGS+= @WXWIDGETS_CPPFLAGS@
13: # OSX だと wxWidgets ヘッダ内で strict-aliasing のワーニングが出る…
14: CPPFLAGS+= -Wno-strict-aliasing
15:
16: LIBS+= @WXWIDGETS_LIBS@
17:
18: CXXSRCS= viewcgrom.cpp
19: OBJS= ${CXXSRCS:.cpp=.o}
20:
21:
22: viewcgrom: ${OBJS}
23: ${CXX} ${LDFLAGS} -o $@ $> ${LIBS}
1.1.1.2 root 24:
1.1.1.3 ! root 25: .include "${TOPDIR}/Makefile.rule"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.