Update of /cvsroot/sblim/indication_helper/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10321/test
Modified Files:
Makefile.am
Log Message:
Bug 1177177: Cleaned up some problems with certain make targets
and brought in line with other SBLIM packages.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/sblim/indication_helper/test/Makefile.am,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Makefile.am 2 Feb 2005 19:06:51 -0000 1.1.1.1
+++ Makefile.am 7 Apr 2005 14:55:34 -0000 1.2
@@ -1,5 +1,4 @@
-MAINTAINERCLEANFILES = Makefile.in
-AM_CFLAGS = @CFLAGS@
+AM_LDFLAGS = -L$(top_builddir)
INCLUDES = -I$(top_srcdir)
@@ -23,34 +22,34 @@
Test_reg_pollfnc_SOURCES = Test_reg_pollfnc.c
-Test_reg_pollfnc_LDFLAGS = -lpthread -lind_helper
+Test_reg_pollfnc_LDADD = -lind_helper
Test_reg_pollfnc2_SOURCES = Test_reg_pollfnc2.c
-Test_reg_pollfnc2_LDFLAGS = -Xlinker -R $(top_srcdir) -L$(top_srcdir) -lpthread -lind_helper
+Test_reg_pollfnc2_LDADD = -lind_helper
Test_reg_pollfnc3_SOURCES = Test_reg_pollfnc3.c
-Test_reg_pollfnc3_LDFLAGS = -lpthread -lind_helper
+Test_reg_pollfnc3_LDADD = -lind_helper
Test_reg_pollfnc3_threaded_SOURCES = Test_reg_pollfnc3_threaded.c
-Test_reg_pollfnc3_threaded_LDFLAGS = -lpthread -lind_helper
+Test_reg_pollfnc3_threaded_LDADD = -lind_helper
Test_all_functions_SOURCES = Test_all_functions.c
-Test_all_functions_LDFLAGS = -lpthread -lind_helper
+Test_all_functions_LDADD = -lind_helper
Test_addProperty_SOURCES = Test_addProperty.c
-Test_addProperty_LDFLAGS = -lpthread -lind_helper
+Test_addProperty_LDADD = -lind_helper
Test_setProperties_SOURCES = Test_setProperties.c
-Test_setProperties_LDFLAGS = -lpthread -lind_helper
+Test_setProperties_LDADD = -lind_helper
Test_setProperties_d_SOURCES = Test_setProperties_d.c
-Test_setProperties_d_LDFLAGS = -lpthread -lind_helper
+Test_setProperties_d_LDADD = -lind_helper
Test_regProperties_SOURCES = Test_regProperties.c
-Test_regProperties_LDFLAGS = -lpthread -lind_helper
+Test_regProperties_LDADD = -lind_helper
Test_genIndication_SOURCES = Test_genIndication.c
-Test_genIndication_LDFLAGS = -lpthread -lind_helper
+Test_genIndication_LDADD = -lind_helper
Test_genIndication_fail_SOURCES = Test_genIndication_fail.c
-Test_genIndication_fail_LDFLAGS = -lpthread -lind_helper
+Test_genIndication_fail_LDADD = -lind_helper
|