Changeset 43005
- Timestamp:
- May 3, 2026, 2:46:01 PM (4 days ago)
- Location:
- branches/eam_branches/ipp-pstamp-20260421/Ohana
- Files:
-
- 2 edited
-
Makefile.Common (modified) (1 diff)
-
src/libfits/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/Ohana/Makefile.Common
r42389 r43005 90 90 rm -f $@ 91 91 # gcc -shared -Wl,-soname,$*.so -o $@ $^ -lc 92 gcc -shared -Wl,-soname,$*.so -o $@ $^ -lc -Wl,--allow-multiple-definition92 gcc -shared -Wl,-soname,$*.so -o $@ $^ -lc $(FULL_LDFLAGS) -Wl,--allow-multiple-definition 93 93 @echo "compiled shared library $*" 94 94 @echo "" -
branches/eam_branches/ipp-pstamp-20260421/Ohana/src/libfits/Makefile
r39321 r43005 20 20 FULL_CFLAGS = $(BASE_CFLAGS) -fPIC 21 21 FULL_CPPFLAGS = $(BASE_CPPFLAGS) -I$(EXT) 22 FULL_LDFLAGS = $(BASE_LDFLAGS) -lohana 22 FULL_LDFLAGS = $(BASE_LDFLAGS) -lohana -lz 23 23 24 24 TEST_CFLAGS = $(BASE_CFLAGS)
Note:
See TracChangeset
for help on using the changeset viewer.
