mirror of
https://github.com/nasa/trick.git
synced 2025-01-29 15:43:57 +00:00
Remove SIM_makefile_overrides
I failed to commit the S_define for this sim and have since cleaned it away. I'm not remaking it. Refs #626
This commit is contained in:
parent
402f7c152b
commit
442fcadc05
6
test/SIM_makefile_overrides/.gitignore
vendored
6
test/SIM_makefile_overrides/.gitignore
vendored
@ -1,6 +0,0 @@
|
||||
*.swp
|
||||
S_*
|
||||
build
|
||||
gmon.out
|
||||
makefile
|
||||
trick
|
@ -1,3 +0,0 @@
|
||||
#include "Baz.hh"
|
||||
|
||||
Baz::Baz() {}
|
@ -1,11 +0,0 @@
|
||||
// @trick_parse{everything}
|
||||
// @trick_link_dependency{Baz.c++}
|
||||
|
||||
class Baz {
|
||||
|
||||
public:
|
||||
int i;
|
||||
|
||||
Baz();
|
||||
|
||||
};
|
@ -1,3 +0,0 @@
|
||||
#include "Foo.hh"
|
||||
|
||||
Foo::Foo() {}
|
@ -1,11 +0,0 @@
|
||||
// @trick_parse{everything}
|
||||
// @trick_link_dependency{Foo.cpp}
|
||||
|
||||
class Foo {
|
||||
|
||||
public:
|
||||
int i;
|
||||
|
||||
Foo();
|
||||
|
||||
};
|
@ -1,11 +0,0 @@
|
||||
// @trick_parse{everything}
|
||||
// @trick_link_dependency{src/Bar.cxx}
|
||||
|
||||
class Bar {
|
||||
|
||||
public:
|
||||
int i;
|
||||
|
||||
Bar();
|
||||
|
||||
};
|
@ -1,3 +0,0 @@
|
||||
objects: TRICK_CXXFLAGS += -Wfloat-equal
|
||||
cpp_objects: TRICK_CXXFLAGS += -Wmissing-include-dirs
|
||||
cxx_objects: TRICK_CXXFLAGS += -Wuseless-cast
|
@ -1,11 +0,0 @@
|
||||
// @trick_parse{everything}
|
||||
// @trick_link_dependency{potato/src/Flapjack.cpp}
|
||||
|
||||
class Flapjack {
|
||||
|
||||
public:
|
||||
int i;
|
||||
|
||||
Flapjack();
|
||||
|
||||
};
|
@ -1 +0,0 @@
|
||||
objects: TRICK_CXXFLAGS += -Wextra
|
@ -1,3 +0,0 @@
|
||||
#include "potato/include/Flapjack.hh"
|
||||
|
||||
Flapjack::Flapjack() {}
|
@ -1,3 +0,0 @@
|
||||
#include "include/Bar.hh"
|
||||
|
||||
Bar::Bar() {}
|
@ -1 +0,0 @@
|
||||
cxx_objects: TRICK_CXX_FLAGS += -Wall
|
@ -1,3 +0,0 @@
|
||||
#include "stupid/Stupid.hh"
|
||||
|
||||
Stupid::Stupid() {}
|
@ -1,11 +0,0 @@
|
||||
// @trick_parse{everything}
|
||||
// @trick_link_dependency{stupid/this_name_doesnt_even_matter.a}
|
||||
|
||||
class Stupid {
|
||||
|
||||
public:
|
||||
int i;
|
||||
|
||||
Stupid();
|
||||
|
||||
};
|
@ -1,10 +0,0 @@
|
||||
// @trick_parse{everything}
|
||||
|
||||
class ReallyStupid {
|
||||
|
||||
public:
|
||||
int i;
|
||||
|
||||
ReallyStupid();
|
||||
|
||||
};
|
@ -1,3 +0,0 @@
|
||||
#include "stupid/include/ReallyStupid.hh"
|
||||
|
||||
ReallyStupid::ReallyStupid() {}
|
Loading…
x
Reference in New Issue
Block a user