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

    r11084 r11891  
    1 include ../../../Configure
    21default: pantasks pantasks_client pantasks_server
    32
     3include ../../../Configure
    44HOME    =       $(ROOT)/src/opihi
    55SRC     =       $(HOME)/pantasks
     
    88INC     =       $(HOME)/include
    99DATA    =       $(DESTDATA)/pantasks
     10include ../Makefile.Common
    1011
    11 # link flags
    12 LIBS1   =       -ldvo -lkapa -lFITS -lohana $(LIBFLAGS)
    13 LIBS2   =       -lbasiccmd -ldatacmd -lastrocmd -lshell -ldata
    14 LFLAGS  =       -L$(LIB) -L$(DESTLIB) $(LIBDIRS) $(LIBS2) $(LIBS1)
     12# programs may add their own internal requirements here
     13LIBS1   =       -lbasiccmd -ldatacmd -lastrocmd -lshell -ldata
     14LIBS2   =       -ldvo -lkapa -lFITS -lohana
     15FULL_CFLAGS   = $(BASE_CFLAGS)
     16FULL_CPPFLAGS = $(BASE_CPPFLAGS)
     17FULL_LDFLAGS  = $(LIBS1) $(LIBS2) $(BASE_LDFLAGS)
    1518
    1619# sched user commands and support functions ########################
     
    117120
    118121.PHONY: pantasks pantasks_client pantasks_server
    119 
    120 include ../Makefile.Common
Note: See TracChangeset for help on using the changeset viewer.