paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/src/libsigc++/scripts Makefile.am,NONE,1.1.2.


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/libsigc++/scripts Makefile.am,NONE,1.1.2.1 README,NONE,1.1.2.1 examples.Makefile,NONE,1.1.2.1 sun.m4,NONE,1.1.2.1 tests.Makefile,NONE,1.1.2.1
Date: Mon, 03 Feb 2003 19:08:19 -0500

Update of /cvsroot/paragui/paragui/src/libsigc++/scripts
In directory subversions:/tmp/cvs-serv19686/src/libsigc++/scripts

Added Files:
      Tag: devel-opengl
        Makefile.am README examples.Makefile sun.m4 tests.Makefile 
Log Message:
added libsigc++ 1.2.3 (building statically linked versions, Win32)
physfs autoconf / automake fixes



--- NEW FILE ---

EXTRA_DIST = README tests.Makefile examples.Makefile sun.m4

--- NEW FILE ---
Scripts used by libtool.

 tests.Makefile, examples.Makefile - used for rpm magic.

--- NEW FILE ---
CXXFLAGS += $(shell sigc-config --cflags)
LDFLAGS += $(shell sigc-config --libs)
SRC = $(wildcard *.cc)
EXE = $(basename $(SRC))

.PHONY: all clean

all:    $(EXE)

clean:
        $(RM) $(EXE)

--- NEW FILE ---
AC_DEFUN(AC_PROG_CXX_SUN,
[AC_CACHE_CHECK(whether we are using SUN CC compiler, ac_cv_prog_sun_cxx,
[if AC_TRY_COMMAND(${CXX-g++} -V 2>&1) | egrep "Sun WorkShop" >/dev/null 2>&1; 
then
  ac_cv_prog_sun_cxx=yes
else
  ac_cv_prog_sun_cxx=no
fi])])

--- NEW FILE ---
LIST=$(shell find -type d -mindepth 1 -maxdepth 1)

.PHONY: all clean

all:
        for d in $(LIST); do make -C $$d $@; done

clean:
        for d in $(LIST); do make -C $$d $@; done





reply via email to

[Prev in Thread] Current Thread [Next in Thread]