|
|
1.1 ! root 1: # ! 2: # nono ! 3: # Copyright (C) 2018 [email protected] ! 4: # ! 5: # wxWidgets executable ! 6: # ! 7: ! 8: TARGETS= nono ! 9: ! 10: CPPFLAGS+= -I.. -I../fpe -I../lib -I../m680x0 -I../vm -I../debugger -I../host ! 11: CPPFLAGS+= @WXWIDGETS_CPPFLAGS@ ! 12: ! 13: # OSX だと wxWidgets ヘッダ内で strict-aliasing のワーニングが出る… ! 14: CPPFLAGS+= -Wno-strict-aliasing ! 15: ! 16: LDFLAGS+= -pthread ! 17: LIBS+= @WXWIDGETS_LIBS@ ! 18: ! 19: CXXSRCS= \ ! 20: bitrev.cpp \ ! 21: kaname12.cpp \ ! 22: wxapp.cpp \ ! 23: wxdumpmonitor.cpp \ ! 24: wxlogmonitor.cpp \ ! 25: wxmainframe.cpp \ ! 26: wxmainview.cpp \ ! 27: wxmonitor.cpp \ ! 28: wxsoftkey.cpp \ ! 29: wxsubwindow.cpp \ ! 30: wxtextpanel.cpp \ ! 31: wxtextscreen.cpp \ ! 32: wxvideomonitor.cpp \ ! 33: ! 34: ! 35: OBJS= ${CXXSRCS:.cpp=.o} ! 36: ! 37: CLEANDIRFILES= Makefile ! 38: ! 39: .include "../Makefile.inc" ! 40: ! 41: nono: ${MYLIBS} ${OBJS} ! 42: ${CXX} ${LDFLAGS} -o $@ ${OBJS} ${MYLIBS} ${LIBS}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.