mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
more changes to makefiles
This commit is contained in:
parent
a2593be245
commit
cbb36d7710
@ -7,7 +7,7 @@
|
||||
|
||||
# We will need to find the C++ header files.
|
||||
AM_CXXFLAGS = -I$(top_srcdir)/cxx4
|
||||
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cxx4
|
||||
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_srcdir)/cxx4
|
||||
AM_LDFLAGS=
|
||||
|
||||
AM_CPPFLAGS += -I$(top_builddir)/liblib
|
||||
|
@ -16,7 +16,7 @@ if USE_NETCDF_DIR
|
||||
AM_CPPFLAGS += -I@NETCDFDIR@/include
|
||||
AM_LDFLAGS += -L@NETCDFDIR@/lib
|
||||
else #!USE_NETCDF_DIR
|
||||
AM_CPPFLAGS += -I${top_srcdir}/.. -I${top_srcdir}/../liblib
|
||||
AM_CPPFLAGS += -I${top_srcdir}/.. -I${top_srcdir}/../include -I${top_srcdir}/../liblib
|
||||
AM_LDFLAGS += ${top_builddir}/../liblib/libnetcdf.la
|
||||
endif #!USE_NETCDF_DIR
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
# $Id: Makefile.am,v 1.12 2010/05/29 01:46:39 dmh Exp $
|
||||
|
||||
# Initalize these.
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/.. -I${top_srcdir}/../liblib
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/.. -I$(top_srcdir)/../include -I${top_srcdir}/../liblib
|
||||
AM_LDFLAGS = ${lib_LTLIBRARIES} ${top_builddir}/../ncdump/nctime.o \
|
||||
${top_builddir}/../liblib/libnetcdf.la @EXTERN_LDFLAGS@ -lm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user