IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2005, 1:04:22 PM (21 years ago)
Author:
eugene
Message:

cleanups so -Wall -Werror succeed, some .h reorgs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/Makefile

    r3525 r4689  
    1818PROGRAM = mana dvo
    1919
    20 EXTRAS = dvo2 sched dimm pclient pcontrol
     20EXTRAS = sched pclient pcontrol
     21
     22SKIP =  dimm
    2123
    2224all:
     
    2931        for i in $(PROGRAM); do make $$i.install || exit; done
    3032
     33extra-install:
     34        for i in $(EXTRAS); do make $$i.install || exit; done
     35
    3136clean:
    32         for i in $(PROGRAM) $(LIBS); do make $$i.clean || exit; done
     37        for i in $(PROGRAM) $(EXTRAS) $(LIBS); do make $$i.clean || exit; done
     38
     39dist: clean
     40        rm -f bin/*.*
     41        rm -f lib/*.a
    3342
    3443#############################################################
Note: See TracChangeset for help on using the changeset viewer.