2003-05-31 22:23:08 +00:00
|
|
|
# $IdPath$
|
2001-09-17 23:33:15 +00:00
|
|
|
|
2002-09-23 06:16:59 +00:00
|
|
|
SUBDIRS = libltdl m4 po .
|
2001-12-26 07:14:05 +00:00
|
|
|
|
2001-12-27 04:00:58 +00:00
|
|
|
AM_YFLAGS = -d
|
2003-03-13 04:03:59 +00:00
|
|
|
AM_CFLAGS = @MORE_CFLAGS@
|
2003-05-31 22:23:08 +00:00
|
|
|
AM_CPPFLAGS = -DYASM_MODULEDIR="\"${pkglibdir}\""
|
|
|
|
|
AM_CPPFLAGS += -I$(top_srcdir)/check
|
|
|
|
|
AM_CPPFLAGS += @INCLTDL@
|
2001-12-26 07:14:05 +00:00
|
|
|
|
2003-03-14 04:40:04 +00:00
|
|
|
bin_PROGRAMS =
|
2001-12-26 07:14:05 +00:00
|
|
|
TESTS =
|
|
|
|
|
noinst_PROGRAMS =
|
|
|
|
|
|
2003-03-15 05:07:49 +00:00
|
|
|
include_HEADERS = libyasm.h
|
|
|
|
|
|
2003-05-05 03:42:12 +00:00
|
|
|
noinst_HEADERS = util.h
|
|
|
|
|
|
2003-03-14 04:40:04 +00:00
|
|
|
lib_LTLIBRARIES =
|
2003-05-03 06:26:15 +00:00
|
|
|
pkglib_LTLIBRARIES =
|
2001-12-26 07:14:05 +00:00
|
|
|
|
2003-03-14 04:40:04 +00:00
|
|
|
YASM_MODULES =
|
2002-09-23 16:25:39 +00:00
|
|
|
|
2001-12-26 07:14:05 +00:00
|
|
|
BUILT_SOURCES =
|
2002-06-24 07:30:28 +00:00
|
|
|
# configure.lineno doesn't clean up after itself?
|
|
|
|
|
CLEANFILES = configure.lineno
|
2003-05-31 22:23:08 +00:00
|
|
|
EXTRA_DIST = config/config.rpath
|
|
|
|
|
|
|
|
|
|
EXTRA_DIST += check/Makefile.inc
|
|
|
|
|
EXTRA_DIST += tools/Makefile.inc
|
|
|
|
|
EXTRA_DIST += libyasm/Makefile.inc
|
|
|
|
|
EXTRA_DIST += modules/Makefile.inc
|
|
|
|
|
EXTRA_DIST += frontends/Makefile.inc
|
2001-12-26 07:14:05 +00:00
|
|
|
|
|
|
|
|
include check/Makefile.inc
|
2002-08-09 05:22:07 +00:00
|
|
|
include tools/Makefile.inc
|
2003-03-13 06:55:46 +00:00
|
|
|
include libyasm/Makefile.inc
|
|
|
|
|
include modules/Makefile.inc
|
|
|
|
|
include frontends/Makefile.inc
|
2001-12-26 07:14:05 +00:00
|
|
|
|
2003-05-31 22:23:08 +00:00
|
|
|
EXTRA_DIST += out_test.sh
|
|
|
|
|
EXTRA_DIST += test_hd.pl
|
2003-07-11 04:35:42 +00:00
|
|
|
EXTRA_DIST += Artistic.txt
|
|
|
|
|
EXTRA_DIST += BSD.txt
|
|
|
|
|
EXTRA_DIST += GNU_GPL-2.0
|
|
|
|
|
EXTRA_DIST += GNU_LGPL-2.0
|
2003-05-31 22:23:08 +00:00
|
|
|
EXTRA_DIST += splint.sh
|
|
|
|
|
EXTRA_DIST += Mkfiles/Makefile.flat
|
|
|
|
|
EXTRA_DIST += Mkfiles/Makefile.dj
|
|
|
|
|
EXTRA_DIST += Mkfiles/dj/libyasm/config.h
|
|
|
|
|
EXTRA_DIST += Mkfiles/vc/yasm-module.c
|
|
|
|
|
EXTRA_DIST += Mkfiles/vc/yasm.dep
|
|
|
|
|
EXTRA_DIST += Mkfiles/vc/yasm.dsp
|
|
|
|
|
EXTRA_DIST += Mkfiles/vc/yasm.dsw
|
|
|
|
|
EXTRA_DIST += Mkfiles/vc/yasm.mak
|
|
|
|
|
EXTRA_DIST += Mkfiles/vc/libyasm/config.h
|
|
|
|
|
EXTRA_DIST += Mkfiles/vc/libyasm/libyasm.dep
|
|
|
|
|
EXTRA_DIST += Mkfiles/vc/libyasm/libyasm.dsp
|
|
|
|
|
EXTRA_DIST += Mkfiles/vc/libyasm/libyasm.mak
|
|
|
|
|
EXTRA_DIST += Mkfiles/vc/modules/modules.dep
|
|
|
|
|
EXTRA_DIST += Mkfiles/vc/modules/modules.dsp
|
|
|
|
|
EXTRA_DIST += Mkfiles/vc/modules/modules.mak
|
2002-04-15 04:20:38 +00:00
|
|
|
|
2003-03-15 05:07:49 +00:00
|
|
|
# Until this gets fixed in automake
|
|
|
|
|
DISTCLEANFILES = libyasm/stamp-h libyasm/stamp-h[0-9]*
|
|
|
|
|
|
2002-04-15 04:20:38 +00:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
2002-11-17 08:34:15 +00:00
|
|
|
|
|
|
|
|
distclean-local:
|
|
|
|
|
-rm -rf results
|