Annotation of nono/wx/Makefile.in, revision 1.1.1.3

1.1       root        1: #
                      2: # nono
1.1.1.3 ! root        3: # Copyright (C) 2020 nono project
        !             4: # Licensed under nono-license.txt
        !             5: #
        !             6: 
1.1       root        7: #
                      8: # wxWidgets executable
                      9: #
                     10: 
1.1.1.3 ! root       11: .include "../Makefile.inc"
        !            12: 
1.1       root       13: TARGETS=       nono
                     14: 
                     15: CPPFLAGS+=     @WXWIDGETS_CPPFLAGS@
                     16: 
                     17: LDFLAGS+=      -pthread
                     18: LIBS+= @WXWIDGETS_LIBS@
                     19: 
                     20: CXXSRCS=       \
                     21:        bitrev.cpp      \
                     22:        kaname12.cpp    \
                     23:        wxapp.cpp       \
                     24:        wxdumpmonitor.cpp       \
                     25:        wxlogmonitor.cpp        \
                     26:        wxmainframe.cpp \
                     27:        wxmainview.cpp  \
                     28:        wxmonitor.cpp   \
1.1.1.3 ! root       29:        wxmpumonitor.cpp        \
1.1       root       30:        wxsoftkey.cpp   \
                     31:        wxsubwindow.cpp \
                     32:        wxtextpanel.cpp \
                     33:        wxtextscreen.cpp        \
1.1.1.3 ! root       34:        wxversion.cpp   \
1.1       root       35:        wxvideomonitor.cpp      \
                     36: 
                     37: 
                     38: OBJS=  ${CXXSRCS:.cpp=.o}
                     39: 
                     40: CLEANDIRFILES= Makefile
                     41: 
                     42: nono:  ${MYLIBS} ${OBJS}
1.1.1.2   root       43:        ${CXX} ${LDFLAGS} -o $@ ${OBJS} ${MYLIBS_GROUP} ${LIBS}
1.1.1.3 ! root       44: 
        !            45: install:       nono ${BINDIR}
        !            46:        ${INSTALL} -m 755 -o 0 -g 0 nono ${BINDIR}
        !            47: 
        !            48: # make pot はトップディレクトリで行う必要がある (実行した位置からの相対パスが
        !            49: # ファイルにコメントで残されるため、毎回違うと diff が出てしまう)。
        !            50: # しかし今の所 wx/ にしかカタログ対象がないのでここにもショートカットを用意
        !            51: # しておく。他ディレクトリにも対象が増えたら考え直すこと。
        !            52: pot:
        !            53:        (cd ..; ${MAKE} pot)
        !            54: 
        !            55: .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.