IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 19, 2007, 12:10:28 PM (19 years ago)
Author:
eugene
Message:

added user-supplied CC, CFLAGS, etc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/Makefile

    r11084 r11891  
    1 include ../../../Configure
    21default: pcontrol
    32
     3include ../../../Configure
    44HOME    =       $(ROOT)/src/opihi
    55BIN     =       $(HOME)/bin
     
    88SRC     =       $(HOME)/pcontrol
    99DATA    =       $(DESTDATA)/pcontrol
     10include ../Makefile.Common
    1011
    11 # link flags
    12 LIBS1   =       -lkapa -lFITS -lohana $(LIBFLAGS)
    13 LIBS2   =       -lbasiccmd -lshell -ldata
    14 LFLAGS  =       -L$(LIB) -L$(DESTLIB) $(LIBDIRS) $(LIBS2) $(LIBS1)
     12# programs may add their own internal requirements here
     13LIBS1         = -lkapa -lFITS -lohana
     14LIBS2         = -lbasiccmd -lshell -ldata
     15FULL_CFLAGS   = $(BASE_CFLAGS)
     16FULL_CPPFLAGS = $(BASE_CPPFLAGS)
     17FULL_LDFLAGS  = $(LIBS1) $(LIBS2) $(BASE_LDFLAGS)
    1518
    1619# to build the non-threaded version, remove -lpthread and comment out
     
    1821
    1922# pcontrol user commands and support functions ########################
    20 
    2123funcs = \
    2224$(SRC)/init.$(ARCH).o \
     
    7375
    7476.PHONY: pcontrol
    75 
    76 include ../Makefile.Common
Note: See TracChangeset for help on using the changeset viewer.