From ed9bf17716fcb58b3956b2556e91ed62c85d9219 Mon Sep 17 00:00:00 2001 From: bols Date: Thu, 30 Jun 2011 20:48:54 +0900 Subject: [PATCH] ***EN add makefile MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit ***JP makefileを追加 --- PS2keyboard/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 PS2keyboard/Makefile diff --git a/PS2keyboard/Makefile b/PS2keyboard/Makefile new file mode 100644 index 0000000..c26627b --- /dev/null +++ b/PS2keyboard/Makefile @@ -0,0 +1,18 @@ +SRCS=\ +IOrach.nsh\ +IOrach.nsl\ +keyboarddata.nsh\ +keyboarddata.nsl\ +top.nsl + +SC_SRCS=$(patsubst %.nsl,%.sc,$(filter %.nsl,$(SRCS))) + +.SUFFIXES: .o .sc .nsl + +all:create_sc + echo $(SC_SRCS) + +create_sc:$(SC_SRCS) + +.nsl.sc: + nsl2sc $< -- 2.11.0