IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 15, 2006, 9:07:21 AM (21 years ago)
Author:
eugene
Message:

added libflags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/Makefile.Common

    r4767 r6000  
    55$(BIN)/%.$(ARCH):
    66        @if [ ! -d $(BIN) ]; then mkdir -p $(BIN); fi
    7         $(CC) $^ -o $@ $(LFLAGS) $(LIBS)
     7        $(CC) -o $@ $^ $(LFLAGS)
    88        @echo "compiled $*"
    99        @echo ""
     
    4545
    4646%.$(ARCH).o : %.c
    47         $(CC) $(CFLAGS) -c $*.c -o $@
     47        $(CC) -o $@ -c $*.c $(CFLAGS)
    4848
    4949clean:
Note: See TracChangeset for help on using the changeset viewer.