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 | |
---|
2 | INCLUDES = @INCLUDES@ |
---|
3 | |
---|
4 | lib_LTLIBRARIES = libgtop-2.0.la |
---|
5 | |
---|
6 | libgtop_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 | |
---|
10 | libgtop_2_0_la_LDFLAGS = $(LT_VERSION_INFO) |
---|
11 | libgtop_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 | |
---|
13 | BUILT_SOURCES = lib.c |
---|
14 | |
---|
15 | lib.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 | |
---|
19 | EXTRA_DIST = lib.pl |
---|
20 | |
---|
21 | CLEANFILES = lib.c |
---|
22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.