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

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