mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r9907] Purpose:
Bug fix Description: Different compilers use different flags to include Fortran module files Solution: Changed boilerplate to use configure variable rather than hardcoded -M flag. Platforms tested: sleipnir, sol, copper
This commit is contained in:
parent
f1278ad78f
commit
30bfb1e0ea
@ -191,6 +191,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
|
||||
# Define subdirectories to build.
|
||||
|
@ -194,6 +194,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
SUBDIRS = src test
|
||||
DIST_SUBDIRS = $(SUBDIRS) examples
|
||||
|
@ -194,6 +194,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
# Use h5c++ to build examples, instead of reguar C++ compiler
|
||||
H5CPP = $(bindir)/h5c++
|
||||
|
@ -194,6 +194,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
# Include src directory
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src
|
||||
|
@ -194,6 +194,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
# Include src, test, and c++/src directories
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/test -I$(top_srcdir)/c++/src
|
||||
|
@ -30,6 +30,7 @@ H5FC_PP=$(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT=@F9XMODEXT@
|
||||
F9XMODFLAG=@F9XMODFLAG@
|
||||
|
||||
# Let automake worry about Makefiles and configure components being up-to-
|
||||
# date.
|
||||
|
@ -184,6 +184,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
# Add doc-specific include
|
||||
|
||||
|
@ -180,6 +180,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
localdocdir = $(docdir)/hdf5/ADGuide
|
||||
|
||||
|
@ -180,6 +180,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
localdocdir = $(docdir)/hdf5/Graphics
|
||||
|
||||
|
@ -180,6 +180,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
localdocdir = $(docdir)/hdf5/Intro
|
||||
|
||||
|
@ -184,6 +184,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
localdocdir = $(docdir)/hdf5
|
||||
|
||||
|
@ -180,6 +180,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
localdocdir = $(docdirc)/hdf5/PSandPDF
|
||||
subdir = doc/html/PSandPDF
|
||||
|
@ -180,6 +180,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
localdocdir = $(docdir)/hdf5/TechNotes
|
||||
|
||||
|
@ -180,6 +180,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
localdocdir = $(docdir)/hdf5/Tutor/Graphics
|
||||
|
||||
|
@ -180,6 +180,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
SUBDIRS = Graphics examples
|
||||
localdocdir = $(docdir)/hdf5/Tutor
|
||||
|
@ -180,6 +180,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
localdocdir = $(docdir)/hdf5/Tutor/examples
|
||||
|
||||
|
@ -180,6 +180,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
localdocdir = $(docdir)/hdf5/cpplus
|
||||
|
||||
|
@ -180,6 +180,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
localdocdir = $(docdir)/hdf5/ed_libs
|
||||
|
||||
|
@ -180,6 +180,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
localdocdir = $(docdir)/hdf5/ed_styles
|
||||
|
||||
|
@ -180,6 +180,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
localdocdir = $(docdir)/hdf5/fortran
|
||||
|
||||
|
@ -194,6 +194,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
@BUILD_PARALLEL_CONDITIONAL_TRUE@TEST_PROG_PARA = ph5example
|
||||
@BUILD_PARALLEL_CONDITIONAL_FALSE@TEST_PROG_PARA =
|
||||
|
@ -198,6 +198,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
@BUILD_PARALLEL_CONDITIONAL_TRUE@TESTPARALLEL_DIR = testpar
|
||||
|
||||
|
@ -194,6 +194,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
# These are the programs that 'make all' or 'make tests' will build and
|
||||
# that 'make check' will run. List them in the order in which they should
|
||||
|
@ -194,6 +194,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
# Include src directory in both Fortran and C flags (C compiler is used
|
||||
# for linking)
|
||||
|
@ -20,7 +20,7 @@
|
||||
include $(top_srcdir)/config/commence.am
|
||||
|
||||
# Include files
|
||||
AM_FFLAGS=-I$(top_builddir)/fortran/src -M$(top_builddir)/fortran/src
|
||||
AM_FFLAGS=-I$(top_builddir)/fortran/src $(F9XMODFLAG)$(top_builddir)/fortran/src
|
||||
AM_CFLAGS=-I$(top_srcdir)/src
|
||||
|
||||
# The Fortran test library
|
||||
|
@ -194,9 +194,10 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
# Include files
|
||||
AM_FFLAGS = -I$(top_builddir)/fortran/src -M$(top_builddir)/fortran/src
|
||||
AM_FFLAGS = -I$(top_builddir)/fortran/src $(F9XMODFLAG)$(top_builddir)/fortran/src
|
||||
AM_CFLAGS = -I$(top_srcdir)/src
|
||||
|
||||
# The Fortran test library
|
||||
|
@ -20,8 +20,7 @@
|
||||
include $(top_srcdir)/config/commence.am
|
||||
|
||||
# Include files
|
||||
AM_FFLAGS=-I$(top_srcdir)/fortran/src -I$(top_srcdir)/fortran/test
|
||||
MODULE=$(top_srcdir)/fortran/src
|
||||
AM_FFLAGS=-I$(top_srcdir)/fortran/src -I$(top_srcdir)/fortran/test $(F9XMODFLAG)$(top_builddir)/fortran/src
|
||||
|
||||
# These are our main targets
|
||||
TEST_PROG_PARA=ptesthdf5_fortran
|
||||
|
@ -194,10 +194,10 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
# Include files
|
||||
AM_FFLAGS = -I$(top_srcdir)/fortran/src -I$(top_srcdir)/fortran/test
|
||||
MODULE = $(top_srcdir)/fortran/src
|
||||
AM_FFLAGS = -I$(top_srcdir)/fortran/src -I$(top_srcdir)/fortran/test $(F9XMODFLAG)$(top_builddir)/fortran/src
|
||||
|
||||
# These are our main targets
|
||||
TEST_PROG_PARA = ptesthdf5_fortran
|
||||
|
@ -189,6 +189,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
@BUILD_FORTRAN_CONDITIONAL_TRUE@FORTRAN_DIR = fortran
|
||||
|
||||
|
@ -189,6 +189,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
SUBDIRS = src test
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
include $(top_srcdir)/config/commence.am
|
||||
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/src -I$(top_srcdir)/hl/src $(top_builddir)/hl/src
|
||||
AM_FFLAGS=-I$(top_builddir)/fortran/src -M$(top_builddir)/fortran/src
|
||||
AM_FFLAGS=-I$(top_builddir)/fortran/src $(F9XMODFLAG)$(top_builddir)/fortran/src
|
||||
|
||||
# Our main target, the high-level fortran library
|
||||
lib_LTLIBRARIES=libhdf5hl_fortran.la
|
||||
|
@ -185,9 +185,10 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/hl/src $(top_builddir)/hl/src
|
||||
AM_FFLAGS = -I$(top_builddir)/fortran/src -M$(top_builddir)/fortran/src
|
||||
AM_FFLAGS = -I$(top_builddir)/fortran/src $(F9XMODFLAG)$(top_builddir)/fortran/src
|
||||
|
||||
# Our main target, the high-level fortran library
|
||||
lib_LTLIBRARIES = libhdf5hl_fortran.la
|
||||
|
@ -12,7 +12,7 @@
|
||||
include $(top_srcdir)/config/commence.am
|
||||
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/src $(top_builddir)/src
|
||||
AM_FFLAGS=-I$(top_builddir)/fortran/src -I$(top_builddir)/hl/fortran/src -M$(top_builddir)/fortran/src -M$(top_builddir)/hl/fortran/src
|
||||
AM_FFLAGS=-I$(top_builddir)/fortran/src -I$(top_builddir)/hl/fortran/src $(F9XMODFLAG)$(top_builddir)/fortran/src $(F9XMODFLAG)$(top_builddir)/hl/fortran/src
|
||||
|
||||
# Our main target, the test programs
|
||||
TEST_PROG=tstlite tstimage tsttable
|
||||
|
@ -185,9 +185,10 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src $(top_builddir)/src
|
||||
AM_FFLAGS = -I$(top_builddir)/fortran/src -I$(top_builddir)/hl/fortran/src -M$(top_builddir)/fortran/src -M$(top_builddir)/hl/fortran/src
|
||||
AM_FFLAGS = -I$(top_builddir)/fortran/src -I$(top_builddir)/hl/fortran/src $(F9XMODFLAG)$(top_builddir)/fortran/src $(F9XMODFLAG)$(top_builddir)/hl/fortran/src
|
||||
|
||||
# Our main target, the test programs
|
||||
TEST_PROG = tstlite tstimage tsttable
|
||||
|
@ -184,6 +184,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
# Add include directories to the C preprocessor flags
|
||||
#AM_CPPFLAGS=-I. -I$(srcdir) -I$(top_builddir)/src -I$(top_srcdir)/src -I$(top-srcdir)/tools/lib
|
||||
|
@ -186,6 +186,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
# Add include directories to C preprocessor flags
|
||||
AM_CPPFLAGS = -I. -I$(srcdir) -I$(top_builddir)/src -I$(top_srcdir)/src -I$(top_srcdir)/hl/src
|
||||
|
@ -194,6 +194,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
# Include src and tools/lib directories
|
||||
AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/tools/lib
|
||||
|
@ -194,6 +194,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/test -I$(top_srcdir)/tools/lib
|
||||
|
||||
|
@ -194,6 +194,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
######## Add '-I.' to the C preprocessor flags
|
||||
#AM_CFLAGS=-I$(srcdir)
|
||||
|
@ -194,6 +194,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
AM_CFLAGS = -I$(top_srcdir)/src
|
||||
|
||||
|
@ -194,6 +194,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/test
|
||||
|
||||
|
@ -194,6 +194,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
# All subdirectories
|
||||
SUBDIRS = lib h5dump h5diff h5ls misc gifconv h5import h5repack h5jam
|
||||
|
@ -194,6 +194,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
# Include src and tools/lib directories
|
||||
AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/tools/lib
|
||||
|
@ -194,6 +194,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
# Include src and tools/lib directories
|
||||
AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/tools/lib
|
||||
|
@ -194,6 +194,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
# Include files in /src directory and /tools/lib directory
|
||||
AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/tools/lib
|
||||
|
@ -194,6 +194,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
# Include src and tools/lib directories
|
||||
AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/tools/lib
|
||||
|
@ -178,6 +178,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
#
|
||||
# Copyright by the Board of Trustees of the University of Illinois.
|
||||
|
@ -194,6 +194,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
# Include src and tools/lib directories
|
||||
AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/tools/lib
|
||||
|
@ -194,6 +194,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
# Include src, test, and tools/lib directories
|
||||
AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/test -I$(top_srcdir)/tools/lib
|
||||
|
@ -194,6 +194,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
# Include files in /src directory
|
||||
AM_CFLAGS = -I$(top_srcdir)/src
|
||||
|
@ -194,6 +194,7 @@ H5FC_PP = $(bindir)/h5pfc
|
||||
|
||||
# Make sure that these variables are exported to the Makefiles
|
||||
F9XMODEXT = @F9XMODEXT@
|
||||
F9XMODFLAG = @F9XMODFLAG@
|
||||
|
||||
# Include src directory
|
||||
AM_CFLAGS = -I$(top_srcdir)/src
|
||||
|
Loading…
x
Reference in New Issue
Block a user