OSDN Git Service

***EN
[oca1/test.git] / PS2keyboard / Makefile
1 SRCS=\
2 IOrach.nsh\
3 IOrach.nsl\
4 keyboarddata.nsh\
5 keyboarddata.nsl\
6 top.nsl
7
8 SC_SRCS=$(patsubst %.nsl,%.sc,$(filter %.nsl,$(SRCS)))
9
10 .SUFFIXES: .o .sc .nsl
11
12 all:create_sc
13         echo $(SC_SRCS)
14
15 create_sc:$(SC_SRCS)
16
17 .nsl.sc:
18         nsl2sc $<