IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 6, 2006, 12:45:31 PM (20 years ago)
Author:
eugene
Message:

some makefile cleanups

File:
1 edited

Legend:

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

    r10342 r10509  
    3636$(DESTLIB)/libdatacmd.a
    3737
    38 mana: $(BIN)/mana.$(ARCH) $(libs)
     38mana: $(BIN)/mana.$(ARCH)
    3939
     40### fix this: this is adding libdatacmd.a, etc, to the compile line
     41### (because $(libs) is a dep and included by the Makefile.Common rul
     42### (BUT without this line, mana does not get compiled if changes happen
     43### to libdatacmd.a
     44$(BIN)/mana.$(ARCH) : $(libs)
    4045$(BIN)/mana.$(ARCH) : $(mana)
    4146
    4247install: $(DESTBIN)/mana help
    4348
    44 help: clean-help cmd.basic.help cmd.data.help cmd.astro.help mana.help
     49help: clean-help cmd.basic.help cmd.data.help cmd.astro.help
     50# mana.help
    4551
    4652.PHONY: mana
Note: See TracChangeset for help on using the changeset viewer.