comparison src/pstoedit.mk @ 3124:824f84572d1e

[MSVC] enable pstoedit compilation
author Michael Goffioul <michael.goffioul@gmail.com>
date Sat, 06 Jul 2013 00:06:12 -0400
parents 5ef49fb3299d
children cf6f40cededb
comparison
equal deleted inserted replaced
3123:38ee52ac978e 3124:824f84572d1e
18 cd '$(1)' && autoreconf 18 cd '$(1)' && autoreconf
19 mkdir '$(1)/.build' 19 mkdir '$(1)/.build'
20 cd '$(1)/.build' && '$(1)/configure' \ 20 cd '$(1)/.build' && '$(1)/configure' \
21 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ 21 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
22 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ 22 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
23 --prefix='$(HOST_PREFIX)' 23 --prefix='$(HOST_PREFIX)' \
24 && $(CONFIGURE_POST_HOOK)
24 25
25 $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install 26 $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install
26 endef 27 endef