Changeset 1896 for trunk/external-alma
- Timestamp:
- 08/24/10 18:39:36 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/external-alma/Makefile
r1894 r1896 26 26 #USELIB := lib64 27 27 28 if eq ("",$(findstring "darwin", "$(CASAARCH)"))28 ifneq (,$(findstring "darwin", "$(CASAARCH)")) 29 29 TARGETLIB := libatnf.dylib 30 30 else … … 53 53 54 54 LDFLAGS += -shared 55 if eq ("", $(findstring "darwin", "$(CASAARCH)"))55 ifneq (, $(findstring "darwin", "$(CASAARCH)")) 56 56 LDFLAGS += -headerpad_max_install_names -install_name $(CASAROOT)/$(CASAARCH)/lib/$(TARGETLIB) 57 57 endif
Note:
See TracChangeset
for help on using the changeset viewer.