OSDN Git Service

rarArcを追加。
authorsirakaba <sirakaba@9df91469-1e22-0410-86e7-ea8537beb833>
Sat, 14 Nov 2009 04:21:09 +0000 (04:21 +0000)
committersirakaba <sirakaba@9df91469-1e22-0410-86e7-ea8537beb833>
Sat, 14 Nov 2009 04:21:09 +0000 (04:21 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/tpi/tpi@108 9df91469-1e22-0410-86e7-ea8537beb833

src/Makefile

index 25b8b2d..9ddb7ad 100644 (file)
@@ -5,14 +5,13 @@
 \r
 all:\r
        make -C frontend\r
-#      make -C plugin/calLibrary\r
        make -C plugin/cuiWrapper\r
-#      make -C plugin/spiLibrary\r
+       make -C plugin/rarArc\r
        make -C common/header\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 plugin/rarArc clean\r
        make -C common/header clean\r
+       rm -f common/header/TPIHandle.o\r