1 include ..
/..
/Makefile.
include
3 PLATFORM
=$(NATIVEPLATFORM
)
4 DEPS
= ..
/..
/Makefile.
include Makefile ..
/..
/download-files.
include
9 SOURCE
=$(APPNAME
)-$(VERSION
)
10 ARCHIVE
=$(SOURCE
).
tar.gz
11 SHA512
=7443674247deda2935220fbc4dfc7665e5bb5a260be8ad858c8bd7d7b9f0f868f04ea45e62eb17c0a5e6a2de7c7500ad2d201e2d668c48ca29bd9eea5a73a3ce
12 include ..
/..
/download-files.
include
14 export LIBTOOL
=builds
/unix
/libtool
15 export PATH
:=$(PREFIX
)/bin
:$(PATH
)
16 CONFIGURE
=.
/configure
--prefix=$(PREFIX
)
18 APP
=$(PLATFORM
)/src
/xz
/xz
20 all: .installed-
$(PLATFORM
)
23 $(PLATFORM
): $(TARBALLS_LOCATION
)/$(ARCHIVE
).
$(HASH_TYPE
) $(DEPS
)
24 -rm -rf
$(PLATFORM
)/*; mkdir
-p
$(PLATFORM
)
25 cd
$(PLATFORM
); $(ARCHIVE_TOOL
) $(ARCHIVE_TOOL_FLAGS
) $(TARBALLS_LOCATION
)/$(ARCHIVE
)
26 cd
$(PLATFORM
); $(CONFIGURE
)
29 $(MAKE
) -C
$(PLATFORM
)
31 .installed-
$(PLATFORM
): $(APP
)
32 $(MAKE
) -C
$(PLATFORM
) install
36 $(MAKE
) -C
$(PLATFORM
) clean
39 rm -rf
$(PLATFORM
) .installed-
$(PLATFORM
)