Changeset 11891 for trunk/Ohana/src/opihi/cmd.basic/Makefile
- Timestamp:
- Feb 19, 2007, 12:10:28 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.basic/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.basic/Makefile
r11084 r11891 1 default: libbasiccmd 2 1 3 include ../../../Configure 2 3 4 HOME = $(ROOT)/src/opihi 4 5 SRC = $(HOME)/cmd.basic … … 6 7 LIB = $(HOME)/lib 7 8 INC = $(HOME)/include 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 # basic user commands ######################## … … 54 61 $(INC)/display.h 55 62 56 libbasiccmd: $(DESTLIB)/libbasiccmd.a 63 $(srcs): $(incs) 64 65 $(LIB)/libbasiccmd.$(ARCH).a: $(srcs) 66 $(LIB)/libbasiccmd.$(ARCH).so: $(srcs) 67 57 68 $(DESTLIB)/libbasiccmd.a: $(LIB)/libbasiccmd.$(ARCH).a 58 $(LIB)/libbasiccmd.$(ARCH).a: $(srcs) 59 $(srcs): $(incs) 69 $(DESTLIB)/libbasiccmd.so: $(LIB)/libbasiccmd.$(ARCH).so 70 71 libbasiccmd: $(DESTLIB)/libbasiccmd.a $(DESTLIB)/libbasiccmd.so 60 72 61 73 uninstall: 62 74 rm -f $(DESTLIB)/libbasiccmd.a 63 64 include ../Makefile.Common 75 rm -f $(DESTLIB)/libbasiccmd.so
Note:
See TracChangeset
for help on using the changeset viewer.
