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:
David Given
2013-05-12 20:45:55 +01:00
parent bcfb3d802f
commit c1aca7dae5
119 changed files with 1584 additions and 319 deletions

View File

@@ -0,0 +1,26 @@
D := modules/src/em_mes
define build-em_mes-impl
$(call reset)
$(call cfile, $D/C_ms_err.c)
$(call cfile, $D/C_ms_opt.c)
$(call cfile, $D/C_ms_emx.c)
$(call cfile, $D/C_ms_reg.c)
$(call cfile, $D/C_ms_src.c)
$(call cfile, $D/C_ms_flt.c)
$(call cfile, $D/C_ms_com.c)
$(call cfile, $D/C_ms_par.c)
$(call cfile, $D/C_ms_ego.c)
$(call cfile, $D/C_ms_gto.c)
$(call cfile, $D/C_ms_stb.c)
$(call cfile, $D/C_ms_std.c)
$(eval $q: $(INCDIR)/em_codeEK.h)
$(call clibrary, $(LIBDIR)/libem_mes.a)
$(eval LIBEM_MES := $o)
endef
$(eval $(call build-em_mes-impl))