source: altifloat/include/Makefile @ 99

Last change on this file since 99 was 84, checked in by leila_ocean, 11 years ago

initial import

File size: 265 bytes
Line 
1#LIBNC=/usr/lib/libnetcdf_c++.so
2LIBNC=/opt/local/lib
3INCNC=/opt/local/include
4FLAGS=-Wno-deprecated -Wno-write-strings
5GXX=g++ -c
6
7all : ../include/ncutil.h
8        ${GXX} -L${LIBNC} -I${INCNC} ncutil.cpp  ${FLAGS}
9        cp -f *.o ../object
10clean :
11        rm -f *.o ../object/*.o *~
Note: See TracBrowser for help on using the repository browser.