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

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

Revision 1.1.1.1 (vendor branch), Thu Apr 24 19:08:27 2003 UTC (14 years, 6 months ago) by trev
Branch: sgi-fam, MAIN
CVS Tags: fam-2-6-10, HEAD
Changes since 1.1: +0 -0 lines

Initial FAM CVS repository build..

-- Trev


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@