root/trunk/jons-gtk2-gui/Makefile.cvs

Revision 4526, 340 bytes (checked in by erijo, 2 years ago)

Removed svn:keywords from all files that don't need it. May make your
checkout a tiny bit faster :)

  • Property svn:eol-style set to native
Line 
1
2all:
3    @echo "This Makefile is only for the CVS repository"
4    @echo "This will be deleted before making the distribution"
5    @echo ""
6    @if test ! -d admin; then \
7       echo "Please recheckout this module!" ;\
8       echo "for cvs: use checkout once and after that update again" ;\
9       exit 1 ;\
10    fi
11    $(MAKE) -f admin/Makefile.common cvs
12
13.SILENT:
Note: See TracBrowser for help on using the browser.