Changeset 10509 for trunk/Ohana/src/opihi/mana/Makefile
- Timestamp:
- Dec 6, 2006, 12:45:31 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/mana/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/mana/Makefile
r10342 r10509 36 36 $(DESTLIB)/libdatacmd.a 37 37 38 mana: $(BIN)/mana.$(ARCH) $(libs)38 mana: $(BIN)/mana.$(ARCH) 39 39 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) 40 45 $(BIN)/mana.$(ARCH) : $(mana) 41 46 42 47 install: $(DESTBIN)/mana help 43 48 44 help: clean-help cmd.basic.help cmd.data.help cmd.astro.help mana.help 49 help: clean-help cmd.basic.help cmd.data.help cmd.astro.help 50 # mana.help 45 51 46 52 .PHONY: mana
Note:
See TracChangeset
for help on using the changeset viewer.
