Annotation of nono/util/mkcgrom/Makefile.in, revision 1.1.1.2

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

unix.superglobalmegacorp.com

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