ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/Makefile.am
Revision: 1.4
Committed: Sun Jul 2 15:05:15 2006 UTC (17 years, 10 months ago) by pippijn
Branch: MAIN
CVS Tags: LAST_C_VERSION, difficulty_fix_merge_060810_2300
Branch point for: difficulty_fix
Changes since 1.3: +2 -0 lines
Log Message:
make maintainer-clean-recursive now deletes all generated files

File Contents

# Content
1 SUBDIRS = cfperl cfpython cfanim common
2
3 DISTCHECK_CONFIGURE_FLAGS = --localstatedir=$$dc_install_base/var --mandir=$$dc_install_base/man
4
5 MAINTAINERCLEANFILES = Makefile.in
6
7 proto:
8 (cd cfpython; make proto; cd..; cd cfanim; make proto; )
9