[qt_honey] [6] Makefile must be simpler

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 10月 8日 (木) 13:40:32 JST


Revision: 6
          http://sourceforge.jp/projects/cres/svn/view?view=rev&revision=6
Author:   masao
Date:     2009-10-08 13:40:32 +0900 (Thu, 08 Oct 2009)

Log Message:
-----------
Makefile must be simpler

Modified Paths:
--------------
    src/Makefile

Modified: src/Makefile
===================================================================
--- src/Makefile	2009-10-08 04:23:05 UTC (rev 5)
+++ src/Makefile	2009-10-08 04:40:32 UTC (rev 6)
@@ -1,12 +1,7 @@
 ## This Makefile.mozextention is for the test extension 
 PROJECT=qth_toolbar
-VERSION=1.5.6
 
-.PHONY: all 
-
 package:: make_structure make_xpi
-	
-clean :: make_clean clean_all
 
 make_structure: 
 	-mkdir $(PROJECT)
@@ -16,10 +11,7 @@
 	cd $(PROJECT)/chrome && \
 	zip -r $(PROJECT).jar content skin && \
 	cd .. && \
-	zip -r ../$(PROJECT)-$(VERSION).xpi chrome.manifest install.rdf components defaults chrome/$(PROJECT).jar && cd ..
+	zip -r ../$(PROJECT).xpi chrome.manifest install.rdf components defaults chrome/$(PROJECT).jar && cd ..
 
-make_clean:
+clean:
 	-rm -rf $(PROJECT)
-
-real_install:
-	$(CP) chrome/$(PROJECT).jar ~/.mozilla/default/32p27fdr.slt/chrome/




Cres-cvs メーリングリストの案内
Back to archive index