Skip to content

Commit

Permalink
compile-flickernoise: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangfu Liu committed Dec 26, 2011
1 parent 99cb54d commit 31fdff7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions compile-flickernoise/Makefile
Expand Up @@ -203,13 +203,13 @@ milkymist-git-update:

#You will need Lemon and RE2C to compile libFPVM.
libfpvm:
(cd $(MILKYMIST_GIT_DIR)/milkymist.git/software/libfpvm/lm32-rtems && make && make install)
make -C $(MILKYMIST_GIT_DIR)/milkymist.git/software/libfpvm/ install

mtk:
(cd $(MILKYMIST_GIT_DIR)/$@.git && make milkymist && make install-milkymist)
make -C $(MILKYMIST_GIT_DIR)/$@.git milkymist install-milkymist

liboscparse:
(cd $(MILKYMIST_GIT_DIR)/$@.git && make && make install)
make -C $(MILKYMIST_GIT_DIR)/$@.git all install

rtems-yaffs2:
(cd $(MILKYMIST_GIT_DIR)/$@.git && make -f Makefile.rtems && make -f Makefile.rtems install)
Expand All @@ -225,11 +225,11 @@ $(BUILD_DIR)/bsp-milkymist/Makefile:

#you will need clang for compile milkymist tools
flickernoise.fbi: rtems libfpvm mtk liboscparse rtems-yaffs2 $(BUILD_DIR)/mupdf $(BUILD_DIR)/curl $(BUILD_DIR)/expat
(cd $(MILKYMIST_GIT_DIR)/flickernoise.git/src && make clean bin/flickernoise.fbi)
make -C $(MILKYMIST_GIT_DIR)/flickernoise.git/src clean bin/flickernoise.fbi
cp $(MILKYMIST_GIT_DIR)/flickernoise.git/src/bin/$@ ./

flickernoise-pdf.fbiz: flickernoise.fbi
(cd $(MILKYMIST_GIT_DIR)/flickernoise.git/src && WITH_PDF=1 make clean bin/flickernoise.fbiz)
WITH_PDF=1 make -C $(MILKYMIST_GIT_DIR)/flickernoise.git/src clean bin/flickernoise.fbiz
cp $(MILKYMIST_GIT_DIR)/flickernoise.git/src/bin/flickernoise.fbiz ./$@

boot.bin:
Expand Down

0 comments on commit 31fdff7

Please sign in to comment.