Remove tests/Makefile, it will be replaced by automake generated one. Signed-off-by: Jan Safranek <[email protected]> ---
tests/Makefile | 38 -------------------------------------- 1 files changed, 0 insertions(+), 38 deletions(-) delete mode 100644 tests/Makefile diff --git a/tests/Makefile b/tests/Makefile deleted file mode 100644 index 9ebadac..0000000 --- a/tests/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -LDFLAGS = -L .. -L. -LIBS = -lcgroup -lpthread -ltest_functions -INC = -I .. -CXXFLAGS = -g -O2 -Wall -DDEBUG $(INC) -CFLAGS = -g -O2 -Wall -DDEBUG - -TARGET= libtest_functions.a \ - libcgrouptest01 \ - libcg_ba \ - setuid \ - pathtest \ - walk_test - -all: $(TARGET) - -test_functions.o: test_functions.c - $(CXX) $(CXXFLAGS) -c $< - -libtest_functions.a: test_functions.o - $(AR) -cr $@ $^ - -libcgrouptest01: test_functions.o libcgrouptest01.c - $(CXX) $(CXXFLAGS) -o $@ libcgrouptest01.c $(LDFLAGS) $(LIBS) - -libcg_ba: libcg_ba.cpp - $(CXX) $(CXXFLAGS) -o $@ $< $(LDFLAGS) $(LIBS) - -setuid: setuid.c - $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) $(LIBS) - -pathtest: pathtest.c - $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) $(LIBS) - -walk_test: walk_test.c - $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) $(LIBS) - -clean: - \rm -f $(TARGET) test_functions.o ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Libcg-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libcg-devel
