IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 11, 2007, 4:51:16 PM (20 years ago)
Author:
eugene
Message:

fixed lib and inc dependencies

File:
1 edited

Legend:

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

    r10342 r11054  
    11include ../../../Configure
     2default: pclient
    23
    34HOME    =       $(ROOT)/src/opihi
     
    3334$(DESTLIB)/libdata.a
    3435
    35 pclient: $(BIN)/pclient.$(ARCH) $(libs)
    36 
    37 $(BIN)/pclient.$(ARCH) : $(funcs) $(cmds)
     36pclient: $(BIN)/pclient.$(ARCH)
     37$(SRC)/pclient.$(ARCH).o : $(libs)
     38$(BIN)/pclient.$(ARCH)   : $(funcs) $(cmds)
    3839
    3940install: $(DESTBIN)/pclient help
Note: See TracChangeset for help on using the changeset viewer.