diff options
Diffstat (limited to 'distributions/debipk/openzaurus_gpe/rules')
-rw-r--r-- | distributions/debipk/openzaurus_gpe/rules | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/distributions/debipk/openzaurus_gpe/rules b/distributions/debipk/openzaurus_gpe/rules new file mode 100644 index 0000000..55a232d --- /dev/null +++ b/distributions/debipk/openzaurus_gpe/rules @@ -0,0 +1,23 @@ +clean: + make -C zlibrary/core TARGET_ARCH=openzaurus UI_TYPE=gpe clean + make -C zlibrary/text TARGET_ARCH=openzaurus UI_TYPE=gpe clean + make -C zlibrary/ui TARGET_ARCH=openzaurus UI_TYPE=gpe clean + make -C fbreader TARGET_ARCH=openzaurus UI_TYPE=gpe clean + +build: + make -C zlibrary/core TARGET_ARCH=openzaurus UI_TYPE=gpe + make -C zlibrary/text TARGET_ARCH=openzaurus UI_TYPE=gpe + make -C zlibrary/ui TARGET_ARCH=openzaurus UI_TYPE=gpe + make -C fbreader TARGET_ARCH=openzaurus UI_TYPE=gpe + +install-240x320: + make -C zlibrary/core TARGET_ARCH=openzaurus UI_TYPE=gpe do_install + make -C zlibrary/text TARGET_ARCH=openzaurus UI_TYPE=gpe do_install + make -C zlibrary/ui TARGET_ARCH=openzaurus UI_TYPE=gpe do_install + make -C fbreader TARGET_ARCH=openzaurus UI_TYPE=gpe RESOLUTION=240x320 do_install + +install-640x480: + make -C zlibrary/core TARGET_ARCH=openzaurus UI_TYPE=gpe do_install + make -C zlibrary/text TARGET_ARCH=openzaurus UI_TYPE=gpe do_install + make -C zlibrary/ui TARGET_ARCH=openzaurus UI_TYPE=gpe do_install + make -C fbreader TARGET_ARCH=openzaurus UI_TYPE=gpe RESOLUTION=640x480 do_install |