IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 19, 2007, 11:02:38 AM (19 years ago)
Author:
eugene
Message:

allowing user CC, CFLAGS, etc, from updated configure.tcsh

File:
1 edited

Legend:

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

    r10368 r11880  
    1414include ../../Makefile.Common
    1515
    16 CFLAGS  :=      $(CFLAGS) -fPIC
    17 LDFLAGS :=      $(LDFLAGS) -lFITS -lohana
     16# programs may add their own internal requirements here
     17FULL_CFLAGS   = $(BASE_CFLAGS) -fPIC
     18FULL_CPPFLAGS = $(BASE_CPPFLAGS)
     19FULL_LDFLAGS  = $(BASE_LDFLAGS)
    1820
    1921install: $(DESTLIB)/libFITS.a $(DESTLIB)/libFITS.so $(DESTMAN)/fits.1
Note: See TracChangeset for help on using the changeset viewer.