paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/src Makefile.am,1.3.2.1,1.3.2.2


From: Teunis Peters <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src Makefile.am,1.3.2.1,1.3.2.2
Date: Tue, 25 Jun 2002 23:25:06 -0400

Update of /cvsroot/paragui/paragui/src
In directory subversions:/tmp/cvs-serv31265/src

Modified Files:
      Tag: devel-opengl
        Makefile.am 
Log Message:
Added in patches from paragui-main
removed glSDL dependency
started preparing OpenGL drawable classes
As of this point most demos are working fine :)


Index: Makefile.am
===================================================================
RCS file: /cvsroot/paragui/paragui/src/Makefile.am,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -C2 -r1.3.2.1 -r1.3.2.2
*** Makefile.am 18 Jun 2002 22:40:38 -0000      1.3.2.1
--- Makefile.am 26 Jun 2002 03:25:04 -0000      1.3.2.2
***************
*** 3,18 ****
  DIST_SUBDIRS = $(SUBDIRS) expat
  
! lib_LTLIBRARIES = libparagui.la
  
  EXTRA_DIST =
  
! libparagui_la_SOURCES = \
        paragui.cpp
  
! libparagui_la_LDFLAGS = \
        -release $(LT_RELEASE) \
        -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
  
! libparagui_la_LIBADD = \
        address@hidden@/lib \
        -lz \
--- 3,18 ----
  DIST_SUBDIRS = $(SUBDIRS) expat
  
! lib_LTLIBRARIES = libparagui2.la
  
  EXTRA_DIST =
  
! libparagui2_la_SOURCES = \
        paragui.cpp
  
! libparagui2_la_LDFLAGS = \
        -release $(LT_RELEASE) \
        -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
  
! libparagui2_la_LIBADD = \
        address@hidden@/lib \
        -lz \
***************
*** 27,31 ****
        ./widgets/libpgwidgets.la \
        ./themes/libtheme.la \
!       $(LIBSTDCPP) -L/usr/X11R6/lib -lGL
  
  INCLUDES = \
--- 27,31 ----
        ./widgets/libpgwidgets.la \
        ./themes/libtheme.la \
!       $(LIBSTDCPP) @GL_LIBS@ @MATHLIB@
  
  INCLUDES = \




reply via email to

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