source: trunk/include/Makefile @ 10

Last change on this file since 10 was 1, checked in by jbrlod, 13 years ago

Import initial

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