IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 3, 2004, 1:56:21 PM (22 years ago)
Author:
eugene
Message:

fixed makefile bits

File:
1 edited

Legend:

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

    r2598 r2615  
    1414LIBS = cmd.basic cmd.data cmd.astro lib.data lib.shell
    1515
    16 PROGRAM = mana dvo dvo2 sched dimm
     16PROGRAM = mana dvo
     17
     18EXTRAS = dvo2 sched dimm
    1719
    1820all:
    1921        for i in $(PROGRAM); do make $$i || exit; done
     22
     23extras:
     24        for i in $(EXTRAS); do make $$i || exit; done
    2025
    2126install:
     
    2732#############################################################
    2833
    29 $(PROGRAM) $(LIBS):
     34$(PROGRAM) $(LIBS) $(EXTRAS):
    3035        if [ -e "$@" ]; then (cd $@ && make); fi
    3136
Note: See TracChangeset for help on using the changeset viewer.