Changeset 11891 for trunk/Ohana/src/opihi/cmd.astro/Makefile
- Timestamp:
- Feb 19, 2007, 12:10:28 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.astro/Makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.astro/Makefile
r11084 r11891 1 default: libastrocmd 2 1 3 include ../../../Configure 2 3 4 HOME = $(ROOT)/src/opihi 4 5 BIN = $(HOME)/bin … … 6 7 INC = $(HOME)/include 7 8 SRC = $(HOME)/cmd.astro 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 # astro user commands ######################## 10 11 17 srcs = \ 12 18 $(SRC)/init.$(ARCH).o \ … … 29 35 $(SRC)/multifit.$(ARCH).o \ 30 36 $(SRC)/objload.$(ARCH).o \ 31 $(SRC)/outline2.$(ARCH).o \32 37 $(SRC)/outline.$(ARCH).o \ 33 38 $(SRC)/polar.$(ARCH).o \ … … 62 67 $(INC)/display.h 63 68 64 libastrocmd: $(DESTLIB)/libastrocmd.a 69 $(srcs): $(incs) 70 71 $(LIB)/libastrocmd.$(ARCH).a: $(srcs) 72 $(LIB)/libastrocmd.$(ARCH).so: $(srcs) 73 65 74 $(DESTLIB)/libastrocmd.a: $(LIB)/libastrocmd.$(ARCH).a 66 $(LIB)/libastrocmd.$(ARCH).a: $(srcs) 67 $(srcs): $(incs) 75 $(DESTLIB)/libastrocmd.so: $(LIB)/libastrocmd.$(ARCH).so 76 77 libastrocmd: $(DESTLIB)/libastrocmd.a $(DESTLIB)/libastrocmd.so 68 78 69 79 uninstall: 70 80 rm -f $(DESTLIB)/libastrocmd.a 81 rm -f $(DESTLIB)/libastrocmd.so 71 82 72 include ../Makefile.Common
Note:
See TracChangeset
for help on using the changeset viewer.
