- Merged branch 0.3-r556--SPLIT_PYLOADER_CONFIG back into trunk
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@561 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
c6d4f5fd27
commit
51f0d7fbe7
36 changed files with 849 additions and 48 deletions
|
@ -459,7 +459,7 @@ WARN_LOGFILE =
|
|||
# directories like "/usr/src/myproject". Separate the files or directories
|
||||
# with spaces.
|
||||
|
||||
INPUT = @abs_top_srcdir@/src
|
||||
INPUT = @abs_top_srcdir@/src @abs_top_srcdir@/plugins
|
||||
|
||||
# If the value of the INPUT tag contains directories, you can use the
|
||||
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
|
||||
|
@ -480,7 +480,7 @@ RECURSIVE = YES
|
|||
# excluded from the INPUT source files. This way you can easily exclude a
|
||||
# subdirectory from a directory tree whose root is specified with the INPUT tag.
|
||||
|
||||
EXCLUDE = @abs_top_srcdir@/src/testsuite
|
||||
EXCLUDE =
|
||||
|
||||
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
|
||||
# directories that are symbolic links (a Unix filesystem feature) are excluded
|
||||
|
@ -494,7 +494,7 @@ EXCLUDE_SYMLINKS = NO
|
|||
# against the file with absolute path, so to exclude all test directories
|
||||
# for example use the pattern */test/*
|
||||
|
||||
EXCLUDE_PATTERNS =
|
||||
EXCLUDE_PATTERNS = */testsuite/*
|
||||
|
||||
# The EXAMPLE_PATH tag can be used to specify one or more files or
|
||||
# directories that contain example code fragments that are included (see
|
||||
|
|
17
config/sgpemv2-uninstalled.pc.in
Normal file
17
config/sgpemv2-uninstalled.pc.in
Normal file
|
@ -0,0 +1,17 @@
|
|||
# pkg-config configuration file for sgpemv2 - UNINSTALLED version
|
||||
prefix=@prefix@
|
||||
exec_prefix=${prefix}
|
||||
libdir=@abs_top_builddir@
|
||||
includedir=@abs_top_srcdir@/src
|
||||
|
||||
policies_dir=@datadir@/@PACKAGE@/policies
|
||||
plugins_dir=@datadir@/@PACKAGE@/plugins
|
||||
|
||||
Name: SGPEMv2
|
||||
Description: An educational simulator for process scheduling and management
|
||||
Version: @PACKAGE_VERSION@
|
||||
URL: http://www.math.unipd.it/
|
||||
Requires: glibmm-2.4 >= 2.8 gthread-2.0 >= 2.8
|
||||
Libs: -L${libdir}/src/backend -lbackend
|
||||
Libs.private: -lglibmm-2.4 -lgthread-2.0
|
||||
Cflags: -I${includedir}/backend
|
17
config/sgpemv2.pc.in
Normal file
17
config/sgpemv2.pc.in
Normal file
|
@ -0,0 +1,17 @@
|
|||
# pkg-config configuration file for sgpemv2
|
||||
prefix=@prefix@
|
||||
exec_prefix=${prefix}
|
||||
libdir=@libdir@/@PACKAGE@
|
||||
includedir=${prefix}/include
|
||||
|
||||
policies_dir=@datadir@/@PACKAGE@/policies
|
||||
plugins_dir=@datadir@/@PACKAGE@/plugins
|
||||
|
||||
Name: SGPEMv2
|
||||
Description: An educational simulator for process scheduling and management
|
||||
Version: @PACKAGE_VERSION@
|
||||
URL: http://www.math.unipd.it/
|
||||
Requires: glibmm-2.4 >= 2.8 gthread-2.0 >= 2.8
|
||||
Libs: -L${libdir} -lbackend
|
||||
Libs.private: -lglibmm-2.4 -lgthread-2.0
|
||||
Cflags: -I${includedir}/sgpemv2
|
Loading…
Add table
Add a link
Reference in a new issue