|
|
1.1 root 1: #
2: # nono
3: # Copyright (C) 2020 nono project
4: # Licensed under nono-license.txt
5: #
6:
7: #
8: # wxWidgets executable
9: #
10:
11: .include "../Makefile.inc"
12:
13: TARGETS= nono
14:
15: CPPFLAGS+= ${CPPFLAGS_WXWIDGETS}
16:
17: CXXSRCS= \
18: fontmanager.cpp \
19: kaname12.cpp \
20: privatechar.cpp \
21: wxaccstatmonitor.cpp \
22: wxapp.cpp \
23: wxbitmappanel.cpp \
24: wxbutton.cpp \
25: wxdipswwindow.cpp \
26: wxdumpmonitor.cpp \
1.1.1.3 root 27: wxgvrammonitor.cpp \
1.1 root 28: wxlcdwindow.cpp \
29: wxlogmonitor.cpp \
30: wxlogsetting.cpp \
31: wxmainframe.cpp \
32: wxmainview.cpp \
33: wxmonitor.cpp \
34: wxmpumonitor.cpp \
35: wxpalettemonitor.cpp \
36: wxromwindow.cpp \
1.1.1.3 root 37: wxscreenmonitor.cpp \
1.1 root 38: wxscrollbar.cpp \
39: wxsoftkey.cpp \
40: wxstatuspanel.cpp \
41: wxsubwindow.cpp \
42: wxtextpanel.cpp \
43: wxtextscreen.cpp \
1.1.1.4 ! root 44: wxthreadmonitor.cpp \
1.1.1.3 root 45: wxtvrammonitor.cpp \
1.1 root 46: wxuimessage.cpp \
47: wxversion.cpp \
48:
49: OBJS= ${CXXSRCS:.cpp=.o}
50:
51: nono: ${MYLIBS} ${OBJS}
52: ${CXX} -pthread ${LDFLAGS} -o $@ ${OBJS} ${MYLIBS_GROUP} \
1.1.1.4 ! root 53: ${LIBS} ${LIBS_SLIRP} ${LIBS_SOUND} ${LIBS_WXWIDGETS}
1.1 root 54:
55: install: nono
56: ${INSTALL} -d ${DESTDIR}${BINDIR}
1.1.1.2 root 57: ${INSTALL_PROGRAM} nono ${DESTDIR}${BINDIR}
1.1 root 58:
59: # make pot はトップディレクトリで行う必要がある (実行した位置からの相対パスが
60: # ファイルにコメントで残されるため、毎回違うと diff が出てしまう)。
61: # しかし今の所 wx/ にしかカタログ対象がないのでここにもショートカットを用意
62: # しておく。他ディレクトリにも対象が増えたら考え直すこと。
63: pot:
64: (cd ..; ${MAKE} pot)
65:
66: .include "../Makefile.rule"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.