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/libkapa/Makefile

    r10368 r11880  
    1111include ../../Makefile.Common
    1212
    13 CFLAGS  :=      $(CFLAGS) -fPIC
     13# programs may add their own internal requirements here
     14FULL_CFLAGS   = $(BASE_CFLAGS) -fPIC
     15FULL_CPPFLAGS = $(BASE_CPPFLAGS)
     16FULL_LDFLAGS  = $(BASE_LDFLAGS)
    1417
    1518install: $(DESTINC)/kapa.h $(DESTLIB)/libkapa.a $(DESTLIB)/libkapa.so
Note: See TracChangeset for help on using the changeset viewer.