|
|
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 \
1.1.1.5 ! root 35: wxpagetablemonitor.cpp \
1.1 root 36: wxpalettemonitor.cpp \
37: wxromwindow.cpp \
1.1.1.3 root 38: wxscreenmonitor.cpp \
1.1 root 39: wxscrollbar.cpp \
40: wxsoftkey.cpp \
41: wxstatuspanel.cpp \
42: wxsubwindow.cpp \
43: wxtextpanel.cpp \
44: wxtextscreen.cpp \
1.1.1.4 root 45: wxthreadmonitor.cpp \
1.1.1.3 root 46: wxtvrammonitor.cpp \
1.1 root 47: wxuimessage.cpp \
48: wxversion.cpp \
49:
50: OBJS= ${CXXSRCS:.cpp=.o}
51:
52: nono: ${MYLIBS} ${OBJS}
53: ${CXX} -pthread ${LDFLAGS} -o $@ ${OBJS} ${MYLIBS_GROUP} \
1.1.1.4 root 54: ${LIBS} ${LIBS_SLIRP} ${LIBS_SOUND} ${LIBS_WXWIDGETS}
1.1 root 55:
56: install: nono
57: ${INSTALL} -d ${DESTDIR}${BINDIR}
1.1.1.2 root 58: ${INSTALL_PROGRAM} nono ${DESTDIR}${BINDIR}
1.1 root 59:
60: # make pot はトップディレクトリで行う必要がある (実行した位置からの相対パスが
61: # ファイルにコメントで残されるため、毎回違うと diff が出てしまう)。
62: # しかし今の所 wx/ にしかカタログ対象がないのでここにもショートカットを用意
63: # しておく。他ディレクトリにも対象が増えたら考え直すこと。
64: pot:
65: (cd ..; ${MAKE} pot)
66:
67: .include "../Makefile.rule"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.