|
|
| File: [Development] / fam / support / Makefile.am (download)
Revision 1.1, Thu Apr 24 19:08:27 2003 UTC (14 years, 6 months ago) by trev
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@