OSDN Git Service

コードを整理。
[tpi/lychee.git] / src / Makefile
index 25b8b2d..67f47fa 100644 (file)
@@ -1,18 +1,25 @@
 # Makefile.\r
-# $Id: Makefile,v 1.5 2009/08/26 13:41:28 sirakaba Exp $\r
+# $Id$\r
 \r
-.PHONY: all clean\r
+.PHONY: all clean dist\r
 \r
 all:\r
-       make -C frontend\r
-#      make -C plugin/calLibrary\r
-       make -C plugin/cuiWrapper\r
-#      make -C plugin/spiLibrary\r
        make -C common/header\r
+       make -C common/handle\r
+       make -C common/library\r
+       make -C lychee\r
+       make -C plugin/7zArc\r
+       make -C plugin/cuiWrapper\r
+       make -C plugin/rarArc\r
 \r
 clean:\r
-       make -C frontend clean\r
-#      make -C plugin/calLibrary clean\r
-       make -C plugin/cuiWrapper clean\r
-#      make -C plugin/spiLibrary clean\r
        make -C common/header clean\r
+       make -C common/handle clean\r
+       make -C common/library clean\r
+       make -C lychee clean\r
+       make -C plugin/7zArc clean\r
+       make -C plugin/cuiWrapper clean\r
+       make -C plugin/rarArc clean\r
+\r
+dist:\r
+       tar cjf ../lychee-$(VERSION).tar.bz2 -C .. bin doc share src --exclude=*.spi --exclude=*.xpi --exclude=*.ncb --exclude=*.suo --exclude=*.user --exclude=*.conf --exclude=*.o --exclude=.svn --exclude=src/tmp --exclude=src/plugin/7zArc/7-zip*\r