Annotation of fam/support/Makefile.am, Revision 1.1
1.1 ! trev 1: include $(top_srcdir)/common.am
! 2:
! 3: noinst_LIBRARIES = libsupport.a
! 4:
! 5: libsupport_a_SOURCES = dummy.c++
! 6: #EXTRA_libsupport_a_SOURCES = snprintf.c++ foo.c++
! 7:
! 8: # Can you see how to make this right?
! 9: # automake isn't generating libsupport_a_OBJECTS correctly, and it won't
! 10: # let me define it myself, so I have to fight with it.
! 11: libsupport_a_DEPENDENCIES = @snprintf_o@ @foo_o@
! 12: libsupport_a_LIBADD = @snprintf_o@ @foo_o@
! 13:
! 14: CLEANFILES += @MKDEPFILE@ ii_files/*.ii
! 15: sinclude @MKDEPFILE@
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>