IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2510 for trunk/Ohana/Makefile


Ignore:
Timestamp:
Nov 26, 2004, 10:47:02 PM (22 years ago)
Author:
eugene
Message:

fixed makefiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/Makefile

    r2498 r2510  
    1717# readline.  Extra care should be taken in compiling those libraries.
    1818
     19# Edit Configure to reflect the location of your installation (or use ./configure)
     20include Configure
     21
    1922# .SILENT:                                                                     
    2023default: all
    2124
    22 # Edit Configure to reflect the location of your installation
    23 include Configure
    24 
    25 # ARCH is used to isolate binaries from different architectures
    26 # warning: this is a gnu-make specific syntax
    27 ARCH = $(shell getarch)
    28 
    2925# The collection of Ohana programs.  Other components in the src
    3026# directory may be compiled by going to those directories.
    31 PROGRAM = \
    32 addrefs    \
    33 addspphot  \
    34 addstar    \
    35 delstar    \
    36 elixir     \
    37 gastro     \
    38 gastro2    \
    39 gcompare   \
    40 gophot     \
    41 imclean    \
    42 imregister \
    43 kapa       \
    44 kii        \
    45 misc       \
     27PROGRAM =   \
     28addrefs     \
     29addspphot   \
     30addstar     \
     31delstar     \
     32elixir      \
     33gastro      \
     34gastro2     \
     35gcompare    \
     36gophot      \
     37imclean     \
     38imregister  \
     39kapa        \
     40kii         \
     41misc        \
    4642mosastro.v2 \
    47 nightd     \
    48 perl       \
    49 photdbc    \
    50 relphot    \
    51 shell      \
    52 tcl        \
     43nightd      \
     44opihi.v2    \
     45perl        \
     46photdbc     \
     47relphot     \
     48shell       \
     49tcl         \
    5350uniphot
    5451
     
    6360
    6461# Required libraries depends on the architecture
    65 LIBS-linux = libohana libfits libdummy
    66 LIBS-lin64 = libohana libfits libdummy
     62LIBS-linux = libfits libohana libdummy
     63LIBS-lin64 = libfits libohana libdummy
    6764
    6865# general build targets:
    6966libs:
    70         mkdir -p lib/$(ARCH)
     67        mkdir -p $(LINC)
     68        mkdir -p $(LLIB)
    7169        for i in $(LIBS-$(ARCH)); do make $$i.install; done
    7270
Note: See TracChangeset for help on using the changeset viewer.