OSDN Git Service

***EN
authorbols <bols-blue@lnc.jp>
Thu, 30 Jun 2011 11:48:54 +0000 (20:48 +0900)
committerbols <bols-blue@lnc.jp>
Thu, 30 Jun 2011 11:48:54 +0000 (20:48 +0900)
add makefile

***JP
makefileを追加

PS2keyboard/Makefile [new file with mode: 0644]

diff --git a/PS2keyboard/Makefile b/PS2keyboard/Makefile
new file mode 100644 (file)
index 0000000..c26627b
--- /dev/null
@@ -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 $<