- Timestamp:
- 2010-08-27T08:48:18Z (14 years ago)
- Branches:
- master
- Children:
- df61c35a, feb1bad
- Parents:
- 3f10fad
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r3f10fad rb0a89cc 52 52 53 53 distclean: clean $(subdirs) 54 rm -rf .depend 54 55 rm -f Makefile.settings config.h bitlbee.pc 55 56 find . -name 'DEADJOE' -o -name '*.orig' -o -name '*.rej' -o -name '*~' -exec rm -f {} \; 57 @# May still be present in dirs of disabled protocols. 58 find . -name .depend | xargs -r rmdir 56 59 $(MAKE) -C tests distclean 57 60 … … 105 108 x=$$(basename $$(pwd)); \ 106 109 cd ..; \ 107 tar czf $$x.tar.gz --exclude=debian --exclude=.bzr* $$x110 tar czf $$x.tar.gz --exclude=debian --exclude=.bzr* --exclude=.depend $$x 108 111 109 112 $(subdirs): … … 131 134 helloworld: 132 135 @echo Hello World 136 137 -include .depend/*.d
Note: See TracChangeset
for help on using the changeset viewer.