Signed-off-by: Anders Roxell <[email protected]> --- testcases/realtime/profiles/Makefile | 26 ++++++++++++++++++++++++++ testcases/realtime/scripts/Makefile | 26 ++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 testcases/realtime/profiles/Makefile create mode 100644 testcases/realtime/scripts/Makefile
diff --git a/testcases/realtime/profiles/Makefile b/testcases/realtime/profiles/Makefile new file mode 100644 index 0000000..c231f31 --- /dev/null +++ b/testcases/realtime/profiles/Makefile @@ -0,0 +1,26 @@ +# +# realtime/profiles test suite Makefile. +# +# Copyright 2013 Linaro Limited +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# + +top_srcdir ?= ../../.. + +include $(top_srcdir)/include/mk/env_pre.mk +include $(abs_srcdir)/../config.mk +INSTALL_TARGETS := default +include $(top_srcdir)/include/mk/generic_leaf_target.mk diff --git a/testcases/realtime/scripts/Makefile b/testcases/realtime/scripts/Makefile new file mode 100644 index 0000000..28bf88e --- /dev/null +++ b/testcases/realtime/scripts/Makefile @@ -0,0 +1,26 @@ +# +# realtime/scripts test suite Makefile. +# +# Copyright 2013 Linaro Limited +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# + +top_srcdir ?= ../../.. + +include $(top_srcdir)/include/mk/env_pre.mk +include $(abs_srcdir)/../config.mk +INSTALL_TARGETS := run_c_files.sh setenv.sh __init__.py parser.py +include $(top_srcdir)/include/mk/generic_leaf_target.mk -- 1.7.10.4 ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
