robertkrimen / hash-param
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
87082ed
hash-param / GNUmakefile
| 87082edd » | robertkrimen | 2008-08-15 | 1 | .PHONY: all test time clean distclean dist distcheck upload distupload | |
| 2 | |||||
| 3 | all: test | ||||
| 4 | |||||
| 5 | dist: | ||||
| 6 | rm -rf inc META.y*ml | ||||
| 7 | perl Makefile.PL | ||||
| 8 | $(MAKE) -f Makefile dist | ||||
| 9 | |||||
| 10 | install distclean tardist: Makefile | ||||
| 11 | $(MAKE) -f $< $@ | ||||
| 12 | |||||
| 13 | test: Makefile | ||||
| 14 | TEST_RELEASE=1 $(MAKE) -f $< $@ | ||||
| 15 | |||||
| 16 | Makefile: Makefile.PL | ||||
| 17 | perl $< | ||||
| 18 | |||||
| 19 | clean: distclean | ||||
| 20 | |||||
| 21 | reset: clean | ||||
| 22 | perl Makefile.PL | ||||
| 23 | $(MAKE) test | ||||
