Changeset 11891 for trunk/Ohana/src/opihi/pcontrol/Makefile
- Timestamp:
- Feb 19, 2007, 12:10:28 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/Makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/Makefile
r11084 r11891 1 include ../../../Configure2 1 default: pcontrol 3 2 3 include ../../../Configure 4 4 HOME = $(ROOT)/src/opihi 5 5 BIN = $(HOME)/bin … … 8 8 SRC = $(HOME)/pcontrol 9 9 DATA = $(DESTDATA)/pcontrol 10 include ../Makefile.Common 10 11 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 13 LIBS1 = -lkapa -lFITS -lohana 14 LIBS2 = -lbasiccmd -lshell -ldata 15 FULL_CFLAGS = $(BASE_CFLAGS) 16 FULL_CPPFLAGS = $(BASE_CPPFLAGS) 17 FULL_LDFLAGS = $(LIBS1) $(LIBS2) $(BASE_LDFLAGS) 15 18 16 19 # to build the non-threaded version, remove -lpthread and comment out … … 18 21 19 22 # pcontrol user commands and support functions ######################## 20 21 23 funcs = \ 22 24 $(SRC)/init.$(ARCH).o \ … … 73 75 74 76 .PHONY: pcontrol 75 76 include ../Makefile.Common
Note:
See TracChangeset
for help on using the changeset viewer.
