Changeset 4693 for trunk/Ohana/src/opihi/pclient/Makefile
- Timestamp:
- Aug 1, 2005, 4:54:17 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pclient/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pclient/Makefile
r4691 r4693 28 28 $(SDIR)/init.$(ARCH).o \ 29 29 $(SDIR)/pclient.$(ARCH).o \ 30 $(SDIR)/IOBufferOps.$(ARCH).o \31 30 $(SDIR)/ChildOps.$(ARCH).o \ 32 31 … … 54 53 install: $(DESTBIN)/pclient help 55 54 56 help: c md.basic.help pclient.help55 help: clean-help cmd.basic.help pclient.help 57 56 58 57 # utilities ################################################# … … 91 90 rm -f `find . -name "#*"` 92 91 92 clean-help: 93 @if [ ! -d $(DESTHLP) ]; then mkdir -p $(DESTHLP); fi 94 rm -f $(DESTHLP)/* 95 93 96 dist: clean 94 97 rm -f $(BIN)/*
Note:
See TracChangeset
for help on using the changeset viewer.
