Changeset 1915 for trunk/external-alma
- Timestamp:
- 08/30/10 15:13:13 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/external-alma/Makefile
r1898 r1915 40 40 CXXFLAGS += -fPIC 41 41 42 # casacore library dependencies43 CORELIBS := -lcasa_casa -lcasa_measures -lcasa_scimath -lcasa_ms -lcasa_tables44 45 42 # cfitsio 46 43 CFITSIOLIB := -lcfitsio … … 58 55 59 56 INCDIRS := -I$(COREINCD) -I$(CFITSIOINCD) -I$(EXTDIR) 60 LIBS := -L$(CFITSIOLIBD) $(CFITSIOLIB) -L$(RPFITSLIBD) $(RPFITSLIB) -L$(CASALIB) $(CORELIB S) -lgfortran57 LIBS := -L$(CFITSIOLIBD) $(CFITSIOLIB) -L$(RPFITSLIBD) $(RPFITSLIB) -L$(CASALIB) $(CORELIB) -lgfortran 61 58 62 59 OBJECTS := $(ATNFDIR)/pks/pks_maths.o \
Note:
See TracChangeset
for help on using the changeset viewer.