IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 6, 2005, 10:30:17 AM (21 years ago)
Author:
eugene
Message:

cleanup for lib makefiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libautocode/Makefile

    r4023 r4463  
    6868        cat $(LIBINC)       >> $(INC)/autocode.h
    6969        @echo "# endif"     >> $(INC)/autocode.h
    70         @echo done with libautocode.a:
     70        @echo done with libautocode.a
    7171
    7272$(DESTINC)/autocode.h: $(INC)/autocode.h
     
    9292        @if [ ! -d $(INC) ]; then mkdir -p $(INC); fi
    9393        generate $< $(DEF)/autocode.h $@
    94         @echo done with $*.h
    9594
    9695$(SRC)/%.c: $(DEF)/%.d $(DEF)/autocode.c
    9796        @if [ ! -d $(SRC) ]; then mkdir -p $(SRC); fi
    9897        generate $< $(DEF)/autocode.c $@
    99         @echo done with $*.c
    10098
    10199%.$(ARCH).o: %.c
    102100        $(CC) $(CFLAGS) -c $*.c -o $@
    103         @echo done with $*.o
    104101
    105102clean: 
Note: See TracChangeset for help on using the changeset viewer.