adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: adonthell clean.sh,NONE,1.1.2.1 configure.in,1.


From: VENNIN Joel <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell clean.sh,NONE,1.1.2.1 configure.in,1.50.2.16,1.50.2.17
Date: Tue, 02 Jul 2002 09:23:03 -0400

Update of /cvsroot/adonthell/adonthell
In directory subversions:/tmp/cvs-serv24325

Modified Files:
      Tag: Branch_road_to_0-4
        configure.in 
Added Files:
      Tag: Branch_road_to_0-4
        clean.sh 
Log Message:

Modify makefile.am to compile joltest and add clean.sh to clean adonthell 
directory


--- NEW FILE ---
#!/bin/sh
# First of all clean up the generated crud
rm -f configure config.log config.cache libtool config.guess
rm -f config.status aclocal.m4 ltmain.sh config.h stamp-h stamp-h.in config.sub
rm -f doc/reference.tag
rm -f `find . -name 'Makefile.in'`
rm -f `find . -name 'Makefile'`
rm -Rf depcomp stamp-h1 a.exe autom4te.cache config.h.in
rm -Rf `find . -name '.deps'`
rm -Rf `find . -name '.libs'`
rm -f `find . -name '*~'`
rm -f `find . -name '#*'`
 



Index: configure.in
===================================================================
RCS file: /cvsroot/adonthell/adonthell/configure.in,v
retrieving revision 1.50.2.16
retrieving revision 1.50.2.17
diff -C2 -r1.50.2.16 -r1.50.2.17
*** configure.in        1 Jul 2002 19:46:49 -0000       1.50.2.16
--- configure.in        2 Jul 2002 13:23:01 -0000       1.50.2.17
***************
*** 377,380 ****
--- 377,381 ----
  src/audio/Makefile
  src/python/Makefile
+ src/gui/Makefile
  src/lmap/Makefile
  src/tools/Makefile




reply via email to

[Prev in Thread] Current Thread [Next in Thread]