source: trunk/MagicSoft/AMC/activemirrorcontrol/Makefile.dist@ 3401

Last change on this file since 3401 was 3401, checked in by merck, 21 years ago
nitial checkin of AMC project
File size: 450 bytes
Line 
1all:
2 @echo "This Makefile is only for the CVS repository"
3 @echo "This will be deleted before making the distribution"
4 @echo ""
5 @if test ! -d admin; then \
6 echo "Please recheckout this module!" ;\
7 echo "for cvs: use checkout once and after that update again" ;\
8 echo "for cvsup: checkout kde-common from cvsup and" ;\
9 echo " link kde-common/admin to ./admin" ;\
10 exit 1 ;\
11 fi
12 $(MAKE) -f admin/Makefile.common cvs
13
14.SILENT:
Note: See TracBrowser for help on using the repository browser.