IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10342 for trunk/Ohana/Makefile


Ignore:
Timestamp:
Nov 30, 2006, 5:05:29 PM (20 years ago)
Author:
eugene
Message:

added Makefile.Common, cleanups, support for .so

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/Makefile

    r10317 r10342  
    3636gcompare    \
    3737imclean     \
    38 imregister  \
    3938kapa        \
    4039kii         \
    41 misc        \
    4240mosastro    \
    4341nightd      \
     
    4846tcl         \
    4947uniphot
     48
     49# XXXX these need to be updated after the makefile system re-org
     50FIXME = \
     51imregister  \
     52misc       
     53
    5054
    5155# any of these programs can be built with 'make (name)'
     
    7983        @if [ "$(ARCH)" = "" ]; then echo ""; echo " *** please define ARCH ***"; echo; exit 1; fi
    8084        @if [ "$(LIBS-$(ARCH))" = "" ]; then echo; echo " *** LIBS-$(ARCH) is missing"; echo; exit 1; fi
    81         mkdir -p $(INCDIR)
    82         mkdir -p $(LIBDIR)
     85        mkdir -p $(DESTINC)
     86        mkdir -p $(DESTLIB)
    8387        for i in $(LIBS-$(ARCH)); do make $$i.install || exit; done
    8488        chmod +x ohana-config
    85         cp -f ohana-config $(BINDIR)/
     89        cp -f ohana-config $(DESTBIN)/
    8690
    8791bins:
Note: See TracChangeset for help on using the changeset viewer.