mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
1f33406c95
Refs #871
23 lines
854 B
C++
23 lines
854 B
C++
// @trick_parse{everything}
|
|
// @trick_link_dependency{Foo.cpp}
|
|
|
|
#include "Exclude.hh"
|
|
#include "exclude/Exclude.hh"
|
|
#include "symlinks/exclude_link_path/links/exclude/Exclude.hh"
|
|
#include "symlinks/exclude_real_path/links/exclude/Exclude.hh"
|
|
|
|
#include "IcgExclude.hh"
|
|
#include "icg_exclude/IcgExclude.hh"
|
|
#include "symlinks/exclude_link_path/links/icg_exclude/IcgExclude.hh"
|
|
#include "symlinks/exclude_real_path/links/icg_exclude/IcgExclude.hh"
|
|
|
|
#include "SwigExclude.hh"
|
|
#include "swig_exclude/SwigExclude.hh"
|
|
#include "symlinks/exclude_link_path/links/swig_exclude/SwigExclude.hh"
|
|
#include "symlinks/exclude_real_path/links/swig_exclude/SwigExclude.hh"
|
|
|
|
#include "ExtLibDir.hh"
|
|
#include "ext_lib_dir/ExtLibDir.hh"
|
|
#include "symlinks/exclude_link_path/links/ext_lib_dir/ExtLibDir.hh"
|
|
#include "symlinks/exclude_real_path/links/ext_lib_dir/ExtLibDir.hh"
|