]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/compile-vars.make
Doc-es: various updates.
[lilypond.git] / stepmake / stepmake / compile-vars.make
1 ARFLAGS = ru
2
3 ALL_LDFLAGS = $(LDFLAGS) $(CONFIG_LDFLAGS) $($(PACKAGE)_LDFLAGS) $(MODULE_LDFLAGS) $(CONFIG_LDFLAGS)
4
5 ifeq ($(MINGW_BUILD),)
6 ifeq ($(CYGWIN_BUILD),)
7 PIC_FLAGS = -fpic -fPIC
8 endif
9 SHARED_FLAGS = -shared
10 else
11 SHARED_FLAGS = -mdll
12 endif
13
14 o-dep-out = $(outdir)/$(subst .o,.dep,$(notdir $@))#
15 DO_O_DEP = rm -f $(o-dep-out); DEPENDENCIES_OUTPUT="$(o-dep-out) $(outdir)/$(notdir $@)"
16
17 lo-dep-out = $(outdir)/$(subst .lo,.dep,$(notdir $@))#
18 DO_LO_DEP = rm -f $(lo-dep-out); DEPENDENCIES_OUTPUT="$(lo-dep-out) $(outdir)/$(notdir $@)"
19