Annotation of nono/util/viewcgrom/Makefile, revision 1.1.1.1

1.1       root        1: #
                      2: # nono
                      3: # Copyright (C) 2018 [email protected]
                      4: #
                      5: 
                      6: TOPDIR=                ../..
                      7: .include "${TOPDIR}/Makefile.inc"
                      8: 
                      9: TARGETS=       viewcgrom
                     10: 
                     11: CXXFLAGS+=     -g
                     12: CPPFLAGS+=     ${CPPFLAGS_WXWIDGETS}
                     13: # OSX だと wxWidgets ヘッダ内で strict-aliasing のワーニングが出る…
                     14: CPPFLAGS+=     -Wno-strict-aliasing
                     15: 
                     16: CXXSRCS=       viewcgrom.cpp
                     17: OBJS=          ${CXXSRCS:.cpp=.o}
                     18: 
                     19: viewcgrom:     ${OBJS}
                     20:        ${CXX} ${LDFLAGS} -o $@ $> ${LIBS} ${LIBS_WXWIDGETS}
                     21: 
                     22: .include "${TOPDIR}/Makefile.rule"

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.