common/makefiles/NativeCompilation.gmk

changeset 971
584dc2e95e04
parent 738
0c540b1505e3
child 972
f3697e0783e2
equal deleted inserted replaced
970:e885c762cedd 971:584dc2e95e04
493 493
494 ifneq (,$$($1_STATIC_LIBRARY)) 494 ifneq (,$$($1_STATIC_LIBRARY))
495 # Generating a static library, ie object file archive. 495 # Generating a static library, ie object file archive.
496 $$($1_TARGET) : $$($1_EXPECTED_OBJS) $$($1_RES) 496 $$($1_TARGET) : $$($1_EXPECTED_OBJS) $$($1_RES)
497 $$(call ARCHIVING_MSG,$$($1_LIBRARY)) 497 $$(call ARCHIVING_MSG,$$($1_LIBRARY))
498 $(AR) $$($1_AR_FLAGS) $(AR_OUT_OPTION)$$($1_TARGET) $$($1_EXPECTED_OBJS) \ 498 $(AR) $$($1_ARFLAGS) $(AR_OUT_OPTION)$$($1_TARGET) $$($1_EXPECTED_OBJS) \
499 $$($1_RES) $$($1_LDFLAGS_SUFFIX) $$($1_EXTRA_LDFLAGS_SUFFIX) 499 $$($1_RES) $$($1_LDFLAGS_SUFFIX) $$($1_EXTRA_LDFLAGS_SUFFIX)
500 endif 500 endif
501 501
502 ifneq (,$$($1_PROGRAM)) 502 ifneq (,$$($1_PROGRAM))
503 # A executable binary has been specified, setup the target for it. 503 # A executable binary has been specified, setup the target for it.

mercurial