/[dotgnu-pnet]/libCrayons/src/Makefile.am
ViewVC logotype

Diff of /libCrayons/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by Rich333, Mon Oct 17 18:19:20 2005 UTC revision 1.2 by Rich333, Mon Oct 17 21:01:36 2005 UTC
# Line 1  Line 1 
1  ## Process this file with automake to produce Makefile.in  ## Process this file with automake to produce Makefile.in
2  lib_LTLIBRARIES = libCrayons.la  lib_LTLIBRARIES = libCrayons.la
3    
4  libcrayonsdir = $(libdir)  #libcrayonsdir = $(libdir)
5  libcrayons_LTLIBRARIES = libCrayons.la  #libcrayons_LTLIBRARIES = libCrayons.la
6    
7  libCrayons_la_SOURCES = CMemory.c Crayons.h CrayonsInternal.h CrayonsConfig.h \  libCrayons_la_SOURCES = CMemory.c Crayons.h CrayonsInternal.h CrayonsConfig.h \
8                                                  CAffineTransform.c   CAffineTransform.h \                                                  CAffineTransform.c   CAffineTransform.h \
# Line 49  libCrayons_la_SOURCES = CMemory.c Crayon Line 49  libCrayons_la_SOURCES = CMemory.c Crayon
49  EXTRA_libCrayons_la_SOURCES = CPThreadMutex.c CPThreadMutex.h \  EXTRA_libCrayons_la_SOURCES = CPThreadMutex.c CPThreadMutex.h \
50                                                            CNoThreadMutex.h                                                            CNoThreadMutex.h
51    
52  libSystemDrawing_la_LDFLAGS = -version-info 0:0:0 -no-undefined \  #libSystemDrawing_la_LDFLAGS = -version-info 0:0:0 -no-undefined \
53                                                            $(X_LIBS) $(X_PRE_LIBS) $(X11_LIB) $(X_EXTRA_LIBS)  #                                                         $(X_LIBS) $(X_PRE_LIBS) $(X11_LIB) $(X_EXTRA_LIBS)
54    
55  libSystemDrawing_la_LDADD = $(X_PRE_LIBS) $(X_LIBS) $(X_EXTRA_LIBS)  #libSystemDrawing_la_LDADD = $(X_PRE_LIBS) $(X_LIBS) $(X_EXTRA_LIBS)
56    
57  AM_CFLAGS = $(X_CFLAGS)  AM_CFLAGS = $(X_CFLAGS)

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26