IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4463


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

cleanup for lib makefiles

Location:
trunk/Ohana
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/doc/www/html/developer/download.htm

    r3902 r4463  
    2828<li><a href=download/mana-1.0.tgz>mana-1.0.tgz </a>
    2929<li><a href=download/elixir-ohana-1.2.tgz>elixir-ohana-1.2.tgz </a>
     30<li><a href=download/elixir-ohana-head.tgz>elixir-ohana-head.tgz </a>
    3031<li><a href=download/elixir-config-1.2.tgz>elixir-config-1.2.tgz </a>
  • trunk/Ohana/etc/distributions.txt

    r3392 r4463  
    77DISTRIBUTION elixir-config 1.2
    88 USE config-1-2    config
     9END
     10
     11# complete untagged elixir distribution
     12DISTRIBUTION elixir-ohana head
     13
     14 USE base
     15
     16 USE addrefs
     17 USE addspphot
     18 USE addstar
     19 USE delstar
     20 USE elixir
     21 USE gastro
     22 USE gcompare
     23 USE gophot
     24 USE imclean
     25 USE imregister
     26 USE kapa
     27 USE kii
     28 USE misc
     29 USE nightd
     30 USE opihi.v2
     31 USE perl
     32 USE relphot
     33 USE shell
     34 USE tcl
     35
     36 USE libautocode
     37 USE libdummy
     38 USE libohana
     39 USE libfits
    940END
    1041
  • 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: 
  • trunk/Ohana/src/libohana/Makefile

    r4032 r4463  
    9999.c.$(ARCH).o:
    100100        $(CC) $(CFLAGS) -c $*.c -o $@
    101         @echo XXX done with $*.o
Note: See TracChangeset for help on using the changeset viewer.