Changeset 11891 for trunk/Ohana/src/opihi/pantasks/Makefile
- Timestamp:
- Feb 19, 2007, 12:10:28 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/Makefile
r11084 r11891 1 include ../../../Configure2 1 default: pantasks pantasks_client pantasks_server 3 2 3 include ../../../Configure 4 4 HOME = $(ROOT)/src/opihi 5 5 SRC = $(HOME)/pantasks … … 8 8 INC = $(HOME)/include 9 9 DATA = $(DESTDATA)/pantasks 10 include ../Makefile.Common 10 11 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 13 LIBS1 = -lbasiccmd -ldatacmd -lastrocmd -lshell -ldata 14 LIBS2 = -ldvo -lkapa -lFITS -lohana 15 FULL_CFLAGS = $(BASE_CFLAGS) 16 FULL_CPPFLAGS = $(BASE_CPPFLAGS) 17 FULL_LDFLAGS = $(LIBS1) $(LIBS2) $(BASE_LDFLAGS) 15 18 16 19 # sched user commands and support functions ######################## … … 117 120 118 121 .PHONY: pantasks pantasks_client pantasks_server 119 120 include ../Makefile.Common
Note:
See TracChangeset
for help on using the changeset viewer.
