summaryrefslogtreecommitdiffabout
authorzautrix <zautrix>2005-01-20 02:02:15 (UTC)
committer zautrix <zautrix>2005-01-20 02:02:15 (UTC)
commitb14b1ff10adff7344fa0f5bf44d83c7485f83cbc (patch) (unidiff)
treee50eda89f0476b2f773f80b44a27a8c16bd9dc12
parentfa46db884c427e72446d72f8150b1021dd73e265 (diff)
downloadkdepimpi-b14b1ff10adff7344fa0f5bf44d83c7485f83cbc.zip
kdepimpi-b14b1ff10adff7344fa0f5bf44d83c7485f83cbc.tar.gz
kdepimpi-b14b1ff10adff7344fa0f5bf44d83c7485f83cbc.tar.bz2
better makefile
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--Makefile10
-rw-r--r--Makefile.Embedded10
2 files changed, 20 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1f9507f..5a51127 100644
--- a/Makefile
+++ b/Makefile
@@ -221,4 +221,8 @@ clean:
221 done 221 done
222 222
223pac:
224 make
225 make install
226 make dist
223install: 227install:
224 228
@@ -234,5 +238,8 @@ dist:
234 @echo Dont forget to do "make install" before "make dist" 238 @echo Dont forget to do "make install" before "make dist"
235 rm -f *arm.ipk 239 rm -f *arm.ipk
240 rm -f *ipk.zip
241 rm -f ../new_$(KDEPIM_VERSION)/*
236 rm -f *~ 242 rm -f *~
243 cd ..;mkdir -p new_$(KDEPIM_VERSION)
237 cd ..; tar czf kdepimpi-$(KDEPIM_VERSION).tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim 244 cd ..; tar czf kdepimpi-$(KDEPIM_VERSION).tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim
238 mkipks kmicrokdelibs.control 245 mkipks kmicrokdelibs.control
@@ -254,4 +261,7 @@ dist:
254 mkipks pimTABicon.control 261 mkipks pimTABicon.control
255 zip kdepim_$(KDEPIM_VERSION)_for_SharpRom.ipk.zip *.ipk ReleaseNotes.txt 262 zip kdepim_$(KDEPIM_VERSION)_for_SharpRom.ipk.zip *.ipk ReleaseNotes.txt
263 mv *.ipk ../new_$(KDEPIM_VERSION)/
264 mv *for_SharpRom.ipk.zip ../new_$(KDEPIM_VERSION)/
265 mv ../kdepimpi-$(KDEPIM_VERSION).tar.gz ../new_$(KDEPIM_VERSION)/
256 266
257tmake: objects \ 267tmake: objects \
diff --git a/Makefile.Embedded b/Makefile.Embedded
index 1f9507f..5a51127 100644
--- a/Makefile.Embedded
+++ b/Makefile.Embedded
@@ -221,4 +221,8 @@ clean:
221 done 221 done
222 222
223pac:
224 make
225 make install
226 make dist
223install: 227install:
224 228
@@ -234,5 +238,8 @@ dist:
234 @echo Dont forget to do "make install" before "make dist" 238 @echo Dont forget to do "make install" before "make dist"
235 rm -f *arm.ipk 239 rm -f *arm.ipk
240 rm -f *ipk.zip
241 rm -f ../new_$(KDEPIM_VERSION)/*
236 rm -f *~ 242 rm -f *~
243 cd ..;mkdir -p new_$(KDEPIM_VERSION)
237 cd ..; tar czf kdepimpi-$(KDEPIM_VERSION).tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim 244 cd ..; tar czf kdepimpi-$(KDEPIM_VERSION).tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim
238 mkipks kmicrokdelibs.control 245 mkipks kmicrokdelibs.control
@@ -254,4 +261,7 @@ dist:
254 mkipks pimTABicon.control 261 mkipks pimTABicon.control
255 zip kdepim_$(KDEPIM_VERSION)_for_SharpRom.ipk.zip *.ipk ReleaseNotes.txt 262 zip kdepim_$(KDEPIM_VERSION)_for_SharpRom.ipk.zip *.ipk ReleaseNotes.txt
263 mv *.ipk ../new_$(KDEPIM_VERSION)/
264 mv *for_SharpRom.ipk.zip ../new_$(KDEPIM_VERSION)/
265 mv ../kdepimpi-$(KDEPIM_VERSION).tar.gz ../new_$(KDEPIM_VERSION)/
256 266
257tmake: objects \ 267tmake: objects \