Changeset 4691 for trunk/Ohana/src/opihi/pcontrol/Makefile
- Timestamp:
- Aug 1, 2005, 4:03:32 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/Makefile
r4689 r4691 18 18 LFLAGS = -L$(LLIB) -L$(LIB) 19 19 LIBS1 = -lFITS -lsocket -lnsl -lreadline -ltermcap -lohana -lm 20 LIBS2 = -lbasiccmd -l datacmd -lshell -ldata20 LIBS2 = -lbasiccmd -lshell -ldata 21 21 LIBS = $(LIBS2) $(LIBS1) 22 22 CFLAGS = $(INCS) -DHELPDIR_DEFAULT=$(DESTHLP) … … 62 62 libs = \ 63 63 $(DESTLIB)/libbasiccmd.a \ 64 $(DESTLIB)/libdatamd.a \65 64 $(DESTLIB)/libshell.a \ 66 65 $(DESTLIB)/libdata.a … … 132 131 rm -f $(HOME)/$*/help/*~ 133 132 rm -f $(HOME)/$*/help/#* 134 cp $(HOME)/$*/help/* $(DESTHLP)/133 for i in `find $(HOME)/$*/help -type f -maxdepth 1`; do cp -f $$i $(DESTHLP); done
Note:
See TracChangeset
for help on using the changeset viewer.
