aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Fix make distSamuel Thibault2022-12-211-1/+1
| | | | | 7063f0aefd8a ("mig: replace boolean.h with stdbool.h") dropped boolean.h, but missed dropping its installation.
* Generate cpu.h with -ffreestandingFlavio Cruz2022-12-181-1/+1
| | | | | | | During a system bootstrap, it is preferable that we don't require a full hosted environment. For all other cases, we also do not need libc since mach headers are self contained. Message-Id: <Y5+WXzOwGkyvcDI0@mars>
* mig: remove local definition of 'vprintf'Guy-Fleury Iteriteka2022-05-021-1/+1
| | | | | | | | | | autoconf consider that 'AC_FUNC_VPRINTF' is obsolescent. see 'info autoconf AC_FUNC_VPRINTF' * Makefile.am: remove 'vprint.c' on src files. configure.ac: remove 'AC_FUNC_VPRINTF' macro. vprint.c: delete file. Message-Id: <Ym+H/OM0PnucKO4w@debian>
* Simple testsuite for MIG.Flavio Cruz2016-04-191-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | This includes a set of valid and invalid definition files that MIG will try to process. For valid definitions, GCC will compile the stubs to check if valid C code was generated. * configure.ac: Add new test Makefiles. * Makefile.am: Add SUBDIRS. * tests/Makeconf.am: Automake definitions shared by all test subdirectories. * tests/test_lib.sh: Library of functions shared by all test drivers. * tests/good/run_good_test.sh: Script to run valid definition files. * tests/good/Makefile.am: New file. * tests/bad/Makefile.am: New file. * tests/generate-only/Makefile.am: New file. * tests/bad/run_bad_test.sh: Script to run invalid definition files. * tests/generate-only/run_generate_only.sh: Script to run valid definition files that should be generated only. * tests/includes/*.h: Test header files that are included by test stubs. * tests/good/*.defs: Valid definition files where generated stubs can be compiled. * tests/generate_only/*.defs: Valid definition files that can be generated but no compilation should be attempted. * tests/bad/*.defs: Definition files with problems that should be detected by MIG.
* Automatically generate parser.h.Flavio Cruz2016-03-151-1/+5
| | | | | | | | * Makefile.am: Set AM_YFLAGS to -d to generate parser.h. Add parser.h to CLEANFILES and include parser.h as a dependency of lexxer.c. * lexxer.l: Declare yyerror here. * parser.h: Remove file since yacc will generate the same content automatically.
* Clean up generated sourcesJustus Winter2013-12-161-1/+1
| | | | * Makefile (CLEANFILES): Add generated source files lexxer.c and parser.c.
* Generate ChangeLog files for distributions.Thomas Schwinge2013-09-271-0/+24
| | | | | | | * gitlog-to-changelog: New file; import from gnulib's 9fc81090f6c5590bd1b0e0fa5087577a2ee43a3e:build-aux/gitlog-to-changelog. * Makefile.am (gen-ChangeLog): New target. (dist-hook): Depend on it.
* Drop alloca.cJustus Winter2013-08-191-1/+1
| | | | | | | | This file was only used with GCC < 2, so it's time to drop it. * alloca.c: Remove file. * configure.ac: Remove test for alloca. * Makefile.am (migcom_LDADD): Remove @ALLOCA@.
* Remove unused file alloc.hJustus Winter2013-08-191-1/+1
| | | | | * alloc.h: Remove file. * Makefile (migcom_SOURCES): Remove alloc.h.
* Add silent rules support if available and disable it by defaultGuillem Jover2011-08-301-3/+7
| | | | | | | | | * configure.ac (AM_SILENT_RULES): Add silent rules support if available, and disable it by default. * Makefile.am (AWK_V, AWK_V_, AWK_V_0): New variables. (.sym.symc): Use AWK_V in front of AWK. (.symc.symo): Use AM_V_CC in front of TARGET_CC. (.symo.h): Use AM_V_GEN in front of sed.
* 2006-12-04 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-12-041-1/+0
| | | | | | | | | * Makefile.am (AUTOMAKE_OPTIONS): Remove variable after having moved the `gnu' option to... * configure.ac (AM_INIT_AUTOMAKE): ... here. Bump version to 1.3.1.99. * NEWS: Update. * README: Likewise.
* Revert the following change:Thomas Schwinge2006-11-291-3/+0
| | | | | | | | #v+ 2006-11-29 Thomas Schwinge <tschwinge@gnu.org> * Makefile.am (TARGET_CPPFLAGS, TARGET_CFLAGS): New variables. #v-
* 2006-11-29 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-11-291-0/+3
| | | | * Makefile.am (TARGET_CPPFLAGS, TARGET_CFLAGS): New variables.
* 2006-11-29 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-11-291-2/+1
| | | | | | | | | | * Makefile.am (debian_files): Remove variable. (EXTRA_DIST): Remove files from `debian/'. * debian/README.Debian: Remove file. * debian/changelog: Likewise. * debian/control: Likewise. * debian/copyright: Likewise. * debian/rules: Likewise.
* 2002-04-05 Roland McGrath <roland@frob.com>Roland McGrath2002-04-061-0/+1
| | | | | * Makefile.am (cpu.symc): Depend on gensym.awk. * Makefile.in: Regenerated.
* Note: I regenerated configure and aclocal.m4 as well, because `make dist'Marcus Brinkmann2001-06-091-1/+3
| | | | | | | | | | would do it anyway and I want the distribution to match the CVS version. 2001-06-09 Marcus Brinkmann <marcus@gnu.org> * Makefile.am (debian_files): New variable. (EXTRA_DIST): Add files in $(debian_files), prefixed with debian/. * configure, Makefile.in, aclocal.m4: Regenerated.
* finished nits for making distributionRoland McGrath1998-07-191-1/+2
|
* 1998-07-19 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-191-0/+26
Moved mig out of gnumach into standalone distribution with vanilla autoconf/automake build arrangement. * configure.in, Makefile.am: New files. * mig.in (prefix, exec_prefix, libexecdir): New vars set by configure. (migcom): Find migcom in ${libexecdir}, and use @MIGCOM@ for its name. (cpp): Use @TARGET_CC@ -E instead of @CPP@.