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

File: [Development] / fam / support / Makefile.am (download)

Revision 1.1, Thu Apr 24 19:08:27 2003 UTC (14 years, 5 months ago) by trev
Branch point for: MAIN

Initial revision

include $(top_srcdir)/common.am

noinst_LIBRARIES = libsupport.a

libsupport_a_SOURCES = dummy.c++
#EXTRA_libsupport_a_SOURCES = snprintf.c++ foo.c++

#  Can you see how to make this right?
#  automake isn't generating libsupport_a_OBJECTS correctly, and it won't
#  let me define it myself, so I have to fight with it.
libsupport_a_DEPENDENCIES = @snprintf_o@ @foo_o@
libsupport_a_LIBADD       = @snprintf_o@ @foo_o@

CLEANFILES += @MKDEPFILE@ ii_files/*.ii
sinclude @MKDEPFILE@