First milestone of replacing the build system.
--HG-- branch : dtrg-buildsystem rename : lang/cem/cpp.ansi/Parameters => lang/cem/cpp.ansi/parameters.h
This commit is contained in:
20
modules/src/input/build.mk
Normal file
20
modules/src/input/build.mk
Normal file
@@ -0,0 +1,20 @@
|
||||
D := modules/src/input
|
||||
|
||||
define build-libinput-impl
|
||||
$(call reset)
|
||||
$(call cfile, $D/AtEoIF.c)
|
||||
$(call cfile, $D/AtEoIT.c)
|
||||
$(call clibrary, $(LIBDIR)/libinput.a)
|
||||
$(eval LIBINPUT := $o)
|
||||
|
||||
$(call reset)
|
||||
$(eval q := $D/inp_pkg.body)
|
||||
$(call copyto, $(INCDIR)/inp_pkg.body)
|
||||
|
||||
$(call reset)
|
||||
$(eval q := $D/inp_pkg.spec)
|
||||
$(call copyto, $(INCDIR)/inp_pkg.spec)
|
||||
endef
|
||||
|
||||
$(eval $(build-libinput-impl))
|
||||
|
||||
Reference in New Issue
Block a user