| … |  | … |  | 
| 15 | # Define this to 1 if you do not have the gettext routines | 15 | # Define this to 1 if you do not have the gettext routines | 
| 16 | WITHOUT_GETTEXT=0 | 16 | WITHOUT_GETTEXT=0 | 
| 17 |  | 17 |  | 
| 18 | # For creating the archive | 18 | # For creating the archive | 
| 19 | PACKAGE=getopt | 19 | PACKAGE=getopt | 
| 20 | VERSION=1.1.4 | 20 | VERSION=1.1.5 | 
| 21 | BASENAME=$(PACKAGE)-$(VERSION) | 21 | BASENAME=$(PACKAGE)-$(VERSION) | 
| 22 | UNLIKELYNAME=a8vwjfd92 | 22 | UNLIKELYNAME=a8vwjfd92 | 
| 23 |  | 23 |  | 
| 24 | SHELL=/bin/sh | 24 | SHELL=/bin/sh | 
| 25 |  | 25 |  | 
| … |  | … |  | 
| 103 | $(RM) -r $(UNLIKELYNAME) | 103 | $(RM) -r $(UNLIKELYNAME) | 
| 104 | mkdir $(UNLIKELYNAME) | 104 | mkdir $(UNLIKELYNAME) | 
| 105 | ln -s .. $(UNLIKELYNAME)/$(BASENAME) | 105 | ln -s .. $(UNLIKELYNAME)/$(BASENAME) | 
| 106 | cd $(UNLIKELYNAME) && tar cfvzp ../$(BASENAME).tar.gz --exclude='CVS' --exclude='*.tar.gz' --exclude=$(UNLIKELYNAME) $(BASENAME)/* | 106 | cd $(UNLIKELYNAME) && tar cfvzp ../$(BASENAME).tar.gz --exclude='CVS' --exclude='*.tar.gz' --exclude=$(UNLIKELYNAME) $(BASENAME)/* | 
| 107 | $(RM) -r $(UNLIKELYNAME) | 107 | $(RM) -r $(UNLIKELYNAME) | 
|  |  | 108 |  | 
|  |  | 109 | .PHONY: test | 
|  |  | 110 | test: all | 
|  |  | 111 | ./run-tests |