source: trunk/third/libgtop/lib/Makefile.am @ 20897

Revision 20897, 626 bytes checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20896, which included commits to RCS files with non-trunk default branches.
Line 
1
2INCLUDES                        = @INCLUDES@
3
4lib_LTLIBRARIES                 = libgtop-2.0.la
5
6libgtop_2_0_la_SOURCES          = init.c open.c close.c command.c read.c \
7                                  read_data.c write.c lib.c parameter.c \
8                                  sysdeps.c
9
10libgtop_2_0_la_LDFLAGS          = $(LT_VERSION_INFO)
11libgtop_2_0_la_LIBADD           = $(GLIB_LIBS) $(top_builddir)/sysdeps/common/libgtop_common-2.0.la $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps-2.0.la $(sysdeps_suid_lib)
12
13BUILT_SOURCES                   = lib.c
14
15lib.c: lib.pl $(top_builddir)/config.h $(top_srcdir)/features.def
16        $(PERL) $(srcdir)/lib.pl < $(top_srcdir)/features.def > lib-t
17        mv lib-t lib.c
18
19EXTRA_DIST                      = lib.pl
20
21CLEANFILES                      = lib.c
22
Note: See TracBrowser for help on using the repository browser.