Changeset 12879 for trunk/Ohana/src/opihi/cmd.astro/Makefile
- Timestamp:
- Apr 18, 2007, 9:22:06 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.astro/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.astro/Makefile
r12842 r12879 70 70 71 71 $(LIB)/libastrocmd.$(ARCH).a: $(srcs) 72 $(LIB)/libastrocmd.$(ARCH). so: $(srcs)72 $(LIB)/libastrocmd.$(ARCH).$(DLLTYPE): $(srcs) 73 73 74 74 $(DESTLIB)/libastrocmd.a: $(LIB)/libastrocmd.$(ARCH).a 75 $(DESTLIB)/libastrocmd. so: $(LIB)/libastrocmd.$(ARCH).so75 $(DESTLIB)/libastrocmd.$(DLLTYPE): $(LIB)/libastrocmd.$(ARCH).$(DLLTYPE) 76 76 77 libastrocmd: $(DESTLIB)/libastrocmd.a $(DESTLIB)/libastrocmd. so77 libastrocmd: $(DESTLIB)/libastrocmd.a $(DESTLIB)/libastrocmd.$(DLLTYPE) 78 78 79 79 uninstall: 80 80 rm -f $(DESTLIB)/libastrocmd.a 81 rm -f $(DESTLIB)/libastrocmd. so81 rm -f $(DESTLIB)/libastrocmd.$(DLLTYPE) 82 82
Note:
See TracChangeset
for help on using the changeset viewer.
