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