OSDN Git Service

Merge remote branch 'origin/master'
authoryujiro_kaeko <zyangalianhamster01@gmail.com>
Thu, 30 Jun 2011 12:04:47 +0000 (21:04 +0900)
committeryujiro_kaeko <zyangalianhamster01@gmail.com>
Thu, 30 Jun 2011 12:04:47 +0000 (21:04 +0900)
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 $<