IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 1, 2005, 4:03:32 AM (21 years ago)
Author:
eugene
Message:

fixed help bugs, scheduler fixes

File:
1 edited

Legend:

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

    r4689 r4691  
    1818LFLAGS  =       -L$(LLIB) -L$(LIB)
    1919LIBS1   =       -lFITS -lsocket -lnsl -lreadline -ltermcap -lohana -lm
    20 LIBS2   =       -lbasiccmd -ldatacmd -lshell -ldata
     20LIBS2   =       -lbasiccmd -lshell -ldata
    2121LIBS    =       $(LIBS2) $(LIBS1)
    2222CFLAGS  =       $(INCS) -DHELPDIR_DEFAULT=$(DESTHLP)
     
    6262libs = \
    6363$(DESTLIB)/libbasiccmd.a \
    64 $(DESTLIB)/libdatamd.a \
    6564$(DESTLIB)/libshell.a \
    6665$(DESTLIB)/libdata.a
     
    132131        rm -f $(HOME)/$*/help/*~
    133132        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.