~ifolder-dev/simias/trunk-packaging

« back to all changes in this revision

Viewing changes to tools/gsoap/gsoap-linux-2.7/mod_gsoap/mod_gsoap-0.6/apache_13/.svn/text-base/Makefile.am.svn-base

  • Committer: Jorge O. Castro
  • Date: 2007-12-03 06:56:46 UTC
  • Revision ID: jorge@ubuntu.com-20071203065646-mupcnjcwgm5mnhyt
* Remove a bunch of .svn directories we no longer need.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
####### This is the input file for automake, which will generate Makefile.in ##########
2
 
 
3
 
SUBDIRS=mod_gsoap example
4
 
CLEANFILES= *~
5
 
 
6
 
## not a GNU package. You can remove this line, if
7
 
## you have all needed files, that a GNU package needs
8
 
AUTOMAKE_OPTIONS = foreign 1.4
9
 
SRCDIRNAME=apache_gsoap.$(VERSION)
10
 
BACKUPFILENAME=$(SRCDIRNAME).tgz
11
 
 
12
 
.PHONY: backup 
13
 
 
14
 
backup:
15
 
        $(MAKE) clean
16
 
        if [ -f ../$(BACKUPFILENAME) ] ; then \
17
 
                rm ../$(BACKUPFILENAME); \
18
 
        fi
19
 
        (pushd .. && tar -czf $(BACKUPFILENAME) $(SRCDIRNAME) && popd)
20
 
        ls -l ../$(BACKUPFILENAME)