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:
14
modules/src/idf/build.mk
Normal file
14
modules/src/idf/build.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
D := modules/src/idf
|
||||
|
||||
define build-libidf-impl
|
||||
$(call reset)
|
||||
$(eval q := $D/idf_pkg.body)
|
||||
$(call copyto, $(INCDIR)/idf_pkg.body)
|
||||
|
||||
$(call reset)
|
||||
$(eval q := $D/idf_pkg.spec)
|
||||
$(call copyto, $(INCDIR)/idf_pkg.spec)
|
||||
endef
|
||||
|
||||
$(eval $(build-libidf-impl))
|
||||
|
||||
Reference in New Issue
Block a user