[BACK]Return to common.am CVS log [TXT][DIR] Up to [Development] / fam

Annotation of fam/common.am, Revision 1.1

1.1     ! trev        1: #  Since we're not always using gcc, we don't want to use dependency
        !             2: #  tracking.  (It croaks non-GNU compilers.)  Seems like this should be
        !             3: #  configurable through autoconf!
        !             4: AUTOMAKE_OPTIONS=no-dependencies
        !             5:
        !             6: #  why couldn't CONFIG_ETC_CONFIG_PATH be defined in config.h???
        !             7: INCLUDES = @FAMPROTOINC@ -DCONFIG_ETC_CONFIG_PATH=\"@FAM_CONF@\"
        !             8:
        !             9: #  should this be set by the configure script?
        !            10: EDITCONF = perl $(top_srcdir)/util/editconf/editconf.perl
        !            11:
        !            12: uninstallscriptdir = $(pkglibdir)
        !            13:
        !            14: CLEANFILES =

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>