OSDN Git Service

書庫を複製する機能を追加。
[tpi/lychee.git] / src / Makefile
1 # Makefile.\r
2 # $Id$\r
3 \r
4 .PHONY: all clean\r
5 \r
6 all:\r
7         make -C common/header\r
8         make -C common/handle\r
9         make -C common/library\r
10         make -C lychee\r
11         make -C plugin/7zArc\r
12         make -C plugin/cuiWrapper\r
13         make -C plugin/rarArc\r
14 \r
15 clean:\r
16         make -C common/header clean\r
17         make -C common/handle clean\r
18         make -C common/library clean\r
19         make -C lychee clean\r
20         make -C plugin/7zArc clean\r
21         make -C plugin/cuiWrapper clean\r
22         make -C plugin/rarArc clean\r
23 \r
24 dist:\r
25         /usr/bin/7z a -tzip -mx9 ../lychee.zip ../bin ../doc ../src ../share -xr!*.spi -xr!*.xpi -x!src/tmp -x!src/plugin/7zArc/7-zip* -xr!*.ncb -xr!*.suo -xr!*.user -xr!*.conf -xr!*.o -xr!.svn\r
26 \r