Changeset 508 for trunk/Makefile.in


Ignore:
Timestamp:
Aug 15, 2006, 1:31:45 PM (18 years ago)
Author:
dkearney
Message:

updates to Makefile.in's, this should not change the current build process as these files are not in use yet. also added python's units stuff the the top level python package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.in

    r504 r508  
    7171        cd examples/c-example; make clean; cd -;
    7272        cd perl; make clean; cd -;
    73         cd python; rm -rf build; cd -;
     73        cd python; rm -rf build; rm setup.py; cd -;
    7474        cd src; make clean; cd -;
    7575        cd src/matlab; make clean; cd -;
     
    8181        cd examples/c-example; make distclean; cd -;
    8282        cd perl; make clean; cd -;
    83         cd python; rm -rf build; cd -;
     83        cd python; rm -rf build; rm setup.py; cd -;
    8484        cd src; make distclean; cd -;
    8585        cd src/matlab; make distclean; cd -;
Note: See TracChangeset for help on using the changeset viewer.