Changeset 11891 for trunk/Ohana/src/opihi/lib.shell/Makefile
- Timestamp:
- Feb 19, 2007, 12:10:28 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/Makefile
r11007 r11891 1 default: libshell 2 1 3 include ../../../Configure 2 3 4 HOME = $(ROOT)/src/opihi 4 5 BIN = $(HOME)/bin … … 6 7 INC = $(HOME)/include 7 8 SDIR = $(HOME)/lib.shell 9 include ../Makefile.Common 10 11 # programs may add their own internal requirements here 12 FULL_CFLAGS = $(BASE_CFLAGS) -fPIC 13 FULL_CPPFLAGS = $(BASE_CPPFLAGS) 14 FULL_LDFLAGS = $(BASE_LDFLAGS) 8 15 9 16 # opihi shell functions (libopihi) ######################## … … 57 64 $(INC)/display.h 58 65 59 libshell: $(DESTLIB)/libshell.a 66 $(shell) : $(incs) 67 68 $(LIB)/libshell.$(ARCH).a: $(shell) 69 $(LIB)/libshell.$(ARCH).so: $(shell) 70 60 71 $(DESTLIB)/libshell.a: $(LIB)/libshell.$(ARCH).a 61 $(LIB)/libshell.$(ARCH).a: $(shell) 62 $(shell) : $(incs) 72 $(DESTLIB)/libshell.so: $(LIB)/libshell.$(ARCH).so 73 74 libshell: $(DESTLIB)/libshell.a $(DESTLIB)/libshell.so 63 75 64 76 uninstall: 65 77 rm -f $(DESTLIB)/libshell.a 66 67 include ../Makefile.Common 78 rm -f $(DESTLIB)/libshell.so
Note:
See TracChangeset
for help on using the changeset viewer.
