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

    r11084 r11891  
    1 include ../../../Configure
    21default: pclient
    32
     3include ../../../Configure
    44HOME    =       $(ROOT)/src/opihi
    55BIN     =       $(HOME)/bin
     
    88SDIR    =       $(HOME)/pclient
    99DATA    =       $(DESTDATA)/pclient
     10include ../Makefile.Common
    1011
    11 # link flags
    12 LIBS1   =       -ldvo -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         = -lbasiccmd -lshell -ldata
     14LIBS2         = -ldvo -lkapa -lFITS -lohana
     15FULL_CFLAGS   = $(BASE_CFLAGS)
     16FULL_CPPFLAGS = $(BASE_CPPFLAGS)
     17FULL_LDFLAGS  = $(LIBS1) $(LIBS2) $(BASE_LDFLAGS)
    1518
    16 # mana user commands and support functions ########################
    17 
     19# pclient user commands and support functions ########################
    1820funcs = \
    1921$(SDIR)/init.$(ARCH).o \
     
    4345
    4446.PHONY: pclient
    45 
    46 include ../Makefile.Common
Note: See TracChangeset for help on using the changeset viewer.