Skip to content
Snippets Groups Projects
Commit 1b1f52e2 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

restructure for autotools

parent 9504e35d
No related branches found
No related tags found
No related merge requests found
......@@ -8,17 +8,23 @@ src/Makefile
src/src.pro
*.Plo
*.Po
yaml/*.log
yaml/src/.libs/*
yaml/*Makefile
yaml/config.status
yaml/include/Makefile
yaml/libtool
yaml/src/Makefile
yaml/tests/Makefile
yaml/tests/example-deconstructor
yaml/tests/example-reformatter
yaml/tests/run-emitter
yaml/tests/run-parser
yaml/tests/run-scanner
yaml/tests/run-scanner
Makefile
Makefile.in
*/Makefile
*/Makefile.in
aclocal.m4
autom4te.cache/*
autom4te.cache
build-aux/*
build-aux
config.log
config.status
configure
demo/.deps
demo/.libs
demo/lm_test
lib/.deps
lib/liblmmin.la
lib/lm_eval.lo
lib/lmmin.lo
libtool
File deleted
File moved
File moved
File moved
File moved
File moved
File moved
SUBDIRS = src
AC_INIT([frida], [2], [j.wuttke@fz-juelich.de])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_LIBTOOL
AC_PROG_CPP
AC_CONFIG_FILES([Makefile src/Makefile])
AC_OUTPUT
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment